Searched refs:activeDoc (Results 1 – 13 of 13) sorted by relevance
100 KTextEditor::DocumentPrivate *activeDoc = nullptr; in addKateItems() local107 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()
125 void KateExternalToolsMenuAction::updateActionState(KTextEditor::Document *activeDoc) in updateActionState() argument127 if (!activeDoc) { in updateActionState()132 const QString mimeType = activeDoc->mimeType(); in updateActionState()
69 void updateActionState(KTextEditor::Document *activeDoc);
443 Sublime::UrlDocument *activeDoc = nullptr; in openDocumentInternal() local446 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() local466 … activeDoc = 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() local728 if (activeDoc) in fileClose()
186 …if( KDevelop::IDocument* activeDoc = KDevelop::ICore::self()->documentController()->activeDocument… in syncCurrentDocumentDirectory() local187 updateNav( activeDoc->url().adjusted(QUrl::RemoveFilename) ); in syncCurrentDocumentDirectory()
387 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 …]
206 if( m_core->projectManager()->activeDoc() ) { in processCmdLineArgs()208 static_cast<View*>( m_core->projectManager()->activeDoc()->view() )->slotBurn(); in processCmdLineArgs()
46 Doc* activeDoc() const { return activeProject(); } in activeDoc() function
585 if( Doc* doc = activeDoc() ) in activeView()592 K3b::Doc* K3b::MainWindow::activeDoc() const in activeDoc() function in K3b::MainWindow946 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()
56 Doc* activeDoc() const;
206 if (IDocument* activeDoc = ICore::self()->documentController()->activeDocument()) { in applyAllChanges() local207 oldActiveDoc = activeDoc->url(); in applyAllChanges()579 if (IDocument* activeDoc = ICore::self()->documentController()->activeDocument()) { in updateFiles() local580 …re::self()->languageController()->backgroundParser()->addDocument(IndexedString(activeDoc->url())); in updateFiles()
480 GormDocument *activeDoc = (GormDocument*)[self activeDocument];504 [activeDoc deactivateEditors];527 [archiver encodeRootObject: activeDoc];529 [activeDoc reactivateEditors];
830 IDocument* activeDoc = core()->documentController()->activeDocument(); in updateForView() local835 (view == ICore::self()->documentController()->activeTextDocumentView() && activeDoc && in updateForView()836 activeDoc->textDocument() == view->document())); in updateForView()