Home
last modified time | relevance | path

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

/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/variableeditor/
H A Dvariablelineedit.cpp100 KTextEditor::DocumentPrivate *activeDoc = nullptr; in addKateItems() local
107 activeDoc = activeView->doc(); in addKateItems()
109 docConfig = activeDoc->config(); in addKateItems()
205 if (activeDoc) { in addKateItems()
206 static_cast<VariableStringListItem *>(item)->setValue(activeDoc->highlightingMode()); in addKateItems()
/dports/editors/kate/kate-21.12.3/addons/externaltools/
H A Dkateexternaltoolsview.cpp125 void KateExternalToolsMenuAction::updateActionState(KTextEditor::Document *activeDoc) in updateActionState() argument
127 if (!activeDoc) { in updateActionState()
132 const QString mimeType = activeDoc->mimeType(); in updateActionState()
H A Dkateexternaltoolsview.h69 void updateActionState(KTextEditor::Document *activeDoc);
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/shell/
H A Ddocumentcontroller.cpp443 Sublime::UrlDocument *activeDoc = nullptr; in openDocumentInternal() local
446 activeDoc = qobject_cast<Sublime::UrlDocument *>(activeView->document()); in openDocumentInternal()
447 if(activeDoc && Core::self()->uiControllerInternal()->arrangeBuddies()) { in openDocumentInternal()
448 QString mime = QMimeDatabase().mimeTypeForUrl(activeDoc->url()).name(); in openDocumentInternal()
464 Sublime::UrlDocument *activeDoc = nullptr, *afterActiveDoc = nullptr; in openDocumentInternal() local
466activeDoc = qobject_cast<Sublime::UrlDocument *>(activeView->document()); in openDocumentInternal()
469 if(activeDoc && afterActiveDoc && in openDocumentInternal()
470 buddyFinder->areBuddies(activeDoc->url(), afterActiveDoc->url())) in openDocumentInternal()
727 IDocument *activeDoc = activeDocument(); in fileClose() local
728 if (activeDoc) in fileClose()
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/filemanager/
H A Dfilemanager.cpp186 …if( KDevelop::IDocument* activeDoc = KDevelop::ICore::self()->documentController()->activeDocument… in syncCurrentDocumentDirectory() local
187 updateNav( activeDoc->url().adjusted(QUrl::RemoveFilename) ); in syncCurrentDocumentDirectory()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlab/
H A Dmainwindow_RunTime.cpp387 importMeshAct->setEnabled(activeDoc); in updateMenus()
393 importRasterAct->setEnabled(activeDoc); in updateMenus()
395 saveProjectAct->setEnabled(activeDoc); in updateMenus()
396 closeProjectAct->setEnabled(activeDoc); in updateMenus()
398 saveSnapshotAct->setEnabled(activeDoc); in updateMenus()
408 updateMenuItems(editMenu,activeDoc); in updateMenus()
410 updateMenuItems(renderMenu,activeDoc); in updateMenus()
411 fullScreenAct->setEnabled(activeDoc); in updateMenus()
412 showLayerDlgAct->setEnabled(activeDoc); in updateMenus()
416 windowsMenu->setEnabled(activeDoc); in updateMenus()
[all …]
/dports/sysutils/k3b/k3b-21.12.3/src/
H A Dk3bapplication.cpp206 if( m_core->projectManager()->activeDoc() ) { in processCmdLineArgs()
208 static_cast<View*>( m_core->projectManager()->activeDoc()->view() )->slotBurn(); in processCmdLineArgs()
H A Dk3bprojectmanager.h46 Doc* activeDoc() const { return activeProject(); } in activeDoc() function
H A Dk3b.cpp585 if( Doc* doc = activeDoc() ) in activeView()
592 K3b::Doc* K3b::MainWindow::activeDoc() const in activeDoc() function in K3b::MainWindow
946 if( K3b::Doc* doc = activeDoc() ) { in slotFileSave()
956 doc = activeDoc(); in fileSave()
972 if( K3b::Doc* doc = activeDoc() ) { in slotFileSaveAs()
983 doc = activeDoc(); in fileSaveAs()
1434 K3b::Doc* doc = k3bappcore->projectManager()->activeDoc(); in slotClearProject()
H A Dk3b.h56 Doc* activeDoc() const;
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/language/codegen/
H A Ddocumentchangeset.cpp206 if (IDocument* activeDoc = ICore::self()->documentController()->activeDocument()) { in applyAllChanges() local
207 oldActiveDoc = activeDoc->url(); in applyAllChanges()
579 if (IDocument* activeDoc = ICore::self()->documentController()->activeDocument()) { in updateFiles() local
580 …re::self()->languageController()->backgroundParser()->addDocument(IndexedString(activeDoc->url())); in updateFiles()
/dports/devel/gorm/apps-gorm-04554d2/
H A DGorm.m480 GormDocument *activeDoc = (GormDocument*)[self activeDocument];
504 [activeDoc deactivateEditors];
527 [archiver encodeRootObject: activeDoc];
529 [activeDoc reactivateEditors];
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/contextbrowser/
H A Dcontextbrowser.cpp830 IDocument* activeDoc = core()->documentController()->activeDocument(); in updateForView() local
835 (view == ICore::self()->documentController()->activeTextDocumentView() && activeDoc && in updateForView()
836 activeDoc->textDocument() == view->document())); in updateForView()