SAGA API  v9.8
CSG_UI_Parameter Class Reference

#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
 

Detailed Description

Definition at line 1665 of file api_core.h.

Constructor & Destructor Documentation

◆ CSG_UI_Parameter() [1/7]

CSG_UI_Parameter::CSG_UI_Parameter ( void  )
inline

Definition at line 1668 of file api_core.h.

◆ CSG_UI_Parameter() [2/7]

CSG_UI_Parameter::CSG_UI_Parameter ( bool  Value)
inline

Definition at line 1669 of file api_core.h.

◆ CSG_UI_Parameter() [3/7]

CSG_UI_Parameter::CSG_UI_Parameter ( int  Value)
inline

Definition at line 1670 of file api_core.h.

◆ CSG_UI_Parameter() [4/7]

CSG_UI_Parameter::CSG_UI_Parameter ( double  Value)
inline

Definition at line 1671 of file api_core.h.

◆ CSG_UI_Parameter() [5/7]

CSG_UI_Parameter::CSG_UI_Parameter ( const CSG_String Value)
inline

Definition at line 1672 of file api_core.h.

◆ CSG_UI_Parameter() [6/7]

CSG_UI_Parameter::CSG_UI_Parameter ( void *  Value)
inline

Definition at line 1673 of file api_core.h.

◆ CSG_UI_Parameter() [7/7]

CSG_UI_Parameter::CSG_UI_Parameter ( const CSG_UI_Parameter Copy)

Definition at line 157 of file api_callback.cpp.

References Boolean, Number, Pointer, and String.

Member Data Documentation

◆ Boolean

bool CSG_UI_Parameter::Boolean

Definition at line 1676 of file api_core.h.

Referenced by CSG_UI_Parameter().

◆ Number

double CSG_UI_Parameter::Number

Definition at line 1678 of file api_core.h.

Referenced by CSG_UI_Parameter().

◆ Pointer

void* CSG_UI_Parameter::Pointer

Definition at line 1680 of file api_core.h.

Referenced by CSG_UI_Parameter(), and SG_UI_Get_Window_Main().

◆ String

CSG_String CSG_UI_Parameter::String

Definition at line 1682 of file api_core.h.

Referenced by CSG_UI_Parameter().


The documentation for this class was generated from the following files: