SAGA API
v9.6
|
#include "tool.h"
Go to the source code of this file.
Macros | |
#define | ADD_MESSAGE_EXECUTION(Text, Style) { SG_UI_Msg_Add(Text, true, Style); if( m_pTool->has_GUI() ) { SG_UI_Msg_Add_Execution(Text, true, Style); } } |
#define | ADD_MESSAGE_TIME(Start) |
#define ADD_MESSAGE_EXECUTION | ( | Text, | |
Style | |||
) | { SG_UI_Msg_Add(Text, true, Style); if( m_pTool->has_GUI() ) { SG_UI_Msg_Add_Execution(Text, true, Style); } } |
Definition at line 63 of file tool_interactive_base.cpp.
#define ADD_MESSAGE_TIME | ( | Start | ) |
Definition at line 65 of file tool_interactive_base.cpp.