Home
last modified time | relevance | path

Searched refs:SessionConfigInterface (Results 1 – 16 of 16) sorted by relevance

/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/include/ktexteditor/
H A Dsessionconfiginterface.h67 class KTEXTEDITOR_EXPORT SessionConfigInterface
70 SessionConfigInterface();
75 virtual ~SessionConfigInterface();
109 Q_DECLARE_INTERFACE(KTextEditor::SessionConfigInterface, "org.kde.KTextEditor.SessionConfigInterfac…
/dports/editors/kate/kate-21.12.3/addons/preview/
H A Dktexteditorpreviewview.h31 class KTextEditorPreviewView : public QObject, public KTextEditor::SessionConfigInterface
34 Q_INTERFACES(KTextEditor::SessionConfigInterface)
/dports/editors/kate/kate-21.12.3/addons/replicode/
H A Dreplicodeview.h23 …ss ReplicodeView : public QObject, public KXMLGUIClient, public KTextEditor::SessionConfigInterface
26 Q_INTERFACES(KTextEditor::SessionConfigInterface)
/dports/editors/kate/kate-21.12.3/addons/filebrowser/
H A Dkatefilebrowserplugin.h45 class KateFileBrowserPluginView : public QObject, public KTextEditor::SessionConfigInterface
48 Q_INTERFACES(KTextEditor::SessionConfigInterface)
/dports/editors/kate/kate-21.12.3/addons/kate-ctags/
H A Dkate_ctags_view.h53 …ss KateCTagsView : public QObject, public KXMLGUIClient, public KTextEditor::SessionConfigInterface
56 Q_INTERFACES(KTextEditor::SessionConfigInterface)
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/utils/
H A Dktexteditor.cpp239 SessionConfigInterface::SessionConfigInterface() = default;
241 SessionConfigInterface::~SessionConfigInterface() = default;
/dports/editors/kate/kate-21.12.3/addons/close-except-like/
H A Dclose_except_plugin.h98 class CloseExceptPlugin : public KTextEditor::Plugin, public KTextEditor::SessionConfigInterface
101 Q_INTERFACES(KTextEditor::SessionConfigInterface)
/dports/editors/kate/kate-21.12.3/addons/filetree/
H A Dkatefiletreeplugin.h67 …leTreePluginView : public QObject, public KXMLGUIClient, public KTextEditor::SessionConfigInterface
71 Q_INTERFACES(KTextEditor::SessionConfigInterface)
/dports/editors/kate/kate-21.12.3/addons/gdbplugin/
H A Dplugin_kategdb.h45 …atePluginGDBView : public QObject, public KXMLGUIClient, public KTextEditor::SessionConfigInterface
48 Q_INTERFACES(KTextEditor::SessionConfigInterface)
/dports/editors/kate/kate-21.12.3/addons/katebuild-plugin/
H A Dplugin_katebuild.h47 …ss KateBuildView : public QObject, public KXMLGUIClient, public KTextEditor::SessionConfigInterface
50 Q_INTERFACES(KTextEditor::SessionConfigInterface)
/dports/editors/kate/kate-21.12.3/kate/
H A Dkatepluginmanager.cpp132 … if (auto interface = qobject_cast<KTextEditor::SessionConfigInterface *>(pluginInfo.plugin)) { in loadConfig()
151 if (auto interface = qobject_cast<KTextEditor::SessionConfigInterface *>(plugin.plugin)) { in writeConfig()
254 …if (auto interface = qobject_cast<KTextEditor::SessionConfigInterface *>(win->pluginViews().value(… in enablePluginGUI()
H A Dkatemainwindow.cpp1073 …if (auto interface = qobject_cast<KTextEditor::SessionConfigInterface *>(pluginViews().value(item.… in saveProperties()
/dports/editors/kate/kate-21.12.3/addons/search/
H A Dplugin_search.h89 …PluginSearchView : public QObject, public KXMLGUIClient, public KTextEditor::SessionConfigInterface
92 Q_INTERFACES(KTextEditor::SessionConfigInterface)
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dktexteditor.py269 return KTextEditor.SessionConfigInterface()
1251 class SessionConfigInterface(): class in KTextEditor
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/docs/
H A Dporting.dox123 - \p KTextEditor::SessionConfigInterface \n
/dports/editors/kate/kate-21.12.3/addons/lspclient/
H A Dlspclientpluginview.cpp2922 …ntPluginViewImpl : public QObject, public KXMLGUIClient, public KTextEditor::SessionConfigInterface
2925 Q_INTERFACES(KTextEditor::SessionConfigInterface)