![]() |
VR-Forces 4.10 Class Documentation
|

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. More... | |
| virtual bool | blockTableSignals (bool) |
| block signals on hostility matrix table. Returns current value More... | |
| virtual void | setRowCount (int) |
| Number of rows in hostility matrix table. More... | |
| virtual int | rowCount () const |
| Number of rows. More... | |
| virtual void | setColumnCount (int) |
| Number of columns in hostility matrix table. More... | |
| virtual int | columnCount () const |
| number of columns More... | |
| virtual void | showHeaders (bool horiz, bool vert) |
| shows/hides vertical or horizontal column headers on table More... | |
| virtual void | showRow (int row, bool) |
| show/hide specified row More... | |
| virtual void | showColumn (int col, bool) |
| show/hide specified column More... | |
| virtual void | setCellWidget (int row, int col, QWidget *) |
| Sets the cell of the row, col to specified widget. More... | |
| virtual QWidget * | cellWidget (int row, int col) |
| virtual void | resizeToContents () |
| Resizes table to contents. More... | |
| virtual bool | hasCheckBox (int row, int col) const |
| Returns true if there is a check box at ths specified row, column. More... | |
| virtual bool | checked (int row, int col) const |
| Returns true if the item is checked. More... | |
| virtual void | setChecked (int row, int col, bool) |
| Sets the row and column to checked or unchecked. More... | |
| virtual void | enableApplyButton () |
| Enables the apply button. More... | |
| virtual void | disableApplyButton () |
| Disables the apply button. More... | |
Public Member Functions inherited from makVrf::DtHostilityMatrixDialogInterface | |
| virtual | ~DtHostilityMatrixDialogInterface () |
Public Attributes | |
| Ui_DtHostilityMatrixUi | myUiImpl |
Protected Slots | |
| virtual void | apply () |
| virtual void | applyAndClose () |
| virtual void | cancelAndClose () |
| virtual void | setToDefaults () |
| virtual void | enableApply () |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| DtHostilityMatrixDialogLogic * | myLogic |
| makVrf::DtHostilityMatrixDialog::DtHostilityMatrixDialog | ( | makVrv::DtDe & | de, |
| QWidget * | parent, | ||
| const Qt::WindowFlags & | flags = 0 |
||
| ) |
|
virtual |
|
virtual |
Sets up gui based on hostility matrix.
block signals on hostility matrix table. Returns current value
Implements makVrf::DtHostilityMatrixDialogInterface.
|
virtual |
Number of rows in hostility matrix table.
Implements makVrf::DtHostilityMatrixDialogInterface.
|
virtual |
Number of rows.
Implements makVrf::DtHostilityMatrixDialogInterface.
|
virtual |
Number of columns in hostility matrix table.
Implements makVrf::DtHostilityMatrixDialogInterface.
|
virtual |
number of columns
Implements makVrf::DtHostilityMatrixDialogInterface.
shows/hides vertical or horizontal column headers on table
Implements makVrf::DtHostilityMatrixDialogInterface.
show/hide specified row
Implements makVrf::DtHostilityMatrixDialogInterface.
show/hide specified column
Implements makVrf::DtHostilityMatrixDialogInterface.
Sets the cell of the row, col to specified widget.
Implements makVrf::DtHostilityMatrixDialogInterface.
Implements makVrf::DtHostilityMatrixDialogInterface.
|
virtual |
Resizes table to contents.
Implements makVrf::DtHostilityMatrixDialogInterface.
Returns true if there is a check box at ths specified row, column.
Implements makVrf::DtHostilityMatrixDialogInterface.
Returns true if the item is checked.
Implements makVrf::DtHostilityMatrixDialogInterface.
Sets the row and column to checked or unchecked.
Implements makVrf::DtHostilityMatrixDialogInterface.
|
virtual |
Enables the apply button.
|
virtual |
Disables the apply button.
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
| Ui_DtHostilityMatrixUi makVrf::DtHostilityMatrixDialog::myUiImpl |
|
protected |
|
protected |