TuttleOFX  1
OFX::PageParamDescriptor Class Reference

Wraps up a page param, not much to it really. More...

#include <ofxsParam.h>

Inheritance diagram for OFX::PageParamDescriptor:
Collaboration diagram for OFX::PageParamDescriptor:

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

Detailed Description

Wraps up a page param, not much to it really.

Definition at line 636 of file ofxsParam.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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

Here is the call graph for this function:

OFX::PageParamDescriptor::mDeclareProtectedAssignAndCC ( PageParamDescriptor  ) [protected]

Friends And Related Function Documentation

friend class ParamSetDescriptor [friend]

Reimplemented from OFX::ParamDescriptor.

Definition at line 647 of file ofxsParam.h.


Field Documentation

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.


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