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

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... | |
| QLabel* | title |
| The title label. More... | |
| QCheckBox* | autoReduceBox |
| The auto Reduce box. More... | |
| bool | lock |
| The bool to lock the grid size change. More... | |
|
|
constructor takes a parent wiget, and the grid attributes.
|
|
|
The TxqGridTab destructor.
|
|
|
Get the value of the grid size.
Definition at line 82 of file TxqGridTab.h. |
|
|
Get the grid step size.
Definition at line 70 of file TxqGridTab.h. |
|
|
set auto reduce.
|
|
|
set the title data.
|
|
|
set the value of the grid size.
|
|
|
set the value of the grid size slot.
|
|
|
set the value of the grid step size.
|
|
|
set the value of the grid step size slot.
|
|
|
The auto reduce grid size.
Definition at line 137 of file TxqGridTab.h. |
|
|
The flag to auto reduce the grid size.
Definition at line 132 of file TxqGridTab.h. |
|
|
The auto Reduce box.
Definition at line 147 of file TxqGridTab.h. |
|
|
The grid size.
Definition at line 122 of file TxqGridTab.h. |
|
|
The grid size spin box.
Definition at line 112 of file TxqGridTab.h. |
|
|
The grid step size.
Definition at line 117 of file TxqGridTab.h. |
|
|
The grid step size spin box.
Definition at line 107 of file TxqGridTab.h. |
|
|
The bool to lock the grid size change.
Definition at line 152 of file TxqGridTab.h. |
|
|
The maximum grid size.
Definition at line 127 of file TxqGridTab.h. |
|
|
The title label.
Definition at line 142 of file TxqGridTab.h. |
Copyright Tech-X Corporation, all rights reserved.