#include <TxqPlotAttribs.h>
Inheritance diagram for TxqPlotAttribs::

Public Methods | |
| TxqPlotAttribs () | |
| Default constructor will set default X and Y plot attributes. More... | |
| TxqPlotAttribs (QString xtitle, QColor xtitlecolor, double xmin, double xmax, bool xlims, bool xSciNote, QString xscaletype, int xscale, QString ytitle, QColor ytitlecolor, double ymin, double ymax, bool ylims, bool ySciNote, QString yscaletype, int yscale) | |
| Constructor with all attributes set by the constructor. More... | |
| void | setDefaultPlotAttrib (TxqAxisAttribs a) |
| Set the plot atttributes from a TxqAxisAttribs. More... | |
| void | print () |
| Print out all the variables. More... | |
| ~TxqPlotAttribs () | |
| Destructor. More... | |
Public Attributes | |
| TxqAxisAttribs | x |
| The x axis atrributes. More... | |
| TxqAxisAttribs | y |
| The y axis atrributes. More... | |
A TxqPlotAttribs is the data needed to specify the plot attributes, such as the min, max, scale and type.
Definition at line 27 of file TxqPlotAttribs.h.
|
|
Default constructor will set default X and Y plot attributes.
Definition at line 34 of file TxqPlotAttribs.h. |
|
|
Constructor with all attributes set by the constructor.
Definition at line 61 of file TxqPlotAttribs.h. |
|
|
Destructor.
Definition at line 134 of file TxqPlotAttribs.h. |
|
|
Print out all the variables.
Reimplemented in Txq3dPlotAttribs. Definition at line 109 of file TxqPlotAttribs.h. |
|
|
Set the plot atttributes from a TxqAxisAttribs.
Definition at line 93 of file TxqPlotAttribs.h. Referenced by Txq3dPlotAttribs::Txq3dPlotAttribs(), and TxqPlotAttribs().
|
|
|
The x axis atrributes.
Definition at line 143 of file TxqPlotAttribs.h. |
|
|
The y axis atrributes.
Definition at line 148 of file TxqPlotAttribs.h. |
Copyright Tech-X Corporation, all rights reserved.