Home
last modified time | relevance | path

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

/dports/editors/kate/kate-21.12.3/kate/
H A Dkatemainwindow.cpp496 if (queryClose_internal()) { in slotDocumentCloseAll()
512 if (queryClose_internal(document)) { in slotDocumentCloseOther()
522 if (queryClose_internal(doc)) { in slotDocumentCloseSelected()
535 bool KateMainWindow::queryClose_internal(KTextEditor::Document *doc) in queryClose_internal() function in KateMainWindow
578 return queryClose_internal(); in queryClose()
589 if (queryClose_internal()) { in queryClose()
H A Dkatemainwindow.h121 bool queryClose_internal(KTextEditor::Document *doc = nullptr);
H A Dkateapp.cpp258 if (!win->queryClose_internal()) { in shutdownKate()
/dports/editors/kate/kate-21.12.3/kate/session/
H A Dkatesessionmanager.cpp130 if (!KateApp::self()->activeKateMainWindow()->queryClose_internal()) { in activateSession()