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

Description

Represents the schema of a parameter set.

Inheritance diagram for GdkParamsInfo:
Inheritance graph

Public Member Functions

kStatus GdkParamsInfo_AddParam (GdkParamsInfo info, GdkParamType paramType, const kChar *name, const kChar *label, const void *defValue, GdkParamInfo *paramInfo)
 Add a parameter to the set. More...
 
GdkParamInfo GdkParamsInfo_At (GdkParamsInfo info, kSize index)
 Returns the parameter at a specified index. More...
 
kSize GdkParamsInfo_Count (GdkParamsInfo info)
 Returns the number of parameters in the set. More...
 
GdkParamInfo GdkParamsInfo_Find (GdkParamsInfo info, const kChar *name)
 Returns the parameter with a specified name. More...
 
kStatus GdkParamsInfo_Remove (GdkParamsInfo info, kSize index)
 Removes a parameter from the set. More...
 

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