|
| TableAttributes (const QString &name=QString(), const TableIndex table_id=TableIndex::NO_TABLE, const TableType type=TableType::STANDARD_TABLE) |
|
quint32 | readTableHeader (QDataStream &in) |
|
bool | writeTableHeader (QDataStream &out) |
|
qint16 | gameTableId () const |
| Returns the internal EHM table id of the table.
|
|
TableIndex | id () const |
| Returns the id of the table. The id used to distinguish between tables in EHM DAL. This id is disinct from any table id used internally by EHM.
|
|
QString | name () const |
| Returns the name of the table.
|
|
bool | isDatabaseTable () const |
|
bool | isFlagBitmaskTable () const |
|
bool | isFlagStandardTable () const |
|
bool | isFlagTable () const |
|
TableType | type () const |
| Returns the type of the table.
|
|