TuttleOFX
1
|
Wraps up a page param, not much to it really. More...
#include <ofxsParam.h>
Public Member Functions | |
void | addChild (const ParamDescriptor &p) |
adds a child parameter. Note the two existing pseudo params, gColumnSkip and gRowSkip | |
Static Public Attributes | |
static DummyParamDescriptor | gSkipRow |
dummy page positioning parameter to be passed to OFX::PageParamDescriptor::addChild | |
static DummyParamDescriptor | gSkipColumn |
dummy page positioning parameter to be passed to OFX::PageParamDescriptor::addChild | |
Protected Member Functions | |
mDeclareProtectedAssignAndCC (PageParamDescriptor) | |
PageParamDescriptor (void) | |
PageParamDescriptor (const std::string &name, OfxPropertySetHandle props) | |
hidden constructor | |
Friends | |
class | ParamSetDescriptor |
Wraps up a page param, not much to it really.
Definition at line 636 of file ofxsParam.h.
OFX::PageParamDescriptor::PageParamDescriptor | ( | void | ) | [inline, protected] |
Definition at line 640 of file ofxsParam.h.
OFX::PageParamDescriptor::PageParamDescriptor | ( | const std::string & | name, |
OfxPropertySetHandle | props | ||
) | [protected] |
hidden constructor
Definition at line 709 of file ofxsParams.cpp.
void OFX::PageParamDescriptor::addChild | ( | const ParamDescriptor & | p | ) |
adds a child parameter. Note the two existing pseudo params, gColumnSkip and gRowSkip
Definition at line 714 of file ofxsParams.cpp.
References OFX::ParamDescriptor::getName(), OFX::ParamDescriptor::getProps(), kOfxParamPropPageChild, OFX::PropertySet::propGetDimension(), and OFX::PropertySet::propSetString().
OFX::PageParamDescriptor::mDeclareProtectedAssignAndCC | ( | PageParamDescriptor | ) | [protected] |
friend class ParamSetDescriptor [friend] |
Reimplemented from OFX::ParamDescriptor.
Definition at line 647 of file ofxsParam.h.
dummy page positioning parameter to be passed to OFX::PageParamDescriptor::addChild
Definition at line 657 of file ofxsParam.h.
dummy page positioning parameter to be passed to OFX::PageParamDescriptor::addChild
Definition at line 654 of file ofxsParam.h.