![]() |
VR-Forces 4.0.4 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. | |
| 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. | |
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 makVrf::DtHostilityMatrixDialog::~DtHostilityMatrixDialog | ( | ) | [virtual] |
| virtual void makVrf::DtHostilityMatrixDialog::setupGui | ( | ) | [virtual] |
Sets up gui based on hostility matrix.
| virtual bool makVrf::DtHostilityMatrixDialog::blockTableSignals | ( | bool | ) | [virtual] |
block signals on hostility matrix table. Returns current value
Implements makVrf::DtHostilityMatrixDialogInterface.
| virtual void makVrf::DtHostilityMatrixDialog::setRowCount | ( | int | ) | [virtual] |
Number of rows in hostility matrix table.
Implements makVrf::DtHostilityMatrixDialogInterface.
| virtual int makVrf::DtHostilityMatrixDialog::rowCount | ( | ) | const [virtual] |
Number of rows.
Implements makVrf::DtHostilityMatrixDialogInterface.
| virtual void makVrf::DtHostilityMatrixDialog::setColumnCount | ( | int | ) | [virtual] |
Number of columns in hostility matrix table.
Implements makVrf::DtHostilityMatrixDialogInterface.
| virtual int makVrf::DtHostilityMatrixDialog::columnCount | ( | ) | const [virtual] |
number of columns
Implements makVrf::DtHostilityMatrixDialogInterface.
| virtual void makVrf::DtHostilityMatrixDialog::showHeaders | ( | bool | horiz, |
| bool | vert | ||
| ) | [virtual] |
shows/hides vertical or horizontal column headers on table
Implements makVrf::DtHostilityMatrixDialogInterface.
| virtual void makVrf::DtHostilityMatrixDialog::showRow | ( | int | row, |
| bool | |||
| ) | [virtual] |
show/hide specified row
Implements makVrf::DtHostilityMatrixDialogInterface.
| virtual void makVrf::DtHostilityMatrixDialog::showColumn | ( | int | col, |
| bool | |||
| ) | [virtual] |
show/hide specified column
Implements makVrf::DtHostilityMatrixDialogInterface.
| virtual void makVrf::DtHostilityMatrixDialog::setCellWidget | ( | int | row, |
| int | col, | ||
| QWidget * | |||
| ) | [virtual] |
Sets the cell of the row, col to specified widget.
Implements makVrf::DtHostilityMatrixDialogInterface.
| virtual void makVrf::DtHostilityMatrixDialog::resizeToContents | ( | ) | [virtual] |
Resizes table to contents.
Implements makVrf::DtHostilityMatrixDialogInterface.
| virtual bool makVrf::DtHostilityMatrixDialog::hasCheckBox | ( | int | row, |
| int | col | ||
| ) | const [virtual] |
Returns true if there is a check box at ths specified row, column.
Implements makVrf::DtHostilityMatrixDialogInterface.
| virtual bool makVrf::DtHostilityMatrixDialog::checked | ( | int | row, |
| int | col | ||
| ) | const [virtual] |
Returns true if the item is checked.
Implements makVrf::DtHostilityMatrixDialogInterface.
| virtual void makVrf::DtHostilityMatrixDialog::setChecked | ( | int | row, |
| int | col, | ||
| bool | |||
| ) | [virtual] |
Sets the row and column to checked or unchecked.
Implements makVrf::DtHostilityMatrixDialogInterface.
| virtual void makVrf::DtHostilityMatrixDialog::apply | ( | ) | [protected, virtual, slot] |
| virtual void makVrf::DtHostilityMatrixDialog::applyAndClose | ( | ) | [protected, virtual, slot] |
| virtual void makVrf::DtHostilityMatrixDialog::cancelAndClose | ( | ) | [protected, virtual, slot] |
| virtual void makVrf::DtHostilityMatrixDialog::setToDefaults | ( | ) | [protected, virtual, slot] |
| virtual void makVrf::DtHostilityMatrixDialog::enableApply | ( | ) | [protected, virtual, slot] |
| Ui_DtHostilityMatrixUi makVrf::DtHostilityMatrixDialog::myUiImpl |
makVrv::DtDe& makVrf::DtHostilityMatrixDialog::myDe [protected] |