Public Member Functions |
| | DtHostilityMatrixDialog (makVrv::DtDe &de, QWidget *parent, const Qt::WindowFlags &flags=0) |
| virtual | ~DtHostilityMatrixDialog () |
| virtual void | setupGui () |
| | Sets up gui based on hostility matrix.
|
| virtual bool | blockTableSignals (bool) |
| | block signals on hostility matrix table. Returns current value
|
| virtual void | setRowCount (int) |
| | Number of rows in hostility matrix table.
|
| virtual int | rowCount () const |
| | Number of rows.
|
| virtual void | setColumnCount (int) |
| | Number of columns in hostility matrix table.
|
| virtual int | columnCount () const |
| | number of columns
|
| virtual void | showHeaders (bool horiz, bool vert) |
| | shows/hides vertical or horizontal column headers on table
|
| virtual void | showRow (int row, bool) |
| | show/hide specified row
|
| virtual void | showColumn (int col, bool) |
| | show/hide specified column
|
| virtual void | setCellWidget (int row, int col, QWidget *) |
| | Sets the cell of the row, col to specified widget.
|
| virtual void | resizeToContents () |
| | Resizes table to contents.
|
| virtual bool | hasCheckBox (int row, int col) const |
| | Returns true if there is a check box at ths specified row, column.
|
| virtual bool | checked (int row, int col) const |
| | Returns true if the item is checked.
|
| virtual void | setChecked (int row, int col, bool) |
| | Sets the row and column to checked or unchecked.
|
| virtual | ~DtHostilityMatrixDialogInterface () |
Public Attributes |
| Ui_DtHostilityMatrixUi | myUiImpl |
Constructor & Destructor Documentation
| makVrf::DtHostilityMatrixDialog::DtHostilityMatrixDialog |
( |
makVrv::DtDe & |
de, |
|
|
QWidget * |
parent, |
|
|
const Qt::WindowFlags & |
flags = 0 |
|
) |
| |
| virtual makVrf::DtHostilityMatrixDialog::~DtHostilityMatrixDialog |
( |
| ) |
|
|
virtual |
Member Function Documentation
| virtual void makVrf::DtHostilityMatrixDialog::setupGui |
( |
| ) |
|
|
virtual |
Sets up gui based on hostility matrix.
| virtual bool makVrf::DtHostilityMatrixDialog::blockTableSignals |
( |
bool |
| ) |
|
|
virtual |
| virtual void makVrf::DtHostilityMatrixDialog::setRowCount |
( |
int |
| ) |
|
|
virtual |
| virtual int makVrf::DtHostilityMatrixDialog::rowCount |
( |
| ) |
const |
|
virtual |
| virtual void makVrf::DtHostilityMatrixDialog::setColumnCount |
( |
int |
| ) |
|
|
virtual |
| virtual int makVrf::DtHostilityMatrixDialog::columnCount |
( |
| ) |
const |
|
virtual |
| virtual void makVrf::DtHostilityMatrixDialog::showHeaders |
( |
bool |
horiz, |
|
|
bool |
vert |
|
) |
| |
|
virtual |
| virtual void makVrf::DtHostilityMatrixDialog::showRow |
( |
int |
row, |
|
|
bool |
|
|
) |
| |
|
virtual |
| virtual void makVrf::DtHostilityMatrixDialog::showColumn |
( |
int |
col, |
|
|
bool |
|
|
) |
| |
|
virtual |
| virtual void makVrf::DtHostilityMatrixDialog::setCellWidget |
( |
int |
row, |
|
|
int |
col, |
|
|
QWidget * |
|
|
) |
| |
|
virtual |
| virtual void makVrf::DtHostilityMatrixDialog::resizeToContents |
( |
| ) |
|
|
virtual |
| virtual bool makVrf::DtHostilityMatrixDialog::hasCheckBox |
( |
int |
row, |
|
|
int |
col |
|
) |
| const |
|
virtual |
| virtual bool makVrf::DtHostilityMatrixDialog::checked |
( |
int |
row, |
|
|
int |
col |
|
) |
| const |
|
virtual |
| virtual void makVrf::DtHostilityMatrixDialog::setChecked |
( |
int |
row, |
|
|
int |
col, |
|
|
bool |
|
|
) |
| |
|
virtual |
| virtual void makVrf::DtHostilityMatrixDialog::apply |
( |
| ) |
|
|
protectedvirtualslot |
| virtual void makVrf::DtHostilityMatrixDialog::applyAndClose |
( |
| ) |
|
|
protectedvirtualslot |
| virtual void makVrf::DtHostilityMatrixDialog::cancelAndClose |
( |
| ) |
|
|
protectedvirtualslot |
| virtual void makVrf::DtHostilityMatrixDialog::setToDefaults |
( |
| ) |
|
|
protectedvirtualslot |
| virtual void makVrf::DtHostilityMatrixDialog::enableApply |
( |
| ) |
|
|
protectedvirtualslot |
Member Data Documentation
| Ui_DtHostilityMatrixUi makVrf::DtHostilityMatrixDialog::myUiImpl |
| makVrv::DtDe& makVrf::DtHostilityMatrixDialog::myDe |
|
protected |
The documentation for this class was generated from the following file: