|
BCESolve
|
Table models for BCEViewer. More...
#include <bceprobabilitytablemodel.hpp>


Public Member Functions | |
| BCEProbabilityTableModel (BCEGame *_game) | |
| Constructor. | |
| Qt::ItemFlags | flags (const QModelIndex &index) const |
| Returns flags. More... | |
| int | rowCount (const QModelIndex &parent=QModelIndex()) const Q_DECL_OVERRIDE |
| Returns the number of row player actions. | |
| int | columnCount (const QModelIndex &parent=QModelIndex()) const Q_DECL_OVERRIDE |
| Returns the number of column player actions. | |
| void | emitLayoutChanged () |
| Emits layoutChanged signal. | |
Protected Attributes | |
| BCEGame * | game |
| Pointer to the associated game. | |
Table models for BCEViewer.
Specializes QAbstractTableModel for the BCEViewer program. Sets flags, reimplements the rowCount and columnCount methods to return the numbers of actions.
|
inline |
Returns flags.
Returns flags that indicate the model is enabled, can be edited, and can be selected.