SAGA API  v9.5
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 1597 of file api_core.h.

Constructor & Destructor Documentation

◆ CSG_UI_Parameter() [1/7]

CSG_UI_Parameter::CSG_UI_Parameter ( void  )
inline

Definition at line 1600 of file api_core.h.

◆ CSG_UI_Parameter() [2/7]

CSG_UI_Parameter::CSG_UI_Parameter ( bool  Value)
inline

Definition at line 1601 of file api_core.h.

◆ CSG_UI_Parameter() [3/7]

CSG_UI_Parameter::CSG_UI_Parameter ( int  Value)
inline

Definition at line 1602 of file api_core.h.

◆ CSG_UI_Parameter() [4/7]

CSG_UI_Parameter::CSG_UI_Parameter ( double  Value)
inline

Definition at line 1603 of file api_core.h.

◆ CSG_UI_Parameter() [5/7]

CSG_UI_Parameter::CSG_UI_Parameter ( const CSG_String Value)
inline

Definition at line 1604 of file api_core.h.

◆ CSG_UI_Parameter() [6/7]

CSG_UI_Parameter::CSG_UI_Parameter ( void *  Value)
inline

Definition at line 1605 of file api_core.h.

◆ CSG_UI_Parameter() [7/7]

CSG_UI_Parameter::CSG_UI_Parameter ( const CSG_UI_Parameter Copy)

Definition at line 158 of file api_callback.cpp.

References Boolean, Number, Pointer, and String.

Member Data Documentation

◆ Boolean

bool CSG_UI_Parameter::Boolean

Definition at line 1608 of file api_core.h.

Referenced by CSG_UI_Parameter().

◆ Number

double CSG_UI_Parameter::Number

Definition at line 1610 of file api_core.h.

Referenced by CSG_UI_Parameter().

◆ Pointer

void* CSG_UI_Parameter::Pointer

Definition at line 1612 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 1614 of file api_core.h.

Referenced by CSG_UI_Parameter().


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