Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

ParamFlags.H File Reference


Detailed Description

Flags related to ModelParamBase and ParamClient

Definition in file ParamFlags.H.

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef int ParamFlag
 Typedef for flags related to ModelParamBase and ParamClient.

Variables

const ParamFlag USE_MY_VAL = 1 << 0
 Flag for various functions that says "use my value as the default".
const ParamFlag ALLOW_ONLINE_CHANGES = 1 << 1
 Whether the parameter is allowed to be changed while the model is active.
const ParamFlag MP_INACTIVE = 1 << 2
 Whether the parameter is currently inactive.
const ParamFlag MP_HIDDEN = 1 << 3
 Whether the parameter is currently hidden.


Typedef Documentation

typedef int ParamFlag
 

Typedef for flags related to ModelParamBase and ParamClient.

Definition at line 42 of file ParamFlags.H.


Variable Documentation

const ParamFlag ALLOW_ONLINE_CHANGES = 1 << 1
 

Whether the parameter is allowed to be changed while the model is active.

Definition at line 48 of file ParamFlags.H.

Referenced by ModelParamBase::allowsOnlineChanges().

const ParamFlag MP_HIDDEN = 1 << 3
 

Whether the parameter is currently hidden.

Definition at line 54 of file ParamFlags.H.

Referenced by ModelParamBase::getHidden(), and ModelParamBase::setHidden().

const ParamFlag MP_INACTIVE = 1 << 2
 

Whether the parameter is currently inactive.

Definition at line 51 of file ParamFlags.H.

Referenced by ModelParamBase::getInactive(), and ModelParamBase::setInactive().

const ParamFlag USE_MY_VAL = 1 << 0
 

Flag for various functions that says "use my value as the default".

Definition at line 45 of file ParamFlags.H.

Referenced by modelmanager_xx_defaultvalue_xx_1(), and ModelComponent::registerOptionedParam().


Generated on Sun Nov 22 13:43:50 2009 for iLab Neuromorphic Vision Toolkit by  doxygen 1.4.4