Home
last modified time | relevance | path

Searched refs:documentSaved (Results 1 – 25 of 60) sorted by relevance

123

/dports/editors/calligra/calligra-3.2.1/gemini/
H A Ddesktopviewproxy.cpp99 connect(d->desktopView, SIGNAL(documentSaved()), this, SIGNAL(documentSaved())); in DesktopViewProxy()
149 emit documentSaved(); in fileSave()
154 emit documentSaved(); in fileSave()
168 emit documentSaved(); in fileSaveAs()
H A DDocumentManager.cpp241 emit documentSaved(); in save()
263 emit documentSaved(); in delayedSaveAs()
277 emit documentSaved(); in setTemporaryFile()
H A DMainWindow.cpp271 connect(desktopViewProxy, SIGNAL(documentSaved()), q, SIGNAL(documentSaved())); in initDesktopView()
272 connect(desktopViewProxy, SIGNAL(documentSaved()), q, SLOT(resetWindowTitle())); in initDesktopView()
273 connect(desktopViewProxy, SIGNAL(documentSaved()), q, SLOT(enableAltSaveAction())); in initDesktopView()
311 connect(DocumentManager::instance(), SIGNAL(documentSaved()), SLOT(resetWindowTitle())); in MainWindow()
312 connect(DocumentManager::instance(), SIGNAL(documentSaved()), SLOT(enableAltSaveAction())); in MainWindow()
H A Ddesktopviewproxy.h48 void documentSaved();
H A DDocumentManager.h61 void documentSaved();
H A DMainWindow.h91 void documentSaved();
/dports/graphics/kolourpaint/kolourpaint-21.12.3/mainWindow/
H A DkpMainWindow.cpp676 connect (d->document, &kpDocument::documentSaved, in setDocument()
680 connect (d->document, &kpDocument::documentSaved, in setDocument()
683 connect (d->document, &kpDocument::documentSaved, in setDocument()
691 connect (d->document, &kpDocument::documentSaved, in setDocument()
692 d->commandHistory, &kpCommandHistory::documentSaved); in setDocument()
/dports/graphics/krita/krita-4.4.8/libs/widgets/
H A DKoDocumentInfoDlg.cpp66 documentSaved(false) {} in KoDocumentInfoDlgPrivate()
74 bool documentSaved; member in KoDocumentInfoDlg::KoDocumentInfoDlgPrivate
165 return d->documentSaved; in isDocumentSaved()
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/project/
H A Dprojectchangesmodel.cpp47 connect(ICore::self()->documentController(), &IDocumentController::documentSaved, in ProjectChangesModel()
48 this, &ProjectChangesModel::documentSaved); in ProjectChangesModel()
183 void ProjectChangesModel::documentSaved(KDevelop::IDocument* document) in documentSaved() function in ProjectChangesModel
H A Dprojectchangesmodel.h41 void documentSaved(KDevelop::IDocument*);
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/widgets/
H A DKoDocumentInfoDlg.cpp82 documentSaved(false) {} in KoDocumentInfoDlgPrivate()
92 bool documentSaved; member in KoDocumentInfoDlg::KoDocumentInfoDlgPrivate
193 return d->documentSaved; in isDocumentSaved()
450 d->documentSaved = !doc->url().isEmpty(); in saveEncryption()
/dports/editors/calligra/calligra-3.2.1/libs/widgets/
H A DKoDocumentInfoDlg.cpp79 documentSaved(false) {} in KoDocumentInfoDlgPrivate()
89 bool documentSaved; member in KoDocumentInfoDlg::KoDocumentInfoDlgPrivate
186 return d->documentSaved; in isDocumentSaved()
443 d->documentSaved = !doc->url().isEmpty(); in saveEncryption()
/dports/graphics/xournalpp/xournalpp-1.1.0/src/undo/
H A DUndoRedoHandler.h59 void documentSaved();
/dports/graphics/krita/krita-4.4.8/libs/libqml/
H A DDocumentManager.h58 void documentSaved();
H A DDocumentManager.cpp274 emit documentSaved(); in delayedSaveAs()
288 emit documentSaved(); in setTemporaryFile()
/dports/graphics/kolourpaint/kolourpaint-21.12.3/commands/
H A DkpCommandHistoryBase.h120 virtual void documentSaved ();
/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Dscriptmodule.cpp56 … connect(documentManager, &DocumentManager::documentSaved, this, &ScriptModule::documentSaved); in ScriptModule()
549 void ScriptModule::documentSaved(Document *document) in documentSaved() function in Tiled::ScriptModule
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/documentview/
H A Dkdevdocumentviewplugin.cpp38 QObject::connect( docController, &IDocumentController::documentSaved, in create()
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/interfaces/
H A Didocument.cpp61 emit core()->documentController()->documentSaved(this); in notifySaved()
/dports/audio/rosegarden/rosegarden-21.06.1/src/document/
H A DCommandHistory.h137 virtual void documentSaved();
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svgui/widgets/
H A DCommandHistory.h137 virtual void documentSaved();
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/git/
H A Drepostatusmodel.h207 void documentSaved(const KDevelop::IDocument* doc);
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/patchreview/
H A Dpatchreview.h100 void documentSaved( KDevelop::IDocument* );
H A Dpatchreview.cpp521 …f()->documentController(), &IDocumentController::documentSaved, this, &PatchReviewPlugin::document… in PatchReviewPlugin()
548 void PatchReviewPlugin::documentSaved( IDocument* doc ) { in documentSaved() function in PatchReviewPlugin
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/shell/
H A Dtextdocument.h83 void documentSaved(KTextEditor::Document*,bool);

123