Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

TxqAxisAttribsTab Class Reference

#include <TxqAxisAttribsTab.h>

Inheritance diagram for TxqAxisAttribsTab::

QGroupBox List of all members.

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

TxqAxisAttribsaxisAttribs
 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...

QLabeltitle
 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 & Destructor Documentation

TxqAxisAttribsTab::TxqAxisAttribsTab ( QWidget * parent,
TxqAxisAttribs * plot )
 

constructor takes a parent wiget, and the plot attributes.

Parameters:
parent   The parent widget.
plot   The TxqAxisAttribs pointer.

TxqAxisAttribsTab::~TxqAxisAttribsTab ( ) [virtual]
 

The TxqAxisAttribsTab destructor.


Member Function Documentation

void TxqAxisAttribsTab::autoLimsOff ( ) [slot]
 

slot to change the auto limits to off if a return is pressed in min or max.

void TxqAxisAttribsTab::getAxisAttribs ( )
 

Get the axis attributes into the class data mamber.

void TxqAxisAttribsTab::setAxisAttribs ( TxqAxisAttribs * pa )
 

Set the plot attibutes.

Parameters:
TxqAxisAttribs   the axis attribs pointer.


Member Data Documentation

TxqAxisAttribs * TxqAxisAttribsTab::axisAttribs [private]
 

The plot attributes.

Definition at line 80 of file TxqAxisAttribsTab.h.

QCheckBox * TxqAxisAttribsTab::lims [private]
 

The auto scale checkbox.

Definition at line 100 of file TxqAxisAttribsTab.h.

QLineEdit * TxqAxisAttribsTab::max [private]
 

The plot attribute editor to get the axis max value.

Definition at line 90 of file TxqAxisAttribsTab.h.

QLineEdit * TxqAxisAttribsTab::min [private]
 

The plot attribute editor to get the axis min value.

Definition at line 85 of file TxqAxisAttribsTab.h.

QRadioButton * TxqAxisAttribsTab::rlin [private]
 

The scale type button for linear scale.

Definition at line 110 of file TxqAxisAttribsTab.h.

QRadioButton * TxqAxisAttribsTab::rlog [private]
 

The scale type button for log scale.

Definition at line 115 of file TxqAxisAttribsTab.h.

QCheckBox * TxqAxisAttribsTab::sciNoteBox [private]
 

The scientific notation checkbox.

Definition at line 105 of file TxqAxisAttribsTab.h.

QLabel * TxqAxisAttribsTab::title [private]
 

The title label.

Definition at line 95 of file TxqAxisAttribsTab.h.


The documentation for this class was generated from the following file: Copyright Tech-X Corporation, all rights reserved.