![]() |
SAGA API v9.10
|
#include <api_core.h>
Public Member Functions | |
CSG_UI_Parameter (void) | |
CSG_UI_Parameter (bool Value) | |
CSG_UI_Parameter (int Value) | |
CSG_UI_Parameter (double Value) | |
CSG_UI_Parameter (const CSG_String &Value) | |
CSG_UI_Parameter (void *Value) | |
CSG_UI_Parameter (const CSG_UI_Parameter &Copy) |
Public Attributes | |
bool | Boolean |
double | Number |
void * | Pointer |
CSG_String | String |
Definition at line 1680 of file api_core.h.
|
inline |
Definition at line 1683 of file api_core.h.
References Boolean, Number, and Pointer.
Referenced by CSG_UI_Parameter().
|
inline |
Definition at line 1684 of file api_core.h.
|
inline |
Definition at line 1685 of file api_core.h.
|
inline |
Definition at line 1686 of file api_core.h.
|
inline |
|
inline |
Definition at line 1688 of file api_core.h.
CSG_UI_Parameter::CSG_UI_Parameter | ( | const CSG_UI_Parameter & | Copy | ) |
Definition at line 157 of file api_callback.cpp.
References Boolean, CSG_UI_Parameter(), Number, Pointer, and String.
bool CSG_UI_Parameter::Boolean |
Definition at line 1691 of file api_core.h.
Referenced by CSG_UI_Parameter(), CSG_UI_Parameter(), CSG_UI_Parameter(), CSG_UI_Parameter(), CSG_UI_Parameter(), CSG_UI_Parameter(), and CSG_UI_Parameter().
double CSG_UI_Parameter::Number |
Definition at line 1693 of file api_core.h.
Referenced by CSG_UI_Parameter(), CSG_UI_Parameter(), CSG_UI_Parameter(), CSG_UI_Parameter(), CSG_UI_Parameter(), CSG_UI_Parameter(), and CSG_UI_Parameter().
void* CSG_UI_Parameter::Pointer |
Definition at line 1695 of file api_core.h.
Referenced by CSG_UI_Parameter(), CSG_UI_Parameter(), CSG_UI_Parameter(), CSG_UI_Parameter(), CSG_UI_Parameter(), CSG_UI_Parameter(), CSG_UI_Parameter(), and SG_UI_Get_Window_Main().
CSG_String CSG_UI_Parameter::String |
Definition at line 1697 of file api_core.h.
Referenced by CSG_UI_Parameter(), and CSG_UI_Parameter().