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

Public Methods | |
| TxqOptionsDlog (QWidget *parent, const char *name, TxqPlotAttribs *plot) | |
| Constructor takes a parent wiget, a name, and the plot attributes. More... | |
| virtual | ~TxqOptionsDlog () |
| The TxqOptionsDlog destructor. More... | |
| virtual void | addTabs () |
| Adds the tabs. More... | |
| virtual void | setPlotAttribs (TxqPlotAttribs *pa) |
| Set the plot attibutes. More... | |
| virtual TxqPlotAttribs* | getPlotAttribs () |
| Get the plot attributes. More... | |
Protected Methods | |
| virtual void | updateAxisAttribs (TxqAxisAttribsTab *axis, TxqAxisAttribs &a, double min, double max, TxqTitleTab *aTitle, TxqTickMarkTab *aTickMark) |
| Update the axis attributes from the inputs. More... | |
| virtual void | axesTab () |
| axesTab creates the Axes tab editor. More... | |
| virtual void | titlesTab () |
| titlesTab creates the Titles tab editor. More... | |
| virtual void | tickTab () |
| tickTab creates the Tick mark tab editor. More... | |
| void | warn (QString axis) |
| Output a warning message if the min is greater than the max. More... | |
| void | warnLog (QString axis) |
| Output a warning message if the log scale inputs are incorrect. More... | |
| int | warnLogDecades (QString axis, double min) |
| Output an information message if the log of the max - log of min is greater than 5.0. More... | |
Protected Attributes | |
| TxqPlotAttribs* | plotAttribs |
| The plot attributes. More... | |
| QLineEdit* | xtitle |
| The X title editor. More... | |
| QLineEdit* | ytitle |
| The Y title editor. More... | |
| QLabel* | x |
| The X axis title. More... | |
| QLabel* | y |
| The Y axis title. More... | |
| TxqAxisAttribsTab* | xAxis |
| The X axis tab. More... | |
| TxqAxisAttribsTab* | yAxis |
| The Y axis tab. More... | |
| TxqTitleTab* | xTitle |
| The title tab for the X axis. More... | |
| TxqTitleTab* | yTitle |
| The title tab for the Y axis. More... | |
| TxqTickMarkTab* | xTickMark |
| The tick mark tabs. More... | |
| TxqTickMarkTab* | yTickMark |
| double | xmin |
| The original X min and max value. More... | |
| double | xmax |
| The original X min and max value. More... | |
| double | ymin |
| The original Y min and max value. More... | |
| double | ymax |
| The original Y min and max value. More... | |
| QHBox* | axesBox |
| The axes tab widget. More... | |
| QVBox* | titleBox |
| The title tab widget. More... | |
| QVBox* | tickBox |
| The tick mark tab widget. More... | |
|
|
Constructor takes a parent wiget, a name, and the plot attributes.
|
|
|
The TxqOptionsDlog destructor.
|
|
|
Adds the tabs.
Reimplemented in Txq3dOptionsDlog. |
|
|
axesTab creates the Axes tab editor.
Reimplemented in Txq3dOptionsDlog. |
|
|
Get the plot attributes.
Reimplemented in Txq3dOptionsDlog. |
|
|
Set the plot attibutes.
Reimplemented in Txq3dOptionsDlog. Referenced by Txq3dOptionsDlog::setPlotAttribs().
|
|
|
tickTab creates the Tick mark tab editor.
Reimplemented in Txq3dOptionsDlog. |
|
|
titlesTab creates the Titles tab editor.
Reimplemented in Txq3dOptionsDlog. |
|
|
Update the axis attributes from the inputs.
|
|
|
Output a warning message if the min is greater than the max.
|
|
|
Output a warning message if the log scale inputs are incorrect.
|
|
|
Output an information message if the log of the max - log of min is greater than 5.0.
|
|
|
The axes tab widget.
Definition at line 192 of file TxqOptionsDlog.h. |
|
|
The plot attributes.
Definition at line 132 of file TxqOptionsDlog.h. |
|
|
The tick mark tab widget.
Definition at line 202 of file TxqOptionsDlog.h. |
|
|
The title tab widget.
Definition at line 197 of file TxqOptionsDlog.h. |
|
|
The X axis title.
Definition at line 147 of file TxqOptionsDlog.h. |
|
|
The X axis tab.
Definition at line 157 of file TxqOptionsDlog.h. |
|
|
The tick mark tabs.
Definition at line 176 of file TxqOptionsDlog.h. |
|
|
The title tab for the X axis.
Definition at line 167 of file TxqOptionsDlog.h. |
|
|
The original X min and max value.
Definition at line 182 of file TxqOptionsDlog.h. |
|
|
The original X min and max value.
Definition at line 182 of file TxqOptionsDlog.h. |
|
|
The X title editor.
Definition at line 137 of file TxqOptionsDlog.h. |
|
|
The Y axis title.
Definition at line 152 of file TxqOptionsDlog.h. |
|
|
The Y axis tab.
Definition at line 162 of file TxqOptionsDlog.h. |
|
|
Definition at line 177 of file TxqOptionsDlog.h. |
|
|
The title tab for the Y axis.
Definition at line 171 of file TxqOptionsDlog.h. |
|
|
The original Y min and max value.
Definition at line 187 of file TxqOptionsDlog.h. |
|
|
The original Y min and max value.
Definition at line 187 of file TxqOptionsDlog.h. |
|
|
The Y title editor.
Definition at line 142 of file TxqOptionsDlog.h. |
Copyright Tech-X Corporation, all rights reserved.