Developer Documentation
ScriptSettingsDouble Class Reference
Inheritance diagram for ScriptSettingsDouble:
ScriptSettings

Public Slots

void setUseColorCoder (bool useColorCoder)
 
void setColorMin (const Vector4 &color)
 
void setColorMax (const Vector4 &color)
 
void setUseFixedRange (bool useFixedRange)
 
void setRangeMin (double val)
 
void setRangeMax (double val)
 
void setMapOutsideRange (bool mapOutsideRange)
 
void setAbsolute (bool absolute)
 

Public Member Functions

 ScriptSettingsDouble (DoubleWidget *widget)
 
 ScriptSettingsDouble (const ScriptSettingsDouble &other)
 
bool useColorCoder () const
 
const Vector4 colorMin () const
 
const Vector4 colorMax () const
 
bool useFixedRange () const
 
double rangeMin () const
 
double rangeMax () const
 
bool mapOutsideRange () const
 
bool absolute () const
 
- Public Member Functions inherited from ScriptSettings
 ScriptSettings (QWidget *widget)
 

Properties

bool useColorCoder
 
Vector4 colorMin
 
Vector4 colorMax
 
bool useFixedRange
 
double rangeMin
 
double rangeMax
 
bool mapOutsideRange
 
bool absolute
 

Private Attributes

DoubleWidgetwidget_
 

Detailed Description

Definition at line 11 of file ScriptSettingsDouble.hh.


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