Home
last modified time | relevance | path

Searched refs:documentLoaded (Results 1 – 25 of 164) sorted by relevance

1234567

/dports/print/py-frescobaldi/frescobaldi-3.1.3/frescobaldi_app/
H A Ddocumentwatcher.py107 def documentLoaded(document): function
138 app.documentLoaded.connect(documentLoaded)
144 documentLoaded(d)
153 app.documentLoaded.disconnect(documentLoaded)
162 app.documentLoaded.connect(unchange)
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/language/assistant/
H A Dstaticassistantsmanager.cpp38 void documentLoaded(KDevelop::IDocument*);
54 &IDocumentController::documentLoaded, in StaticAssistantsManager()
57 d->documentLoaded(document); in StaticAssistantsManager()
61 d->documentLoaded(document); in StaticAssistantsManager()
96 void StaticAssistantsManagerPrivate::documentLoaded(IDocument* document) in documentLoaded() function in StaticAssistantsManagerPrivate
/dports/graphics/poppler-qt5/poppler-21.12.0/qt5/demos/
H A Doptcontent.cpp35 void OptContentDock::documentLoaded() in documentLoaded() function in OptContentDock
37 AbstractInfoDock::documentLoaded(); in documentLoaded()
H A Dembeddedfiles.h35 void documentLoaded() override;
/dports/graphics/poppler/poppler-21.12.0/qt5/demos/
H A Doptcontent.cpp35 void OptContentDock::documentLoaded() in documentLoaded() function in OptContentDock
37 AbstractInfoDock::documentLoaded(); in documentLoaded()
H A Dembeddedfiles.h35 void documentLoaded() override;
/dports/graphics/poppler/poppler-21.12.0/qt6/demos/
H A Doptcontent.cpp35 void OptContentDock::documentLoaded() in documentLoaded() function in OptContentDock
37 AbstractInfoDock::documentLoaded(); in documentLoaded()
H A Dembeddedfiles.h35 void documentLoaded() override;
/dports/graphics/poppler-glib/poppler-21.12.0/qt6/demos/
H A Doptcontent.cpp35 void OptContentDock::documentLoaded() in documentLoaded() function in OptContentDock
37 AbstractInfoDock::documentLoaded(); in documentLoaded()
H A Dembeddedfiles.h35 void documentLoaded() override;
/dports/graphics/poppler-glib/poppler-21.12.0/qt5/demos/
H A Doptcontent.cpp35 void OptContentDock::documentLoaded() in documentLoaded() function in OptContentDock
37 AbstractInfoDock::documentLoaded(); in documentLoaded()
H A Dembeddedfiles.h35 void documentLoaded() override;
/dports/graphics/poppler-qt5/poppler-21.12.0/qt6/demos/
H A Doptcontent.cpp35 void OptContentDock::documentLoaded() in documentLoaded() function in OptContentDock
37 AbstractInfoDock::documentLoaded(); in documentLoaded()
H A Dembeddedfiles.h35 void documentLoaded() override;
/dports/graphics/poppler-utils/poppler-21.12.0/qt5/demos/
H A Doptcontent.cpp35 void OptContentDock::documentLoaded() in documentLoaded() function in OptContentDock
37 AbstractInfoDock::documentLoaded(); in documentLoaded()
/dports/graphics/poppler-utils/poppler-21.12.0/qt6/demos/
H A Doptcontent.cpp35 void OptContentDock::documentLoaded() in documentLoaded() function in OptContentDock
37 AbstractInfoDock::documentLoaded(); in documentLoaded()
H A Dembeddedfiles.h35 void documentLoaded() override;
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/qt4/demos/
H A Doptcontent.cpp39 void OptContentDock::documentLoaded() in documentLoaded() function in OptContentDock
41 AbstractInfoDock::documentLoaded(); in documentLoaded()
H A Dembeddedfiles.h34 virtual void documentLoaded();
H A Doptcontent.h34 /*virtual*/ void documentLoaded();
H A Dabstractinfodock.h34 /*virtual*/ void documentLoaded();
/dports/games/openmw/openmw-openmw-0.47.0/apps/opencs/model/doc/
H A Ddocumentmanager.cpp22 connect (&mLoader, SIGNAL (documentLoaded (Document *)), in DocumentManager()
23 this, SLOT (documentLoaded (Document *))); in DocumentManager()
111 void CSMDoc::DocumentManager::documentLoaded (Document *document) in documentLoaded() function in CSMDoc::DocumentManager
/dports/devel/kdev-php/kdev-php-21.12.3/docs/
H A Dphpdocumentationwidget.cpp76 …&KDevelop::StandardDocumentationView::loadFinished, this, &PhpDocumentationWidget::documentLoaded); in PhpDocumentationWidget()
93 void PhpDocumentationWidget::documentLoaded() in documentLoaded() function in PhpDocumentationWidget
/dports/devel/umbrello/umbrello-21.12.3/lib/kdev5-php/docs/
H A Dphpdocumentationwidget.cpp66 …&KDevelop::StandardDocumentationView::loadFinished, this, &PhpDocumentationWidget::documentLoaded); in PhpDocumentationWidget()
84 void PhpDocumentationWidget::documentLoaded() in documentLoaded() function in PhpDocumentationWidget
/dports/graphics/epdfview/epdfview-0.1.8/src/
H A DMainPter.cxx902 gboolean documentLoaded = m_Document->isLoaded (); in notifyPageChanged() local
904 view.sensitiveGoToFirstPage (documentLoaded && 1 < pageNum ); in notifyPageChanged()
905 view.sensitiveGoToPreviousPage (documentLoaded && 1 < pageNum ); in notifyPageChanged()
906 view.sensitiveGoToLastPage (documentLoaded && numPages > pageNum); in notifyPageChanged()
907 view.sensitiveGoToNextPage (documentLoaded && numPages > pageNum); in notifyPageChanged()

1234567