|
|
| TableAttributes (const QString &name=QString(), const TableIndex table_id=TableIndex::NO_TABLE, const TableType type=TableType::STANDARD_TABLE, const qint16 minimum_supported_database_version=NO_DATABASE_VERSION) |
| |
|
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.
|
| |
| qint16 | minimumSupportedDatabaseVersion () const |
| | Returns the minimum supported database version number.
|
| |
| 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.
|
| |