add(const CellRef &record) | CSMWorld::Collection< CellRef > | |
addColumn(Column< CellRef > *column) | CSMWorld::Collection< CellRef > | |
appendBlankRecord(const std::string &id, UniversalId::Type type=UniversalId::Type_None) | CSMWorld::Collection< CellRef > | virtual |
appendRecord(const RecordBase &record, UniversalId::Type type=UniversalId::Type_None) | CSMWorld::Collection< CellRef > | virtual |
cloneRecord(const std::string &origin, const std::string &destination, const UniversalId::Type type) | CSMWorld::Collection< CellRef > | virtual |
Collection() | CSMWorld::Collection< CellRef > | |
CollectionBase() | CSMWorld::CollectionBase | |
ESXRecord typedef | CSMWorld::Collection< CellRef > | |
findColumnIndex(Columns::ColumnId id) const | CSMWorld::CollectionBase | |
getAppendIndex(const std::string &id, UniversalId::Type type=UniversalId::Type_None) const | CSMWorld::Collection< CellRef > | virtual |
getColumn(int column) const | CSMWorld::Collection< CellRef > | virtual |
getColumns() const | CSMWorld::Collection< CellRef > | virtual |
getData(int index, int column) const | CSMWorld::Collection< CellRef > | virtual |
getId(int index) const | CSMWorld::Collection< CellRef > | virtual |
getIdMap() const | CSMWorld::Collection< CellRef > | protected |
getIds(bool listDeleted=true) const | CSMWorld::Collection< CellRef > | virtual |
getIndex(const std::string &id) const | CSMWorld::Collection< CellRef > | virtual |
getNestableColumn(int column) const | CSMWorld::Collection< CellRef > | |
getNewId() | CSMWorld::RefCollection | |
getRecord(const std::string &id) const | CSMWorld::Collection< CellRef > | virtual |
getRecord(int index) const | CSMWorld::Collection< CellRef > | virtual |
getRecords() const | CSMWorld::Collection< CellRef > | protected |
getSize() const | CSMWorld::Collection< CellRef > | virtual |
insertRecord(const RecordBase &record, int index, UniversalId::Type type=UniversalId::Type_None) | CSMWorld::Collection< CellRef > | virtual |
load(ESM::ESMReader &reader, int cellIndex, bool base, std::map< ESM::RefNum, std::string > &cache, CSMDoc::Messages &messages) | CSMWorld::RefCollection | |
mCells | CSMWorld::RefCollection | private |
merge() | CSMWorld::Collection< CellRef > | virtual |
mNextId | CSMWorld::RefCollection | private |
purge() | CSMWorld::Collection< CellRef > | virtual |
RefCollection(Collection< Cell > &cells) | CSMWorld::RefCollection | inline |
removeRows(int index, int count) | CSMWorld::Collection< CellRef > | virtual |
reorderRows(int baseIndex, const std::vector< int > &newOrder) | CSMWorld::Collection< CellRef > | virtual |
reorderRowsImp(int baseIndex, const std::vector< int > &newOrder) | CSMWorld::Collection< CellRef > | protected |
replace(int index, const RecordBase &record) | CSMWorld::Collection< CellRef > | virtual |
searchColumnIndex(Columns::ColumnId id) const | CSMWorld::CollectionBase | |
searchId(const std::string &id) const | CSMWorld::Collection< CellRef > | virtual |
setData(int index, int column, const QVariant &data) | CSMWorld::Collection< CellRef > | virtual |
setRecord(int index, const Record< CellRef > &record) | CSMWorld::Collection< CellRef > | |
~Collection() | CSMWorld::Collection< CellRef > | virtual |
~CollectionBase() | CSMWorld::CollectionBase | virtual |