Gocator Development Kit
 All Classes Files Functions Variables Typedefs Friends Modules Pages
GdkParam Class Reference

Description

Represents the data of a configurable parameter.

Public Member Functions

kBool GdkParam_AsBool (GdkParam param)
 Returns the value of an boolean parameter. More...
 
k64f GdkParam_AsFloat (GdkParam param)
 Returns the value of an decimal parameter. More...
 
k32s GdkParam_AsInt (GdkParam param)
 Returns the value of an integer parameter. More...
 
const GdkRegionXZ64f * GdkParam_AsProfileRegion (GdkParam param)
 Returns the value of a profile region parameter. More...
 
const kCharGdkParam_AsString (GdkParam param)
 Returns the value of a string parameter. More...
 
const GdkRegion3d64f * GdkParam_AsSurfaceRegion (GdkParam param)
 Returns the value of a surface region parameter. More...
 
const GdkRegion2d64f * GdkParam_AsSurfaceRegion2D (GdkParam param)
 Returns the value of a surface 2D region parameter. More...
 
kStatus GdkParam_EditableInfo (GdkParam param, GdkParamInfo *info)
 Clones a copy of the parameter's param info for use. More...
 
kBool GdkParam_IsSet (GdkParam param)
 Returns whether or not an optional parameter has been set. More...
 
kStatus GdkParam_SetBool (GdkParam param, kBool value)
 Sets the value of a boolean parameter. More...
 
kStatus GdkParam_SetFloat (GdkParam param, k64f value)
 Sets the value of a decimal parameter. More...
 
kStatus GdkParam_SetInt (GdkParam param, k32s value)
 Sets the value of an integer parameter. More...
 
kStatus GdkParam_SetProfileRegion (GdkParam param, const GdkRegionXZ64f *value)
 Sets the value of a profile region parameter. More...
 
kStatus GdkParam_SetString (GdkParam param, const kChar *value)
 Sets the value of a string parameter. More...
 
kStatus GdkParam_SetSurfaceRegion (GdkParam param, const GdkRegion3d64f *value)
 Sets the value of a surface region parameter. More...
 
kStatus GdkParam_SetSurfaceRegion2D (GdkParam param, const GdkRegion2d64f *value)
 Sets the value of a surface 2D region parameter. More...
 
kStatus GdkParam_SetUsed (GdkParam param, kBool used)
 Sets the used attribute. More...
 
kBool GdkParam_Used (GdkParam param)
 Returns the used attribute. More...
 

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