Kate
kateglobal.h
Go to the documentation of this file.
71 class KATEPART_TESTS_EXPORT KateGlobal : public KTextEditor::Editor, public KTextEditor::CommandInterface, public KTextEditor::ContainerInterface, public KTextEditor::TemplateScriptRegistrar
97 Q_PROPERTY (KSharedConfig::Ptr sessionConfig READ sessionConfig WRITE setSessionConfig)
103 KSharedConfig::Ptr sessionConfig ()
223 static void decRef () { if (s_ref > 0) --s_ref; if (s_ref == 0) { delete s_self; s_self = 0L; } }
Manage the scripts on disks – find them and query them.
Definition: katescriptmanager.h:43
KateModeManager * modeManager()
global mode manager used to manage the modes centrally
Definition: kateglobal.h:292
QList< KateDocument * > & kateDocuments()
return a list of all registered docs
Definition: kateglobal.h:267
KateWordCompletionModel * wordCompletionModel()
global instance of the simple word completion mode
Definition: kateglobal.h:351
Definition: katesyntaxmanager.h:48
const KAboutData * aboutData() const
General Information about this editor.
Definition: kateglobal.h:153
Definition: katemodemanager.h:66
const QStringList & clipboardHistory() const
Clipboard history, filled with text we ever copied to clipboard via copyToClipboard.
Definition: kateglobal.h:430
Handles all of the work of rendering the text (used for the views and printing)
Definition: katerenderer.h:50
Definition: kateconfig.h:93
void setSessionConfig(KSharedConfig::Ptr sessionConfig)
Set session config.
Definition: kateglobal.h:112
Definition: spellcheck.h:36
Definition: kateview.h:77
Definition: kateschema.h:47
Definition: katedocument.h:74
This is the main class of KDevelop's snippet plugin.
Definition: katesnippetglobal.h:39
Definition: kateviglobal.h:46
Definition: kateconfig.h:618
Definition: katepartpluginmanager.h:56
Definition: katewordcompletion.h:39
KateGlobal One instance of this class is hold alive during a kate part session, as long as any factor...
Definition: kateglobal.h:71
Definition: kateconfig.h:145
Definition: katecmd.h:33
Highlighting-file based keyword completion for the editor.
Definition: katekeywordcompletion.h:34
KateKeywordCompletionModel * keywordCompletionModel()
global instance of the language-aware keyword completion model
Definition: kateglobal.h:357
Definition: kateconfig.h:381
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat May 9 2020 03:56:58 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat May 9 2020 03:56:58 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.