|
SAGA API v9.10
|
#include <parameters.h>
Public Member Functions | |
| CSG_Parameters_CRSPicker (void) | |
| bool | Create (CSG_Parameters &Parameters, const CSG_String &ParentID="") |
| bool | Activate_GUI (bool bReset=false) |
| bool | Deactivate_GUI (void) |
| bool | Get_CRS (CSG_Projection &Projection, bool bMessage=false) const |
Static Public Member Functions | |
| static bool | On_Parameter_Changed (CSG_Parameters *pParameters, CSG_Parameter *pParameter) |
| static bool | On_Parameters_Enable (CSG_Parameters *pParameters, CSG_Parameter *pParameter) |
Definition at line 1616 of file parameters.h.
| CSG_Parameters_CRSPicker::CSG_Parameters_CRSPicker | ( | void | ) |
Definition at line 1273 of file parameter.cpp.
| bool CSG_Parameters_CRSPicker::Activate_GUI | ( | bool | bReset = false | ) |
Definition at line 1296 of file parameter.cpp.
References _TL, CSG_Tool_Library_Manager::Create_Tool(), CSG_Tool::Set_Parameter(), and SG_Get_Tool_Library_Manager().
| bool CSG_Parameters_CRSPicker::Create | ( | CSG_Parameters & | Parameters, |
| const CSG_String & | ParentID = "" ) |
Definition at line 1279 of file parameter.cpp.
References _TL, CSG_Parameters::Add_String(), and CSG_Parameter::Set_UseInGUI().
| bool CSG_Parameters_CRSPicker::Deactivate_GUI | ( | void | ) |
Definition at line 1320 of file parameter.cpp.
References CSG_Tool_Library_Manager::Delete_Tool(), and SG_Get_Tool_Library_Manager().
| bool CSG_Parameters_CRSPicker::Get_CRS | ( | CSG_Projection & | Projection, |
| bool | bMessage = false ) const |
Definition at line 1364 of file parameter.cpp.
References _TL, CSG_String::Format(), Projection, and SG_UI_Msg_Add_Execution().
|
static |
Definition at line 1342 of file parameter.cpp.
References CSG_Parameter::asParameters(), CSG_Parameter::Cmp_Identifier(), and CSG_Parameters::Set_Parameter().
|
static |
Definition at line 1353 of file parameter.cpp.