SAGA API
v9.6
|
#include "saga_api.h"
#include "data_manager.h"
#include "tool.h"
#include "tool_chain.h"
#include <wx/string.h>
#include <wx/cmdline.h>
Go to the source code of this file.
Macros | |
#define | ADD_MESSAGE_EXECUTION(Text, Style) { SG_UI_Msg_Add(Text, true, Style); if( has_GUI() ) { SG_UI_Msg_Add_Execution(Text, true, Style); } } |
#define | _TOOL_EXCEPTION |
#define | GET_ID1(p) |
#define | GET_ID2(p, s) CSG_String::Format("%s_%s", GET_ID1(p), s).c_str() |
#define _TOOL_EXCEPTION |
#define ADD_MESSAGE_EXECUTION | ( | Text, | |
Style | |||
) | { SG_UI_Msg_Add(Text, true, Style); if( has_GUI() ) { SG_UI_Msg_Add_Execution(Text, true, Style); } } |
#define GET_ID1 | ( | p | ) |
#define GET_ID2 | ( | p, | |
s | |||
) | CSG_String::Format("%s_%s", GET_ID1(p), s).c_str() |