SAGA API v9.10
Loading...
Searching...
No Matches
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 1680 of file api_core.h.

Constructor & Destructor Documentation

◆ CSG_UI_Parameter() [1/7]

CSG_UI_Parameter::CSG_UI_Parameter ( void )
inline

Definition at line 1683 of file api_core.h.

References Boolean, Number, and Pointer.

Referenced by CSG_UI_Parameter().

◆ CSG_UI_Parameter() [2/7]

CSG_UI_Parameter::CSG_UI_Parameter ( bool Value)
inline

Definition at line 1684 of file api_core.h.

References Boolean, Number, and Pointer.

◆ CSG_UI_Parameter() [3/7]

CSG_UI_Parameter::CSG_UI_Parameter ( int Value)
inline

Definition at line 1685 of file api_core.h.

References Boolean, Number, and Pointer.

◆ CSG_UI_Parameter() [4/7]

CSG_UI_Parameter::CSG_UI_Parameter ( double Value)
inline

Definition at line 1686 of file api_core.h.

References Boolean, Number, and Pointer.

◆ CSG_UI_Parameter() [5/7]

CSG_UI_Parameter::CSG_UI_Parameter ( const CSG_String & Value)
inline

Definition at line 1687 of file api_core.h.

References Boolean, Number, Pointer, and String.

◆ CSG_UI_Parameter() [6/7]

CSG_UI_Parameter::CSG_UI_Parameter ( void * Value)
inline

Definition at line 1688 of file api_core.h.

References Boolean, Number, and Pointer.

◆ 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, CSG_UI_Parameter(), Number, Pointer, and String.

Member Data Documentation

◆ Boolean

bool CSG_UI_Parameter::Boolean

◆ Number

double CSG_UI_Parameter::Number

◆ Pointer

◆ String

CSG_String CSG_UI_Parameter::String

Definition at line 1697 of file api_core.h.

Referenced by CSG_UI_Parameter(), and CSG_UI_Parameter().


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