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

Public Methods | |
| Txq3dPlotAttribs () | |
| Default constructor will set default plot attributes for each axis. More... | |
| Txq3dPlotAttribs (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, QString ztitle, QColor ztitlecolor, double zmin, double zmax, bool zlims, bool zSciNote, QString zscaletype, int zscale) | |
| This constructor requires the attributes as inputs. More... | |
| void | print () |
| print out all the variables. More... | |
| virtual | ~Txq3dPlotAttribs () |
| The default destructor. More... | |
Public Attributes | |
| TxqAxisAttribs | z |
| The Z axis atrributes. More... | |
| int | xGridSize |
| The X-Axis grid size. More... | |
| int | xMaxGridSize |
| The X-Axis maximum grid size. More... | |
| int | yGridSize |
| The Y-Axis grid size. More... | |
| int | yMaxGridSize |
| The Y-Axis maximum grid size. More... | |
| int | xGridStepSize |
| The X-Axis grid step size. More... | |
| int | yGridStepSize |
| The Y-Axis grid step size. More... | |
Copyright 1998 - 2001 by Tech-X Corporation
Definition at line 33 of file Txq3dPlotAttribs.h.
|
|
Default constructor will set default plot attributes for each axis.
Definition at line 40 of file Txq3dPlotAttribs.h. |
|
|
This constructor requires the attributes as inputs.
Definition at line 90 of file Txq3dPlotAttribs.h. |
|
|
The default destructor.
Definition at line 165 of file Txq3dPlotAttribs.h. |
|
|
print out all the variables.
Reimplemented from TxqPlotAttribs. Definition at line 140 of file Txq3dPlotAttribs.h. |
|
|
The X-Axis grid size.
Definition at line 179 of file Txq3dPlotAttribs.h. |
|
|
The X-Axis grid step size.
Definition at line 199 of file Txq3dPlotAttribs.h. |
|
|
The X-Axis maximum grid size.
Definition at line 184 of file Txq3dPlotAttribs.h. |
|
|
The Y-Axis grid size.
Definition at line 189 of file Txq3dPlotAttribs.h. |
|
|
The Y-Axis grid step size.
Definition at line 204 of file Txq3dPlotAttribs.h. |
|
|
The Y-Axis maximum grid size.
Definition at line 194 of file Txq3dPlotAttribs.h. |
|
|
The Z axis atrributes.
Definition at line 174 of file Txq3dPlotAttribs.h. |
Copyright Tech-X Corporation, all rights reserved.