7 #ifndef GDK_EXT_PARAM_H
8 #define GDK_EXT_PARAM_H
Essential Gdk declarations.
const kChar * GdkParam_AsString(GdkParam param)
Returns the value of a string parameter.
Declares the GdkParamInfo class.
kStatus GdkParam_SetString(GdkParam param, const kChar *value)
Sets the value of a string parameter.
kStatus GdkParam_EditableInfo(GdkParam param, GdkParamInfo *info)
Clones a copy of the parameter's param info for use.
Represents the schema of a configurable parameter.
kStatus GdkParam_SetUsed(GdkParam param, kBool used)
Sets the used attribute.
const GdkRegion2d64f * GdkParam_AsSurfaceRegion2D(GdkParam param)
Returns the value of a surface 2D region parameter.
kStatus GdkParam_SetInt(GdkParam param, k32s value)
Sets the value of an integer parameter.
kStatus GdkParam_SetSurfaceRegion2D(GdkParam param, const GdkRegion2d64f *value)
Sets the value of a surface 2D region parameter.
kStatus GdkParam_SetProfileRegion(GdkParam param, const GdkRegionXZ64f *value)
Sets the value of a profile region parameter.
const GdkRegion3d64f * GdkParam_AsSurfaceRegion(GdkParam param)
Returns the value of a surface region parameter.
k64f GdkParam_AsFloat(GdkParam param)
Returns the value of an decimal parameter.
Represents the data of a configurable parameter.
k32s GdkParam_AsInt(GdkParam param)
Returns the value of an integer parameter.
kStatus GdkParam_SetBool(GdkParam param, kBool value)
Sets the value of a boolean parameter.
kBool GdkParam_Used(GdkParam param)
Returns the used attribute.
kBool GdkParam_AsBool(GdkParam param)
Returns the value of an boolean parameter.
kStatus GdkParam_SetSurfaceRegion(GdkParam param, const GdkRegion3d64f *value)
Sets the value of a surface region parameter.
kStatus GdkParam_SetFloat(GdkParam param, k64f value)
Sets the value of a decimal parameter.
const GdkRegionXZ64f * GdkParam_AsProfileRegion(GdkParam param)
Returns the value of a profile region parameter.
kBool GdkParam_IsSet(GdkParam param)
Returns whether or not an optional parameter has been set.