TuttleOFX  1
OFX::GroupParamDescriptor Class Reference

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

#include <ofxsParam.h>

Inheritance diagram for OFX::GroupParamDescriptor:
Collaboration diagram for OFX::GroupParamDescriptor:

Public Member Functions

void setOpen (const bool open=true)
void setAsTab ()

Protected Member Functions

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

Friends

class ParamSetDescriptor

Detailed Description

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

Definition at line 615 of file ofxsParam.h.


Constructor & Destructor Documentation

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

Definition at line 619 of file ofxsParam.h.

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

hidden constructor

Definition at line 687 of file ofxsParams.cpp.


Member Function Documentation

OFX::GroupParamDescriptor::mDeclareProtectedAssignAndCC ( GroupParamDescriptor  ) [protected]
void OFX::GroupParamDescriptor::setAsTab ( )

Definition at line 696 of file ofxsParams.cpp.

References OFX::getImageEffectHostDescription(), OFX::ParamDescriptor::getProps(), kFnOfxParamPropGroupIsTab, and OFX::PropertySet::propSetInt().

Here is the call graph for this function:

void OFX::GroupParamDescriptor::setOpen ( const bool  open = true)

Definition at line 691 of file ofxsParams.cpp.

References OFX::ParamDescriptor::getProps(), kOfxParamPropGroupOpen, and OFX::PropertySet::propSetInt().

Here is the call graph for this function:


Friends And Related Function Documentation

friend class ParamSetDescriptor [friend]

Reimplemented from OFX::ParamDescriptor.

Definition at line 626 of file ofxsParam.h.


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