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

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