#include <idtablebase.hpp>
Enumerator |
---|
Feature_ReorderWithinTopic |
|
Feature_ViewId |
Use ID column to generate view request (ID is transformed into worldspace and original ID is passed as hint with c: prefix).
|
Feature_ViewCell |
Use cell column to generate view request (cell ID is transformed into worldspace and record ID is passed as hint with r: prefix).
|
Feature_View |
|
Feature_Preview |
|
Feature_Constant |
Table can not be modified through ordinary means.
|
CSMWorld::IdTableBase::IdTableBase |
( |
unsigned int |
features | ) |
|
virtual int CSMWorld::IdTableBase::getColumnId |
( |
int |
column | ) |
const |
|
pure virtual |
unsigned int CSMWorld::IdTableBase::getFeatures |
( |
| ) |
const |
virtual QModelIndex CSMWorld::IdTableBase::getModelIndex |
( |
const std::string & |
id, |
|
|
int |
column |
|
) |
| const |
|
pure virtual |
virtual bool CSMWorld::IdTableBase::isDeleted |
( |
const std::string & |
id | ) |
const |
|
pure virtual |
virtual std::pair<UniversalId, std::string> CSMWorld::IdTableBase::view |
( |
int |
row | ) |
const |
|
pure virtual |
unsigned int CSMWorld::IdTableBase::mFeatures |
|
private |
The documentation for this class was generated from the following files: