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

TxqGridTab Class Reference

#include <TxqGridTab.h>

Inheritance diagram for TxqGridTab::

QGroupBox List of all members.

Public Methods

 TxqGridTab (QWidget *parent, const QString &tle, const int step, const int size, const bool autoFlag, const int autoGrid)
 constructor takes a parent wiget, and the grid attributes. More...

virtual ~TxqGridTab ()
 The TxqGridTab destructor. More...

void setData (const QString &tle, const int gridSize)
 set the title data. More...

void setGridStepSize (int value)
 set the value of the grid step size. More...

int getGridStepSize ()
 Get the grid step size. More...

void setGridSize (int value)
 set the value of the grid size. More...

int getGridSize ()
 Get the value of the grid size. More...


Protected Slots

void setGridStepSizeValue (int)
 set the value of the grid step size slot. More...

void setGridSizeValue (int)
 set the value of the grid size slot. More...

void setAutoReduce ()
 set auto reduce. More...


Private Attributes

QSpinBox* gridStepSizeBox
 The grid step size spin box. More...

QSpinBox* gridSizeBox
 The grid size spin box. More...

int gridStepSize
 The grid step size. More...

int gridSize
 The grid size. More...

int maxGridSize
 The maximum grid size. More...

bool autoReduce
 The flag to auto reduce the grid size. More...

int autoGridSize
 The auto reduce grid size. More...

QLabeltitle
 The title label. More...

QCheckBox* autoReduceBox
 The auto Reduce box. More...

bool lock
 The bool to lock the grid size change. More...


Constructor & Destructor Documentation

TxqGridTab::TxqGridTab ( QWidget * parent,
const QString & tle,
const int step,
const int size,
const bool autoFlag,
const int autoGrid )
 

constructor takes a parent wiget, and the grid attributes.

TxqGridTab::~TxqGridTab ( ) [virtual]
 

The TxqGridTab destructor.


Member Function Documentation

int TxqGridTab::getGridSize ( ) [inline]
 

Get the value of the grid size.

Returns:
the value for the grid size

Definition at line 82 of file TxqGridTab.h.

int TxqGridTab::getGridStepSize ( ) [inline]
 

Get the grid step size.

Returns:
the grid step size

Definition at line 70 of file TxqGridTab.h.

void TxqGridTab::setAutoReduce ( ) [protected, slot]
 

set auto reduce.

void TxqGridTab::setData ( const QString & tle,
const int gridSize )
 

set the title data.

Parameters:
tle   the title
gridSize   the maximum grid size

void TxqGridTab::setGridSize ( int value )
 

set the value of the grid size.

Parameters:
value   the value for the grid size

void TxqGridTab::setGridSizeValue ( int ) [protected, slot]
 

set the value of the grid size slot.

void TxqGridTab::setGridStepSize ( int value )
 

set the value of the grid step size.

Returns:
the value for the grid step size

void TxqGridTab::setGridStepSizeValue ( int ) [protected, slot]
 

set the value of the grid step size slot.


Member Data Documentation

int TxqGridTab::autoGridSize [private]
 

The auto reduce grid size.

Definition at line 137 of file TxqGridTab.h.

bool TxqGridTab::autoReduce [private]
 

The flag to auto reduce the grid size.

Definition at line 132 of file TxqGridTab.h.

QCheckBox * TxqGridTab::autoReduceBox [private]
 

The auto Reduce box.

Definition at line 147 of file TxqGridTab.h.

int TxqGridTab::gridSize [private]
 

The grid size.

Definition at line 122 of file TxqGridTab.h.

QSpinBox * TxqGridTab::gridSizeBox [private]
 

The grid size spin box.

Definition at line 112 of file TxqGridTab.h.

int TxqGridTab::gridStepSize [private]
 

The grid step size.

Definition at line 117 of file TxqGridTab.h.

QSpinBox * TxqGridTab::gridStepSizeBox [private]
 

The grid step size spin box.

Definition at line 107 of file TxqGridTab.h.

bool TxqGridTab::lock [private]
 

The bool to lock the grid size change.

Definition at line 152 of file TxqGridTab.h.

int TxqGridTab::maxGridSize [private]
 

The maximum grid size.

Definition at line 127 of file TxqGridTab.h.

QLabel * TxqGridTab::title [private]
 

The title label.

Definition at line 142 of file TxqGridTab.h.


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