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

Public Member Functions | |
| virtual | ~DtHostilityMatrixDialogInterface () |
| virtual bool | blockTableSignals (bool)=0 |
| block signals on hostility matrix table. Returns current value | |
| virtual void | setRowCount (int)=0 |
| Number of rows in hostility matrix table. | |
| virtual int | rowCount () const =0 |
| Number of rows. | |
| virtual void | setColumnCount (int)=0 |
| Number of columns in hostility matrix table. | |
| virtual int | columnCount () const =0 |
| number of columns | |
| virtual void | showHeaders (bool horiz, bool vert)=0 |
| shows/hides vertical or horizontal column headers on table | |
| virtual void | showRow (int row, bool)=0 |
| show/hide specified row | |
| virtual void | showColumn (int col, bool)=0 |
| show/hide specified column | |
| virtual void | setCellWidget (int row, int col, QWidget *)=0 |
| Sets the cell of the row, col to specified widget. | |
| virtual void | resizeToContents ()=0 |
| Resizes table to contents. | |
| virtual bool | hasCheckBox (int row, int col) const =0 |
| Returns true if there is a check box at ths specified row, column. | |
| virtual bool | checked (int row, int col) const =0 |
| Returns true if the item is checked. | |
| virtual void | setChecked (int row, int col, bool)=0 |
| Sets the row and column to checked or unchecked. | |
| virtual makVrf::DtHostilityMatrixDialogInterface::~DtHostilityMatrixDialogInterface | ( | ) | [virtual] |
| virtual bool makVrf::DtHostilityMatrixDialogInterface::blockTableSignals | ( | bool | ) | [pure virtual] |
block signals on hostility matrix table. Returns current value
Implemented in makVrf::DtHostilityMatrixDialog.
| virtual void makVrf::DtHostilityMatrixDialogInterface::setRowCount | ( | int | ) | [pure virtual] |
Number of rows in hostility matrix table.
Implemented in makVrf::DtHostilityMatrixDialog.
| virtual int makVrf::DtHostilityMatrixDialogInterface::rowCount | ( | ) | const [pure virtual] |
Number of rows.
Implemented in makVrf::DtHostilityMatrixDialog.
| virtual void makVrf::DtHostilityMatrixDialogInterface::setColumnCount | ( | int | ) | [pure virtual] |
Number of columns in hostility matrix table.
Implemented in makVrf::DtHostilityMatrixDialog.
| virtual int makVrf::DtHostilityMatrixDialogInterface::columnCount | ( | ) | const [pure virtual] |
number of columns
Implemented in makVrf::DtHostilityMatrixDialog.
| virtual void makVrf::DtHostilityMatrixDialogInterface::showHeaders | ( | bool | horiz, |
| bool | vert | ||
| ) | [pure virtual] |
shows/hides vertical or horizontal column headers on table
Implemented in makVrf::DtHostilityMatrixDialog.
| virtual void makVrf::DtHostilityMatrixDialogInterface::showRow | ( | int | row, |
| bool | |||
| ) | [pure virtual] |
show/hide specified row
Implemented in makVrf::DtHostilityMatrixDialog.
| virtual void makVrf::DtHostilityMatrixDialogInterface::showColumn | ( | int | col, |
| bool | |||
| ) | [pure virtual] |
show/hide specified column
Implemented in makVrf::DtHostilityMatrixDialog.
| virtual void makVrf::DtHostilityMatrixDialogInterface::setCellWidget | ( | int | row, |
| int | col, | ||
| QWidget * | |||
| ) | [pure virtual] |
Sets the cell of the row, col to specified widget.
Implemented in makVrf::DtHostilityMatrixDialog.
| virtual void makVrf::DtHostilityMatrixDialogInterface::resizeToContents | ( | ) | [pure virtual] |
Resizes table to contents.
Implemented in makVrf::DtHostilityMatrixDialog.
| virtual bool makVrf::DtHostilityMatrixDialogInterface::hasCheckBox | ( | int | row, |
| int | col | ||
| ) | const [pure virtual] |
Returns true if there is a check box at ths specified row, column.
Implemented in makVrf::DtHostilityMatrixDialog.
| virtual bool makVrf::DtHostilityMatrixDialogInterface::checked | ( | int | row, |
| int | col | ||
| ) | const [pure virtual] |
Returns true if the item is checked.
Implemented in makVrf::DtHostilityMatrixDialog.
| virtual void makVrf::DtHostilityMatrixDialogInterface::setChecked | ( | int | row, |
| int | col, | ||
| bool | |||
| ) | [pure virtual] |
Sets the row and column to checked or unchecked.
Implemented in makVrf::DtHostilityMatrixDialog.