Developer Documentation
ScriptSettingsVector Class Reference
Inheritance diagram for ScriptSettingsVector:
ScriptSettings

Public Types

enum  Type { Strokes, Rgb, Edges, LengthColor }
 

Public Slots

void setType (Type type)
 
void setNormalize (bool normalize)
 
void setDoScale (bool doScale)
 
void setScaleFactor (double scaleFactor)
 
void setLineColor (const Vector4 &lineColor)
 
void setLineWidth (double width)
 

Public Member Functions

 ScriptSettingsVector (VectorWidget *widget)
 
 ScriptSettingsVector (const ScriptSettingsVector &other)
 
Type type () const
 
bool normalize () const
 
bool doScale () const
 
double scaleFactor () const
 
Vector4 lineColor () const
 
double lineWidth ()
 
- Public Member Functions inherited from ScriptSettings
 ScriptSettings (QWidget *widget)
 

Properties

Type type
 
bool normalize
 
bool doScale
 
double scaleFactor
 
Vector4 lineColor
 
double lineWidth
 

Private Attributes

VectorWidgetwidget_
 

Detailed Description

Definition at line 11 of file ScriptSettingsVector.hh.


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