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

Public Methods | |
| Txq3dOptionsDlog (QWidget *parent, const char *name, Txq3dPlotAttribs *plot) | |
| The constructor for the Txq3dOptionsDlog takes a parent wiget, a name, and the plot attributes. More... | |
| virtual | ~Txq3dOptionsDlog () |
| The Txq3dOptionsDlog destructor. More... | |
| virtual void | addTabs () |
| Adds the tabs to the dialog. More... | |
| void | setPlotAttribs (Txq3dPlotAttribs *pa) |
| Set the plot attibutes. More... | |
| virtual void | setPlotAttribs (TxqPlotAttribs *pa) |
| Declare the base class setPlotAttribs method to prevent compiler warnings. More... | |
| Txq3dPlotAttribs* | getPlotAttribs () |
| Get the plot attributes. More... | |
Protected Methods | |
| void | axesTab () |
| axesTab creates the Axes tab editor. More... | |
| void | titlesTab () |
| titlesTab creates the Titles tab editor. More... | |
| void | tickTab () |
| tickTab creates the Tick mark tab editor. More... | |
| void | gridTab () |
| gridTab creates the Grid tab editor. More... | |
Protected Attributes | |
| Txq3dPlotAttribs* | plot3dAttribs |
| The plot attributes. More... | |
| QLineEdit* | ztitle |
| The Z title editor. More... | |
| QLabel* | z |
| The Z axis title. More... | |
| TxqAxisAttribsTab* | zAxis |
| The Z axis tab. More... | |
| TxqTitleTab* | zTitle |
| The Z title tab. More... | |
| TxqTickMarkTab* | zTickMark |
| The Z tick tab. More... | |
| double | zmin |
| The original zmin. More... | |
| double | zmax |
| The original zmax. More... | |
| QVBox* | gridBox |
| The grid tab widget. More... | |
| TxqGridTab* | xGridTab |
| The X-Axis grid tab. More... | |
| TxqGridTab* | yGridTab |
| The Y-Axis grid tab. More... | |
Copyright 1998 - 2001 by Tech-X Corporation
Definition at line 40 of file Txq3dOptionsDlog.h.
|
|
The constructor for the Txq3dOptionsDlog takes a parent wiget, a name, and the plot attributes.
|
|
|
The Txq3dOptionsDlog destructor.
|
|
|
Adds the tabs to the dialog.
Reimplemented from TxqOptionsDlog. |
|
|
axesTab creates the Axes tab editor.
Reimplemented from TxqOptionsDlog. |
|
|
Get the plot attributes.
Reimplemented from TxqOptionsDlog. |
|
|
gridTab creates the Grid tab editor.
|
|
|
Declare the base class setPlotAttribs method to prevent compiler warnings.
Reimplemented from TxqOptionsDlog. Definition at line 76 of file Txq3dOptionsDlog.h. |
|
|
Set the plot attibutes.
|
|
|
tickTab creates the Tick mark tab editor.
Reimplemented from TxqOptionsDlog. |
|
|
titlesTab creates the Titles tab editor.
Reimplemented from TxqOptionsDlog. |
|
|
The grid tab widget.
Definition at line 151 of file Txq3dOptionsDlog.h. |
|
|
The plot attributes.
Definition at line 111 of file Txq3dOptionsDlog.h. |
|
|
The X-Axis grid tab.
Definition at line 156 of file Txq3dOptionsDlog.h. |
|
|
The Y-Axis grid tab.
Definition at line 161 of file Txq3dOptionsDlog.h. |
|
|
The Z axis title.
Definition at line 121 of file Txq3dOptionsDlog.h. |
|
|
The Z axis tab.
Definition at line 126 of file Txq3dOptionsDlog.h. |
|
|
The Z tick tab.
Definition at line 136 of file Txq3dOptionsDlog.h. |
|
|
The Z title tab.
Definition at line 131 of file Txq3dOptionsDlog.h. |
|
|
The original zmax.
Definition at line 146 of file Txq3dOptionsDlog.h. |
|
|
The original zmin.
Definition at line 141 of file Txq3dOptionsDlog.h. |
|
|
The Z title editor.
Definition at line 116 of file Txq3dOptionsDlog.h. |
Copyright Tech-X Corporation, all rights reserved.