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

OFX::DoubleParamDescriptor Class Reference

#include <ofxsParam.h>

Inheritance diagram for OFX::DoubleParamDescriptor:

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

Detailed Description

Wraps up a double param.


Public Member Functions

void setShowTimeMarker (bool v)
 if the double type is Absolute time, show a time marker on the time line if possible
void setDefault (double v)
 set the default value, default is 0
void setRange (double min, double max)
 set the hard min/max range, default is DOUBLE_MIN, DOUBLE_MAX
void setDisplayRange (double min, double max)
 set the display min and max, default is to be the same as the range param

Protected Member Functions

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

Friends

class ParamSetDescriptor


Constructor & Destructor Documentation

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

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

ctor


Member Function Documentation

OFX::DoubleParamDescriptor::mDeclareProtectedAssignAndCC DoubleParamDescriptor   )  [protected]
 

void OFX::DoubleParamDescriptor::setDefault double  v  ) 
 

set the default value, default is 0

void OFX::DoubleParamDescriptor::setDisplayRange double  min,
double  max
 

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

void OFX::DoubleParamDescriptor::setRange double  min,
double  max
 

set the hard min/max range, default is DOUBLE_MIN, DOUBLE_MAX

void OFX::DoubleParamDescriptor::setShowTimeMarker bool  v  ) 
 

if the double type is Absolute time, show a time marker on the time line if possible


Friends And Related Function Documentation

friend class ParamSetDescriptor [friend]
 

Reimplemented from OFX::BaseDoubleParamDescriptor.


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