#include <AIDA_Info.h>
Definition at line 58 of file AIDA_Info.h.
Public Methods | |
AIDA_Info () | |
AIDA_Info (LegendBox *, bool ownership=true) | |
virtual | ~AIDA_Info () |
virtual void | clear () |
virtual void | addText (const std::string &text) |
virtual void | addLegend (const AIDA::IMarkerStyle &style, const std::string &description) |
virtual void | addLegend (const AIDA::ILineStyle &style, const std::string &description) |
virtual void | addLegend (const AIDA::IFillStyle &style, const std::string &description) |
LegendBox * | theRep () |
void | setRep (LegendBox &, bool ownership) |
Private Methods | |
AIDA_Info (const AIDA_Info &) | |
AIDA_Info & | operator= (const AIDA_Info &) |
void | crisis () |
Private Attributes | |
LegendBox * | rep |
bool | ownRep |
|
Definition at line 57 of file AIDA_Info.cpp. |
|
Definition at line 67 of file AIDA_Info.cpp. |
|
Definition at line 77 of file AIDA_Info.cpp. References rep. |
|
|
|
Definition at line 151 of file AIDA_Info.cpp. References crisis(), rep, and Anaphe::AIDA_Plotter_Grace::AIDA_FillStyle::theRep(). |
|
Definition at line 133 of file AIDA_Info.cpp. References crisis(), rep, and Anaphe::AIDA_Plotter_Grace::AIDA_LineStyle::theRep(). |
|
Definition at line 115 of file AIDA_Info.cpp. References crisis(), rep, and Anaphe::AIDA_Plotter_Grace::AIDA_MarkerStyle::theRep(). |
|
Definition at line 103 of file AIDA_Info.cpp. |
|
Definition at line 91 of file AIDA_Info.cpp. |
|
Definition at line 193 of file AIDA_Info.cpp. |
|
|
|
Definition at line 177 of file AIDA_Info.cpp. Referenced by Anaphe::AIDA_Plotter_Grace::AIDA_PlotterRegion::info(). |
|
Definition at line 169 of file AIDA_Info.cpp. References rep. |
|
Definition at line 84 of file AIDA_Info.h. Referenced by setRep(). |
|
Definition at line 83 of file AIDA_Info.h. Referenced by addLegend(), addText(), clear(), setRep(), theRep(), and ~AIDA_Info(). |