Home
last modified time | relevance | path

Searched refs:slotDocumentCreated (Results 1 – 4 of 4) sorted by relevance

/dports/editors/kate/kate-21.12.3/addons/project/
H A Dkateprojectplugin.cpp67 …tion(), &KTextEditor::Application::documentCreated, this, &KateProjectPlugin::slotDocumentCreated); in KateProjectPlugin()
76 slotDocumentCreated(document); in KateProjectPlugin()
271 void KateProjectPlugin::slotDocumentCreated(KTextEditor::Document *document) in slotDocumentCreated() function in KateProjectPlugin
H A Dkateprojectplugin.h161 void slotDocumentCreated(KTextEditor::Document *document);
/dports/editors/kate/kate-21.12.3/kate/
H A Dkatemainwindow.h201 void slotDocumentCreated(KTextEditor::Document *doc);
H A Dkatemainwindow.cpp142 slotDocumentCreated(doc); in KateMainWindow()
145 …->documentManager(), &KateDocManager::documentCreated, this, &KateMainWindow::slotDocumentCreated); in KateMainWindow()
1008 void KateMainWindow::slotDocumentCreated(KTextEditor::Document *doc) in slotDocumentCreated() function in KateMainWindow