Public Member Functions | |
QGScatterPlot () | |
Default constructor. | |
QGScatterPlot (const QGScatterPlot &) | |
Copy constructor. | |
virtual | ~QGScatterPlot () |
Destructor. | |
void | AutoSetStyle () |
Automatically set the scatter plot style. | |
void | Display () |
Display scatter plot. | |
void | DisplayEditWindow () |
Display edit window. | |
void | DrawStyleScatterPlot () |
Draw a mini-scatter plot showing the style of the scatter plot. | |
void | Duplicate () |
Duplicate the scatter plot. | |
void | Erase () |
Erase the scatter plot. | |
void | Generate (QChain *chain=0) |
Generate the scatter plot. | |
void | GetParametersFromEditWindow () |
Get parameters from edit window. | |
TGraph * | GetStyleScatterPlot () |
Get style scatter plot. | |
void | MakeStylePlot () |
Make style plot. | |
void | SetName (const char *name=0) |
Set name of the scatter plot. | |
void | SetProperty (const std::string &key, const std::string &value) |
Set property (used for opening a session). | |
Private Attributes | |
TGraph * | fStyleScatterPlot |
Mini-scatter plot to show style of this scatter plot. | |
Static Private Attributes | |
static std::list< QGScatterPlot * > | fScatterPlots |
Collection of pointers to all QGScatterPlots. |