VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions
makVrf::DtHostilityMatrixDialogInterface Class Referenceabstract
Inheritance diagram for makVrf::DtHostilityMatrixDialogInterface:
Inheritance graph
[legend]

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...
 

Constructor & Destructor Documentation

virtual makVrf::DtHostilityMatrixDialogInterface::~DtHostilityMatrixDialogInterface ( )
virtual

Member Function Documentation

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 QWidget* makVrf::DtHostilityMatrixDialogInterface::cellWidget ( int  row,
int  col 
)
pure virtual
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.


The documentation for this class was generated from the following file:

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)