TuttleOFX  1
OFX::BooleanParamDescriptor Class Reference

Wraps up a boolean param. More...

#include <ofxsParam.h>

Inheritance diagram for OFX::BooleanParamDescriptor:
Collaboration diagram for OFX::BooleanParamDescriptor:

Public Member Functions

void setDefault (bool v)
 set the default value

Protected Member Functions

 mDeclareProtectedAssignAndCC (BooleanParamDescriptor)
 BooleanParamDescriptor (void)
 BooleanParamDescriptor (const std::string &name, OfxPropertySetHandle props)
 hidden constructor

Friends

class ParamSetDescriptor

Detailed Description

Wraps up a boolean param.

Definition at line 566 of file ofxsParam.h.


Constructor & Destructor Documentation

OFX::BooleanParamDescriptor::BooleanParamDescriptor ( void  ) [inline, protected]

Definition at line 570 of file ofxsParam.h.

OFX::BooleanParamDescriptor::BooleanParamDescriptor ( const std::string &  name,
OfxPropertySetHandle  props 
) [protected]

hidden constructor

Definition at line 579 of file ofxsParams.cpp.


Member Function Documentation

OFX::BooleanParamDescriptor::mDeclareProtectedAssignAndCC ( BooleanParamDescriptor  ) [protected]
void OFX::BooleanParamDescriptor::setDefault ( bool  v)

Friends And Related Function Documentation

friend class ParamSetDescriptor [friend]

Reimplemented from OFX::ValueParamDescriptor.

Definition at line 577 of file ofxsParam.h.


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