Home
last modified time | relevance | path

Searched refs:getUniversalId (Results 1 – 13 of 13) sorted by relevance

/dports/games/openmw/openmw-openmw-0.47.0/apps/opencs/view/world/
H A Dscriptsubview.cpp30 mButtons = new RecordButtonBar (getUniversalId(), *mModel, mBottom, &mCommandDispatcher, this); in addButtonBar()
48 return mModel->data (mModel->getModelIndex (getUniversalId().getId(), mStateColumn)).toInt() in isDeleted()
219 QModelIndex index = mModel->getModelIndex (getUniversalId().getId(), mColumn); in useHint()
268 mModel->getModelIndex (getUniversalId().getId(), mColumn), source)); in textChanged()
289 QModelIndex index = mModel->getModelIndex (getUniversalId().getId(), mColumn); in dataChanged()
326 QModelIndex index = mModel->getModelIndex (getUniversalId().getId(), mColumn); in rowsAboutToBeRemoved()
367 QModelIndex index = mModel->getModelIndex (getUniversalId().getId(), mColumn); in updateRequest()
H A Ddialoguesubview.cpp754 …mTable->getModelIndex(getUniversalId().getId(), idColumn).row(), mTable, mCommandDispatcher, docum… in SimpleDialogueSubView()
759 dataChanged(mTable->getModelIndex (getUniversalId().getId(), idColumn)); in SimpleDialogueSubView()
774 QModelIndex currentIndex(mTable->getModelIndex(getUniversalId().getId(), idColumn)); in setEditLock()
790 QModelIndex currentIndex(mTable->getModelIndex(getUniversalId().getId(), idColumn)); in dataChanged()
824 QModelIndex currentIndex(mTable->getModelIndex(getUniversalId().getId(), idColumn)); in rowsAboutToBeRemoved()
845 selection.push_back (getUniversalId().getId()); in updateCurrentId()
855 mButtons = new RecordButtonBar (getUniversalId(), getTable(), mBottom, in addButtonBar()
915 QModelIndex currentIndex (getTable().getModelIndex (getUniversalId().getId(), idColumn)); in showPreview()
921 …emit focusId(CSMWorld::UniversalId(CSMWorld::UniversalId::Type_Preview, getUniversalId().getId()),… in showPreview()
928 QModelIndex currentIndex (getTable().getModelIndex (getUniversalId().getId(), idColumn)); in viewRecord()
H A Dtable.cpp146 const CSMWorld::UniversalId id = getUniversalId(currentRow); in contextMenuEvent()
434 CSMWorld::UniversalId CSVWorld::Table::getUniversalId (int row) const in getUniversalId() function in CSVWorld::Table
469 emit editRequest (getUniversalId (selectedRows.begin()->row()), ""); in editRecord()
478 const CSMWorld::UniversalId& toClone = getUniversalId(selectedRows.begin()->row()); in cloneRecord()
495 touchIds.push_back(getUniversalId(it->row())); in touchRecord()
675 std::string id = getUniversalId (selectedRows.begin()->row()).getId(); in previewRecord()
872 idToDrag.push_back (getUniversalId (it.row())); in getDraggedRecords()
H A Dscenesubview.cpp159 mTitle = "Scene: " + getUniversalId().getId(); in cellSelectionChanged()
170 stream << "Scene: " << getUniversalId().getId(); in cellSelectionChanged()
H A Dtable.hpp97 CSMWorld::UniversalId getUniversalId (int row) const;
/dports/games/openmw/openmw-openmw-0.47.0/apps/opencs/view/tools/
H A Dsearchsubview.cpp39 CSMWorld::UniversalId id = model.getUniversalId (*iter); in replace()
138 mDocument.runSearch (getUniversalId(), mSearch); in startSearch()
153 mBottom->tableSizeChanged (mDocument.getReport (getUniversalId())->rowCount(), 0, 0); in tableSizeUpdate()
159 !mDocument.getReport (getUniversalId())->rowCount()) in operationDone()
H A Dreportsubview.cpp37 mDocument.verify (getUniversalId()); in refreshRequest()
H A Dreporttable.cpp216 ids.push_back (mModel->getUniversalId (mProxyModel->mapToSource (*iter).row())); in getDraggedRecords()
313 emit editRequest (mModel->getUniversalId (row), mModel->getHint (row)); in showSelection()
/dports/games/openmw/openmw-openmw-0.47.0/apps/opencs/view/doc/
H A Dsubview.hpp43 CSMWorld::UniversalId getUniversalId() const;
H A Dsubview.cpp32 CSMWorld::UniversalId CSVDoc::SubView::getUniversalId() const in getUniversalId() function in CSVDoc::SubView
H A Dview.cpp560 sb->getUniversalId().getType() == CSMWorld::UniversalId::Type_Referenceable; in addSubView()
562 … if((isReferenceable && isSubViewReferenceable && id.getId() == sb->getUniversalId().getId()) in addSubView()
564 (!isReferenceable && id == sb->getUniversalId())) in addSubView()
/dports/games/openmw/openmw-openmw-0.47.0/apps/opencs/model/tools/
H A Dreportmodel.hpp50 const CSMWorld::UniversalId& getUniversalId (int row) const;
H A Dreportmodel.cpp165 const CSMWorld::UniversalId& CSMTools::ReportModel::getUniversalId (int row) const in getUniversalId() function in CSMTools::ReportModel