|
Gocator Development Kit
|
Represents the schema of a parameter set.

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... | |