OpenMW
|
#include <refidadapterimp.hpp>
Public Member Functions | |
LevelledListRefIdAdapter (UniversalId::Type type, const LevListColumns &columns) | |
virtual QVariant | getData (const RefIdColumn *column, const RefIdData &data, int index) const |
If called on the nest column, should return QVariant(true). More... | |
virtual void | setData (const RefIdColumn *column, RefIdData &data, int index, const QVariant &value) const |
If the data type does not match an exception is thrown. More... | |
Public Member Functions inherited from CSMWorld::BaseRefIdAdapter< RecordT > | |
BaseRefIdAdapter (UniversalId::Type type, const BaseColumns &base) | |
virtual std::string | getId (const RecordBase &record) const |
virtual void | setId (RecordBase &record, const std::string &id) |
UniversalId::Type | getType () const |
Public Member Functions inherited from CSMWorld::RefIdAdapter | |
RefIdAdapter () | |
virtual | ~RefIdAdapter () |
Private Attributes | |
LevListColumns | mLevList |
CSMWorld::LevelledListRefIdAdapter< RecordT >::LevelledListRefIdAdapter | ( | UniversalId::Type | type, |
const LevListColumns & | columns | ||
) |
|
virtual |
If called on the nest column, should return QVariant(true).
Reimplemented from CSMWorld::BaseRefIdAdapter< RecordT >.
|
virtual |
If the data type does not match an exception is thrown.
Reimplemented from CSMWorld::BaseRefIdAdapter< RecordT >.
|
private |