SAGA API
v9.6
|
#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 1605 of file parameters.h.
CSG_Parameters_CRSPicker::CSG_Parameters_CRSPicker | ( | void | ) |
Definition at line 1216 of file parameter.cpp.
bool CSG_Parameters_CRSPicker::Activate_GUI | ( | bool | bReset = false | ) |
Definition at line 1239 of file parameter.cpp.
References _TL, CSG_Parameters::Add_Parameters(), CSG_Parameter::asParameters(), CSG_Parameters::Create(), CSG_Tool_Library_Manager::Create_Tool(), CSG_Tool::Get_Parameters(), CSG_Parameters::has_GUI(), 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 1222 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 1263 of file parameter.cpp.
References CSG_Parameters::Del_Parameter(), 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 1307 of file parameter.cpp.
References _TL, CSG_String::c_str(), CSG_Projection::Create(), CSG_String::Format(), CSG_Projection::Get_PROJ(), and SG_UI_Msg_Add_Execution().
|
static |
Definition at line 1285 of file parameter.cpp.
References CSG_Parameter::asParameters(), CSG_Parameter::Cmp_Identifier(), and CSG_Parameters::Set_Parameter().
|
static |
Definition at line 1296 of file parameter.cpp.