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

Public Slots | |
| void | autoLimsOff () |
| slot to change the auto limits to off if a return is pressed in min or max. More... | |
Public Methods | |
| TxqAxisAttribsTab (QWidget *parent, TxqAxisAttribs *plot) | |
| constructor takes a parent wiget, and the plot attributes. More... | |
| virtual | ~TxqAxisAttribsTab () |
| The TxqAxisAttribsTab destructor. More... | |
| void | setAxisAttribs (TxqAxisAttribs *pa) |
| Set the plot attibutes. More... | |
| void | getAxisAttribs () |
| Get the axis attributes into the class data mamber. More... | |
Private Attributes | |
| TxqAxisAttribs* | axisAttribs |
| The plot attributes. More... | |
| QLineEdit* | min |
| The plot attribute editor to get the axis min value. More... | |
| QLineEdit* | max |
| The plot attribute editor to get the axis max value. More... | |
| QLabel* | title |
| The title label. More... | |
| QCheckBox* | lims |
| The auto scale checkbox. More... | |
| QCheckBox* | sciNoteBox |
| The scientific notation checkbox. More... | |
| QRadioButton* | rlin |
| The scale type button for linear scale. More... | |
| QRadioButton* | rlog |
| The scale type button for log scale. More... | |
|
|
constructor takes a parent wiget, and the plot attributes.
|
|
|
The TxqAxisAttribsTab destructor.
|
|
|
slot to change the auto limits to off if a return is pressed in min or max.
|
|
|
Get the axis attributes into the class data mamber.
|
|
|
Set the plot attibutes.
|
|
|
The plot attributes.
Definition at line 80 of file TxqAxisAttribsTab.h. |
|
|
The auto scale checkbox.
Definition at line 100 of file TxqAxisAttribsTab.h. |
|
|
The plot attribute editor to get the axis max value.
Definition at line 90 of file TxqAxisAttribsTab.h. |
|
|
The plot attribute editor to get the axis min value.
Definition at line 85 of file TxqAxisAttribsTab.h. |
|
|
The scale type button for linear scale.
Definition at line 110 of file TxqAxisAttribsTab.h. |
|
|
The scale type button for log scale.
Definition at line 115 of file TxqAxisAttribsTab.h. |
|
|
The scientific notation checkbox.
Definition at line 105 of file TxqAxisAttribsTab.h. |
|
|
The title label.
Definition at line 95 of file TxqAxisAttribsTab.h. |
Copyright Tech-X Corporation, all rights reserved.