#include <AIDA_LineStyle.h>
Definition at line 58 of file AIDA_LineStyle.h.
Public Methods | |
AIDA_LineStyle () | |
AIDA_LineStyle (LineStyle *, bool owner=true) | |
virtual | ~AIDA_LineStyle () |
virtual void | reset () |
virtual bool | setParameter (const std::string ¶mName, const std::string &options) |
virtual std::vector< std::string > | availableParameters () const |
virtual std::string | parameterValue (const std::string ¶mName) const |
virtual std::vector< std::string > | availableParameterOptions (const std::string ¶mName) const |
virtual std::vector< std::string > | availableColors () const |
virtual std::string | color () const |
virtual double | opacity () const |
virtual bool | setColor (const std::string &newColor) |
virtual bool | setOpacity (double newOpacity) |
virtual std::vector< std::string > | availableLineTypes () const |
virtual std::string | lineType () const |
virtual int | thickness () const |
virtual bool | setLineType (const std::string &newLineType) |
virtual bool | setThickness (int newThickness) |
void | setRep (LineStyle &, bool ownership) |
LineStyle * | theRep () |
Private Methods | |
AIDA_LineStyle (const AIDA_LineStyle &) | |
AIDA_LineStyle & | operator= (const AIDA_LineStyle &) |
void | crisis () const |
Private Attributes | |
LineStyle * | rep |
bool | ownRep |
|
Definition at line 54 of file AIDA_LineStyle.cpp. |
|
Definition at line 63 of file AIDA_LineStyle.cpp. |
|
Definition at line 73 of file AIDA_LineStyle.cpp. References rep. |
|
|
|
Definition at line 149 of file AIDA_LineStyle.cpp. |
|
Definition at line 209 of file AIDA_LineStyle.cpp. |
|
Definition at line 137 of file AIDA_LineStyle.cpp. |
|
Definition at line 112 of file AIDA_LineStyle.cpp. |
|
Definition at line 161 of file AIDA_LineStyle.cpp. |
|
Definition at line 290 of file AIDA_LineStyle.cpp. Referenced by availableColors(), availableLineTypes(), availableParameterOptions(), availableParameters(), color(), lineType(), opacity(), parameterValue(), reset(), setColor(), setLineType(), setOpacity(), setParameter(), setThickness(), and thickness(). |
|
Definition at line 221 of file AIDA_LineStyle.cpp. |
|
Definition at line 173 of file AIDA_LineStyle.cpp. |
|
|
|
Definition at line 124 of file AIDA_LineStyle.cpp. |
|
Definition at line 87 of file AIDA_LineStyle.cpp. |
|
Definition at line 185 of file AIDA_LineStyle.cpp. |
|
Definition at line 245 of file AIDA_LineStyle.cpp. |
|
Definition at line 197 of file AIDA_LineStyle.cpp. |
|
Definition at line 99 of file AIDA_LineStyle.cpp. |
|
Definition at line 269 of file AIDA_LineStyle.cpp. Referenced by Anaphe::AIDA_Plotter_Grace::AIDA_DataStyle::lineStyle(), and Anaphe::AIDA_Plotter_Grace::AIDA_AxisStyle::lineStyle(). |
|
Definition at line 257 of file AIDA_LineStyle.cpp. |
|
Definition at line 278 of file AIDA_LineStyle.cpp. References rep. Referenced by Anaphe::AIDA_Plotter_Grace::AIDA_Info::addLegend(), Anaphe::AIDA_Plotter_Grace::AIDA_DataStyle::setLineStyle(), and Anaphe::AIDA_Plotter_Grace::AIDA_AxisStyle::setlineStyle(). |
|
Definition at line 233 of file AIDA_LineStyle.cpp. |
|
Definition at line 94 of file AIDA_LineStyle.h. Referenced by setRep(). |
|
Definition at line 93 of file AIDA_LineStyle.h. Referenced by availableColors(), availableLineTypes(), availableParameterOptions(), availableParameters(), color(), lineType(), opacity(), parameterValue(), reset(), setColor(), setLineType(), setOpacity(), setParameter(), setRep(), setThickness(), theRep(), thickness(), and ~AIDA_LineStyle(). |