Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

OFX::IntParamDescriptor Class Reference

#include <ofxsParam.h>

Inheritance diagram for OFX::IntParamDescriptor:

OFX::ValueParamDescriptor OFX::ParamDescriptor List of all members.

Detailed Description

Wraps up an integer param.


Public Member Functions

void setDefault (int v)
 set the default value, default is 0
void setRange (int min, int max)
 set the hard min/max range, default is INT_MIN, INT_MAX
void setDisplayRange (int min, int max)
 set the display min and max, default is to be the same as the range param

Protected Member Functions

 mDeclareProtectedAssignAndCC (IntParamDescriptor)
 IntParamDescriptor (void)
 IntParamDescriptor (const std::string &name, OfxPropertySetHandle props)
 ctor

Friends

class ParamSetDescriptor


Constructor & Destructor Documentation

OFX::IntParamDescriptor::IntParamDescriptor void   )  [inline, protected]
 

OFX::IntParamDescriptor::IntParamDescriptor const std::string &  name,
OfxPropertySetHandle  props
[protected]
 

ctor


Member Function Documentation

OFX::IntParamDescriptor::mDeclareProtectedAssignAndCC IntParamDescriptor   )  [protected]
 

void OFX::IntParamDescriptor::setDefault int  v  ) 
 

set the default value, default is 0

void OFX::IntParamDescriptor::setDisplayRange int  min,
int  max
 

set the display min and max, default is to be the same as the range param

void OFX::IntParamDescriptor::setRange int  min,
int  max
 

set the hard min/max range, default is INT_MIN, INT_MAX


Friends And Related Function Documentation

friend class ParamSetDescriptor [friend]
 

Reimplemented from OFX::ValueParamDescriptor.


The documentation for this class was generated from the following files:
Generated on Thu Oct 9 13:03:50 2008 for OFX Support by  doxygen 1.3.9.1