#include <AIDA_TextStyle.h>
Definition at line 57 of file AIDA_TextStyle.h.
Public Methods | |
AIDA_TextStyle () | |
AIDA_TextStyle (TextStyle *, bool ownership=true) | |
virtual | ~AIDA_TextStyle () |
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 > | availableFonts () const |
virtual double | fontSize () const |
virtual bool | setFontSize (double size) |
virtual std::string | font () const |
virtual bool | setFont (const std::string &font) |
virtual bool | isBold () const |
virtual bool | isItalic () const |
virtual bool | isUnderlined () const |
virtual bool | setBold (bool bold) |
virtual bool | setItalic (bool italic) |
virtual bool | setUnderlined (bool underlined) |
void | setRep (TextStyle &, bool ownership) |
TextStyle * | theRep () |
Private Methods | |
AIDA_TextStyle (const AIDA_TextStyle &) | |
AIDA_TextStyle & | operator= (const AIDA_TextStyle &) |
void | crisis () const |
Private Attributes | |
TextStyle * | rep |
bool | ownRep |
|
Definition at line 54 of file AIDA_TextStyle.cpp. |
|
Definition at line 64 of file AIDA_TextStyle.cpp. |
|
Definition at line 74 of file AIDA_TextStyle.cpp. References rep. |
|
|
|
Definition at line 151 of file AIDA_TextStyle.cpp. |
|
Definition at line 211 of file AIDA_TextStyle.cpp. |
|
Definition at line 139 of file AIDA_TextStyle.cpp. |
|
Definition at line 126 of file AIDA_TextStyle.cpp. |
|
Definition at line 163 of file AIDA_TextStyle.cpp. |
|
Definition at line 361 of file AIDA_TextStyle.cpp. Referenced by availableColors(), availableFonts(), availableParameterOptions(), availableParameters(), color(), font(), fontSize(), isBold(), isItalic(), isUnderlined(), opacity(), parameterValue(), reset(), setBold(), setColor(), setFont(), setFontSize(), setItalic(), setOpacity(), setParameter(), and setUnderlined(). |
|
Definition at line 247 of file AIDA_TextStyle.cpp. Referenced by setFont(). |
|
Definition at line 223 of file AIDA_TextStyle.cpp. |
|
Definition at line 271 of file AIDA_TextStyle.cpp. |
|
Definition at line 283 of file AIDA_TextStyle.cpp. |
|
Definition at line 295 of file AIDA_TextStyle.cpp. |
|
Definition at line 175 of file AIDA_TextStyle.cpp. |
|
|
|
Definition at line 114 of file AIDA_TextStyle.cpp. |
|
Definition at line 89 of file AIDA_TextStyle.cpp. |
|
Definition at line 307 of file AIDA_TextStyle.cpp. |
|
Definition at line 187 of file AIDA_TextStyle.cpp. |
|
Definition at line 259 of file AIDA_TextStyle.cpp. |
|
Definition at line 235 of file AIDA_TextStyle.cpp. |
|
Definition at line 319 of file AIDA_TextStyle.cpp. |
|
Definition at line 199 of file AIDA_TextStyle.cpp. |
|
Definition at line 101 of file AIDA_TextStyle.cpp. |
|
Definition at line 342 of file AIDA_TextStyle.cpp. Referenced by Anaphe::AIDA_Plotter_Grace::AIDA_AxisStyle::labelStyle(), Anaphe::AIDA_Plotter_Grace::AIDA_TitleStyle::textStyle(), Anaphe::AIDA_Plotter_Grace::AIDA_InfoStyle::textStyle(), and Anaphe::AIDA_Plotter_Grace::AIDA_AxisStyle::tickLabelStyle(). |
|
Definition at line 331 of file AIDA_TextStyle.cpp. |
|
Definition at line 351 of file AIDA_TextStyle.cpp. References rep. Referenced by Anaphe::AIDA_Plotter_Grace::AIDA_AxisStyle::setLabelStyle(), Anaphe::AIDA_Plotter_Grace::AIDA_TitleStyle::setTextStyle(), Anaphe::AIDA_Plotter_Grace::AIDA_InfoStyle::setTextStyle(), and Anaphe::AIDA_Plotter_Grace::AIDA_AxisStyle::setTickLabelStyle(). |
|
Definition at line 98 of file AIDA_TextStyle.h. Referenced by setRep(). |
|
Definition at line 97 of file AIDA_TextStyle.h. Referenced by availableColors(), availableFonts(), availableParameterOptions(), availableParameters(), color(), font(), fontSize(), isBold(), isItalic(), isUnderlined(), opacity(), parameterValue(), reset(), setBold(), setColor(), setFont(), setFontSize(), setItalic(), setOpacity(), setParameter(), setRep(), setUnderlined(), theRep(), and ~AIDA_TextStyle(). |