oaParam.h File Reference

Go to the source code of this file.

Compounds

class  oaParam
class  oaParamArray
class  oaParamType

Defines

#define oaParam_P
#define oavNumParamTypes   7

Enumerations

enum  oaParamTypeEnum {
  oacIntParamType = 0, oacFloatParamType = 1, oacStringParamType = 2, oacAppParamType = 3,
  oacDoubleParamType = 4, oacBooleanParamType = 5, oacTimeParamType = 6
}


Define Documentation

#define oaParam_P
 

#define oavNumParamTypes   7
 


Enumeration Type Documentation

enum oaParamTypeEnum
 

Enumeration values:
oacIntParamType  "intParam"
oacFloatParamType  "floatParam"
oacStringParamType  "stringParam"
oacAppParamType  "appParam"
oacDoubleParamType  "doubleParam"
oacBooleanParamType  "booleanParam"
oacTimeParamType  "timeParam"

Return to top of page