/dports/games/openmw/openmw-openmw-0.47.0/apps/opencs/view/world/ |
H A D | scriptsubview.cpp | 30 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 D | dialoguesubview.cpp | 754 …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 D | table.cpp | 146 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 D | scenesubview.cpp | 159 mTitle = "Scene: " + getUniversalId().getId(); in cellSelectionChanged() 170 stream << "Scene: " << getUniversalId().getId(); in cellSelectionChanged()
|
H A D | table.hpp | 97 CSMWorld::UniversalId getUniversalId (int row) const;
|
/dports/games/openmw/openmw-openmw-0.47.0/apps/opencs/view/tools/ |
H A D | searchsubview.cpp | 39 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 D | reportsubview.cpp | 37 mDocument.verify (getUniversalId()); in refreshRequest()
|
H A D | reporttable.cpp | 216 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 D | subview.hpp | 43 CSMWorld::UniversalId getUniversalId() const;
|
H A D | subview.cpp | 32 CSMWorld::UniversalId CSVDoc::SubView::getUniversalId() const in getUniversalId() function in CSVDoc::SubView
|
H A D | view.cpp | 560 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 D | reportmodel.hpp | 50 const CSMWorld::UniversalId& getUniversalId (int row) const;
|
H A D | reportmodel.cpp | 165 const CSMWorld::UniversalId& CSMTools::ReportModel::getUniversalId (int row) const in getUniversalId() function in CSMTools::ReportModel
|