SAGA API
v9.6
|
This is the complete list of members for CSG_Tool_Chain, including all inherited members.
_On_Parameter_Changed(CSG_Parameter *pParameter, int Flags) | CSG_Tool | static |
Add_Parameters(const CSG_String &Identifier, const CSG_String &Name, const CSG_String &Description) | CSG_Tool | protected |
Add_Reference(const CSG_String &Authors, const CSG_String &Year, const CSG_String &Title, const CSG_String &Where, const SG_Char *Link=NULL, const SG_Char *Link_Text=NULL) | CSG_Tool | protected |
Add_Reference(const CSG_String &Link, const SG_Char *Link_Text=NULL) | CSG_Tool | protected |
Create(const CSG_Tool_Chain &Tool, bool bWithGUI, bool bWithCMD) | CSG_Tool_Chain | |
Create(const CSG_String &File) | CSG_Tool_Chain | |
Create(const CSG_MetaData &Chain) | CSG_Tool_Chain | |
Create_Manager(void) | CSG_Tool | |
CSG_Tool(void) | CSG_Tool | |
CSG_Tool_Chain(void) | CSG_Tool_Chain | |
CSG_Tool_Chain(const CSG_Tool_Chain &Tool, bool bWithGUI, bool bWithCMD) | CSG_Tool_Chain | |
CSG_Tool_Chain(const CSG_String &File) | CSG_Tool_Chain | |
CSG_Tool_Chain(const CSG_MetaData &Chain) | CSG_Tool_Chain | |
DataObject_Add(CSG_Data_Object *pDataObject, bool bUpdate=false) | CSG_Tool | protected |
DataObject_Get_Colors(CSG_Data_Object *pDataObject, CSG_Colors &Colors) | CSG_Tool | static |
DataObject_Get_Parameter(CSG_Data_Object *pDataObject, const CSG_String &ID) | CSG_Tool | static |
DataObject_Get_Parameters(CSG_Data_Object *pDataObject, CSG_Parameters &Parameters) | CSG_Tool | static |
DataObject_Set_Colors(CSG_Data_Object *pDataObject, const CSG_Colors &Colors) | CSG_Tool | static |
DataObject_Set_Colors(CSG_Data_Object *pDataObject, int nColors, int Palette=SG_COLORS_DEFAULT, bool bRevert=false) | CSG_Tool | static |
DataObject_Set_History(CSG_Parameter *pParameter, CSG_MetaData *pHistory=NULL) | CSG_Tool | protected |
DataObject_Set_Parameter(CSG_Data_Object *pDataObject, CSG_Parameter *pParameter) | CSG_Tool | static |
DataObject_Set_Parameter(CSG_Data_Object *pDataObject, CSG_Data_Object *pCopy, const CSG_String &ID) | CSG_Tool | static |
DataObject_Set_Parameter(CSG_Data_Object *pDataObject, const CSG_String &ID, int Value) | CSG_Tool | static |
DataObject_Set_Parameter(CSG_Data_Object *pDataObject, const CSG_String &ID, double Value) | CSG_Tool | static |
DataObject_Set_Parameter(CSG_Data_Object *pDataObject, const CSG_String &ID, void *Value) | CSG_Tool | static |
DataObject_Set_Parameter(CSG_Data_Object *pDataObject, const CSG_String &ID, const SG_Char *Value) | CSG_Tool | static |
DataObject_Set_Parameter(CSG_Data_Object *pDataObject, const CSG_String &ID, double loVal, double hiVal) | CSG_Tool | static |
DataObject_Set_Parameters(CSG_Data_Object *pDataObject, CSG_Parameters &Parameters) | CSG_Tool | static |
DataObject_Set_Parameters(CSG_Data_Object *pDataObject, CSG_Data_Object *pCopy) | CSG_Tool | static |
DataObject_Update(CSG_Data_Object *pDataObject, int Show=SG_UI_DATAOBJECT_UPDATE) | CSG_Tool | static |
DataObject_Update(CSG_Data_Object *pDataObject, double Minimum, double Maximum, int Show=SG_UI_DATAOBJECT_UPDATE) | CSG_Tool | static |
DataObject_Update_All(void) | CSG_Tool | protected |
Delete_Manager(bool bDetachData=false, bool bReset=true) | CSG_Tool | |
Destroy(void) | CSG_Tool | virtual |
Dlg_Parameters(const CSG_String &Identifier) | CSG_Tool | protected |
Dlg_Parameters(CSG_Parameters *pParameters, const CSG_String &Caption="") | CSG_Tool | protected |
Dlg_Parameters(CSG_Parameters &Parameters, const CSG_String &Caption="") | CSG_Tool | protected |
do_Sync_Projections(void) const | CSG_Tool_Chain | virtual |
Error_Fmt(const char *Format,...) | CSG_Tool | protected |
Error_Fmt(const wchar_t *Format,...) | CSG_Tool | protected |
Error_Set(TSG_Tool_Error Error_ID=TOOL_ERROR_Unknown) | CSG_Tool | protected |
Error_Set(const CSG_String &Text) | CSG_Tool | protected |
Execute(bool bAddHistory=false) | CSG_Tool | |
Get_Author(void) const | CSG_Tool | |
Get_Description(void) const | CSG_Tool | |
Get_Execution_Info(void) const | CSG_Tool | inline |
Get_File_Name(void) const | CSG_Tool | |
Get_Grid_System(void) const | CSG_Tool | |
Get_Icon(void) | CSG_Tool | inline |
Get_ID(void) const | CSG_Tool | inline |
Get_Library(void) const | CSG_Tool | |
Get_Library_Name(void) const | CSG_Tool_Chain | inline |
Get_Manager(void) const | CSG_Tool | |
Get_MenuPath(void) | CSG_Tool_Chain | inlinevirtual |
CSG_Tool::Get_MenuPath(bool bSolved) | CSG_Tool | virtual |
Get_Name(void) const | CSG_Tool | |
Get_Parameter(const CSG_String &ID) const | CSG_Tool | inline |
Get_Parameter(const char *ID) const | CSG_Tool | inline |
Get_Parameter(const wchar_t *ID) const | CSG_Tool | inline |
Get_Parameter_Changed(void) | CSG_Tool | inlineprotected |
Get_Parameters(void) | CSG_Tool | inline |
Get_Parameters(int i) const | CSG_Tool | inline |
Get_Parameters(int i) | CSG_Tool | inline |
Get_Parameters(const CSG_String &Identifier) const | CSG_Tool | |
Get_Parameters_Count(void) const | CSG_Tool | inline |
Get_Projection(CSG_Projection &Projection) const | CSG_Tool | protected |
Get_References(void) const | CSG_Tool | |
Get_Script(CSG_Tool *pTool, bool bHeader, bool bAllParameters=true) | CSG_Tool_Chain | static |
CSG_Tool::Get_Script(TSG_Tool_Script_Type Type, bool bHeader=true, bool bAllParameters=false) | CSG_Tool | |
Get_Summary(bool bParameters=true, const CSG_String &Menu="", const CSG_String &Description="", int Format=SG_SUMMARY_FMT_HTML) | CSG_Tool | |
Get_Type(void) const | CSG_Tool_Chain | inlinevirtual |
Get_Version(void) const | CSG_Tool | |
has_CMD(void) const | CSG_Tool | |
has_GUI(void) const | CSG_Tool | |
History_Supplement | CSG_Tool | protected |
is_Executing(void) const | CSG_Tool | inline |
is_Grid(void) const | CSG_Tool | inlinevirtual |
is_Interactive(void) const | CSG_Tool | inlinevirtual |
is_Okay(void) const | CSG_Tool_Chain | inline |
is_Progress(void) const | CSG_Tool | inline |
Message_Add(const CSG_String &Text, bool bNewLine=true) | CSG_Tool | protected |
Message_Dlg(const CSG_String &Text, const SG_Char *Caption=NULL) | CSG_Tool | protected |
Message_Dlg_Confirm(const CSG_String &Text, const SG_Char *Caption=NULL) | CSG_Tool | protected |
Message_Fmt(const char *Format,...) | CSG_Tool | protected |
Message_Fmt(const wchar_t *Format,...) | CSG_Tool | protected |
needs_GUI(void) const | CSG_Tool | inlinevirtual |
On_After_Execution(void) | CSG_Tool | inlinevirtual |
On_Before_Execution(void) | CSG_Tool | inlinevirtual |
On_Execute(void) | CSG_Tool_Chain | protectedvirtual |
On_Parameter_Changed(CSG_Parameters *pParameters, CSG_Parameter *pParameter) | CSG_Tool | protectedvirtual |
On_Parameters_Enable(CSG_Parameters *pParameters, CSG_Parameter *pParameter) | CSG_Tool_Chain | protectedvirtual |
Parameters | CSG_Tool | protected |
Process_Get_Okay(bool bBlink=false) | CSG_Tool | static |
Process_Set_Text(const CSG_String &Text) | CSG_Tool | static |
Process_Set_Text(const char *Format,...) | CSG_Tool | static |
Process_Set_Text(const wchar_t *Format,...) | CSG_Tool | static |
CSG_Tool::Reset(bool bManager=true) | CSG_Tool | |
Reset_Grid_System(void) | CSG_Tool | |
Reset_Manager(void) | CSG_Tool | |
Save_History_to_Model(const CSG_MetaData &History, const CSG_String &File) | CSG_Tool_Chain | static |
Set_Author(const CSG_String &String) | CSG_Tool | protected |
Set_Callback(bool bActive=true) | CSG_Tool | |
Set_Description(const CSG_String &String) | CSG_Tool | protected |
Set_Grid_System(const CSG_Grid_System &System) | CSG_Tool | |
Set_Library_Menu(const CSG_String &Menu) | CSG_Tool_Chain | |
Set_Manager(class CSG_Data_Manager *pManager) | CSG_Tool | |
Set_Name(const CSG_String &String) | CSG_Tool | protected |
Set_Parameter(const CSG_String &ID, CSG_Parameter *pValue) | CSG_Tool | |
Set_Parameter(const char *ID, CSG_Parameter *pValue) | CSG_Tool | |
Set_Parameter(const wchar_t *ID, CSG_Parameter *pValue) | CSG_Tool | |
Set_Parameter(const CSG_String &ID, int Value, int Type=PARAMETER_TYPE_Undefined) | CSG_Tool | |
Set_Parameter(const char *ID, int Value, int Type=PARAMETER_TYPE_Undefined) | CSG_Tool | |
Set_Parameter(const wchar_t *ID, int Value, int Type=PARAMETER_TYPE_Undefined) | CSG_Tool | |
Set_Parameter(const CSG_String &ID, double Value, int Type=PARAMETER_TYPE_Undefined) | CSG_Tool | |
Set_Parameter(const char *ID, double Value, int Type=PARAMETER_TYPE_Undefined) | CSG_Tool | |
Set_Parameter(const wchar_t *ID, double Value, int Type=PARAMETER_TYPE_Undefined) | CSG_Tool | |
Set_Parameter(const CSG_String &ID, void *Value, int Type=PARAMETER_TYPE_Undefined) | CSG_Tool | |
Set_Parameter(const char *ID, void *Value, int Type=PARAMETER_TYPE_Undefined) | CSG_Tool | |
Set_Parameter(const wchar_t *ID, void *Value, int Type=PARAMETER_TYPE_Undefined) | CSG_Tool | |
Set_Parameter(const CSG_String &ID, const CSG_String &Value, int Type=PARAMETER_TYPE_Undefined) | CSG_Tool | |
Set_Parameter(const char *ID, const CSG_String &Value, int Type=PARAMETER_TYPE_Undefined) | CSG_Tool | |
Set_Parameter(const wchar_t *ID, const CSG_String &Value, int Type=PARAMETER_TYPE_Undefined) | CSG_Tool | |
Set_Parameter(const CSG_String &ID, const char *Value, int Type=PARAMETER_TYPE_Undefined) | CSG_Tool | |
Set_Parameter(const char *ID, const char *Value, int Type=PARAMETER_TYPE_Undefined) | CSG_Tool | |
Set_Parameter(const wchar_t *ID, const char *Value, int Type=PARAMETER_TYPE_Undefined) | CSG_Tool | |
Set_Parameter(const CSG_String &ID, const wchar_t *Value, int Type=PARAMETER_TYPE_Undefined) | CSG_Tool | |
Set_Parameter(const char *ID, const wchar_t *Value, int Type=PARAMETER_TYPE_Undefined) | CSG_Tool | |
Set_Parameter(const wchar_t *ID, const wchar_t *Value, int Type=PARAMETER_TYPE_Undefined) | CSG_Tool | |
Set_Progress(int Position, int Range) const | CSG_Tool | protectedvirtual |
Set_Progress(sLong Position, sLong Range) const | CSG_Tool | protectedvirtual |
Set_Progress(double Position, double Range=1.) const | CSG_Tool | protectedvirtual |
Set_Show_Progress(bool bOn=true) | CSG_Tool | |
Set_Version(const CSG_String &String) | CSG_Tool | protected |
Settings_Pop(void) | CSG_Tool | |
Settings_Push(class CSG_Data_Manager *pManager=NULL) | CSG_Tool | |
Stop_Execution(bool bDialog=true) | CSG_Tool | protected |
Update_Parameter_States(void) | CSG_Tool | |
~CSG_Tool(void) | CSG_Tool | virtual |
~CSG_Tool_Chain(void) | CSG_Tool_Chain | virtual |