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.
|
Constructor & Destructor Documentation
| virtual makVrf::DtHostilityMatrixDialogInterface::~DtHostilityMatrixDialogInterface |
( |
| ) |
|
|
virtual |
Member Function Documentation
| virtual bool makVrf::DtHostilityMatrixDialogInterface::blockTableSignals |
( |
bool |
| ) |
|
|
pure virtual |
| virtual void makVrf::DtHostilityMatrixDialogInterface::setRowCount |
( |
int |
| ) |
|
|
pure virtual |
| virtual int makVrf::DtHostilityMatrixDialogInterface::rowCount |
( |
| ) |
const |
|
pure virtual |
| virtual void makVrf::DtHostilityMatrixDialogInterface::setColumnCount |
( |
int |
| ) |
|
|
pure virtual |
| virtual int makVrf::DtHostilityMatrixDialogInterface::columnCount |
( |
| ) |
const |
|
pure virtual |
| virtual void makVrf::DtHostilityMatrixDialogInterface::showHeaders |
( |
bool |
horiz, |
|
|
bool |
vert |
|
) |
| |
|
pure virtual |
| virtual void makVrf::DtHostilityMatrixDialogInterface::showRow |
( |
int |
row, |
|
|
bool |
|
|
) |
| |
|
pure virtual |
| virtual void makVrf::DtHostilityMatrixDialogInterface::showColumn |
( |
int |
col, |
|
|
bool |
|
|
) |
| |
|
pure virtual |
| virtual void makVrf::DtHostilityMatrixDialogInterface::setCellWidget |
( |
int |
row, |
|
|
int |
col, |
|
|
QWidget * |
|
|
) |
| |
|
pure virtual |
| virtual void makVrf::DtHostilityMatrixDialogInterface::resizeToContents |
( |
| ) |
|
|
pure virtual |
| virtual bool makVrf::DtHostilityMatrixDialogInterface::hasCheckBox |
( |
int |
row, |
|
|
int |
col |
|
) |
| const |
|
pure virtual |
| virtual bool makVrf::DtHostilityMatrixDialogInterface::checked |
( |
int |
row, |
|
|
int |
col |
|
) |
| const |
|
pure virtual |
| virtual void makVrf::DtHostilityMatrixDialogInterface::setChecked |
( |
int |
row, |
|
|
int |
col, |
|
|
bool |
|
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: