Home
last modified time | relevance | path

Searched refs:viewCreated (Results 1 – 25 of 54) sorted by relevance

123

/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/language/codecompletion/
H A Dcodecompletion.cpp59 void CodeCompletion::viewCreated(KTextEditor::Document* document, KTextEditor::View* view) in viewCreated() function in CodeCompletion
96 disconnect(textDocument, &Document::viewCreated, this, &CodeCompletion::viewCreated); in unregisterDocument()
118 viewCreated(textDocument, view); in checkDocument()
121 connect(textDocument, &Document::viewCreated, this, &CodeCompletion::viewCreated); in checkDocument()
H A Dcodecompletion.h37 void viewCreated(KTextEditor::Document* document, KTextEditor::View* view);
/dports/editors/kate/kate-21.12.3/addons/latexunicodecompletion/
H A Dlatexcompletionplugin.cpp29 viewCreated(view); in createView()
30 …connect(mainWindow, &KTextEditor::MainWindow::viewCreated, this, &LatexCompletionPlugin::viewCreat… in createView()
35 void viewCreated(KTextEditor::View *view) in viewCreated() function in LatexCompletionPlugin
/dports/graphics/krita/krita-4.4.8/libs/libkis/
H A DNotifier.cpp41 connect(KisPart::instance(), SIGNAL(sigViewAdded(KisView*)), SLOT(viewCreated(KisView*))); in Notifier()
74 void Notifier::viewCreated(KisView *view) in viewCreated() function in Notifier
77 emit viewCreated(v); in viewCreated() local
H A DNotifier.h85 void viewCreated(View *view);
109 void viewCreated(KisView *view);
/dports/editors/calligraplan/calligraplan-3.3.0/src/
H A Dkptviewlistdialog.h57 void viewCreated(KPlato::ViewBase *view);
75 void viewCreated(KPlato::ViewBase *view);
185 void viewCreated(KPlato::ViewBase *view);
203 void viewCreated(KPlato::ViewBase *view);
H A Dkptviewlistdialog.cpp54 connect(m_panel, &AddViewPanel::viewCreated, this, &ViewListDialog::viewCreated); in ViewListDialog()
292 emit viewCreated(v); in ok() local
534 … connect(m_panel, SIGNAL(viewCreated(KPlato::ViewBase*)), SIGNAL(viewCreated(KPlato::ViewBase*))); in ViewListReportsDialog()
668 emit viewCreated(v); in ok() local
/dports/devel/plasma5-plasma-sdk/plasma-sdk-5.23.5/cuttlefish/src/editorplugin/
H A Dcuttlefishplugin.cpp41 connect(document, &KTextEditor::Document::viewCreated, this, &CuttleFishPlugin::viewCreated); in documentCreated()
44 void CuttleFishPlugin::viewCreated(KTextEditor::Document *document, KTextEditor::View *view) in viewCreated() function in CuttleFishPlugin
H A Dcuttlefishplugin.h33 void viewCreated(KTextEditor::Document *document, KTextEditor::View *view);
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/interfaces/
H A Diuicontroller.cpp21 void KDevelop::IToolViewFactory::viewCreated(Sublime::View * view) in viewCreated() function in KDevelop::IToolViewFactory
H A Diuicontroller.h69 virtual void viewCreated(Sublime::View* view);
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/undo/
H A Dkateundomanager.cpp24 connect(doc, &KTextEditor::DocumentPrivate::viewCreated, this, &KateUndoManager::viewCreated); in KateUndoManager()
43 void KateUndoManager::viewCreated(KTextEditor::Document *, KTextEditor::View *newView) in viewCreated() function in KateUndoManager
H A Dkateundomanager.h196 void viewCreated(KTextEditor::Document *, KTextEditor::View *newView);
/dports/editors/kate/kate-21.12.3/addons/close-except-like/
H A Dclose_except_plugin.cpp90 …connect(m_mainWindow, &KTextEditor::MainWindow::viewCreated, this, &CloseExceptPluginView::viewCre… in CloseExceptPluginView()
102 void CloseExceptPluginView::viewCreated(KTextEditor::View *view) in viewCreated() function in kate::CloseExceptPluginView
H A Dclose_except_plugin.h63 void viewCreated(KTextEditor::View *);
/dports/print/py-frescobaldi/frescobaldi-3.1.3/frescobaldi_app/
H A Dwordboundary.py40 app.viewCreated.connect(handler.install_textedit)
H A Dviewhighlighter.py40 app.viewCreated.connect(highlighter)
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/debugger/variable/
H A Dvariablecollection.cpp473 &KTextEditor::Document::viewCreated, in textDocumentCreated()
474 this, &VariableCollection::viewCreated ); in textDocumentCreated()
478 viewCreated( doc->textDocument(), view ); in textDocumentCreated()
482 void VariableCollection::viewCreated(KTextEditor::Document* doc, in viewCreated() function in KDevelop::VariableCollection
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/contextbrowser/
H A Dbrowsemanager.cpp56 connect(textDocument, &Document::viewCreated, this, &EditorViewWatcher::viewCreated); in documentCreated()
81 void EditorViewWatcher::viewCreated(KTextEditor::Document* /*doc*/, KTextEditor::View* view) in viewCreated() function in EditorViewWatcher
H A Dbrowsemanager.h43 void viewCreated(KTextEditor::Document*, KTextEditor::View*);
/dports/graphics/krita/krita-4.4.8/plugins/extensions/pykrita/sip/krita/
H A DNotifier.sip17 void viewCreated(View *view);
/dports/net-im/kopete/kopete-21.12.3/libkopete/
H A Dkopetechatsessionmanager.h137 void viewCreated(KopeteView *);
/dports/editors/kate/kate-21.12.3/addons/colorpicker/
H A Dkatecolorpickerplugin.cpp41 …connect(m_doc, &KTextEditor::Document::viewCreated, this, [this](KTextEditor::Document *, KTextEdi… in ColorPickerInlineNoteProvider()
273 …connect(m_mainWindow, &KTextEditor::MainWindow::viewCreated, this, [this](KTextEditor::View *view)… in createView()
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/include/ktexteditor/
H A Dmainwindow.h163 void viewCreated(KTextEditor::View *view);
/dports/editors/kate/kate-21.12.3/addons/snippets/
H A Dkatesnippets.cpp69 …connect(mainWindow, &KTextEditor::MainWindow::viewCreated, this, &KateSnippetsPluginView::slotView… in KateSnippetsPluginView()

123