Kate
kateglobal.h
Go to the documentation of this file.
70 class KATEPART_TESTS_EXPORT KateGlobal : public KTextEditor::Editor, public KTextEditor::CommandInterface, public KTextEditor::ContainerInterface, public KTextEditor::TemplateScriptRegistrar
222 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:291
QList< KateDocument * > & kateDocuments()
return a list of all registered docs
Definition: kateglobal.h:266
KateWordCompletionModel * wordCompletionModel()
global instance of the simple word completion mode
Definition: kateglobal.h:350
Definition: katesyntaxmanager.h:48
const KAboutData * aboutData() const
General Information about this editor.
Definition: kateglobal.h:152
Command
Definition: katemodemanager.h:66
const QStringList & clipboardHistory() const
Clipboard history, filled with text we ever copied to clipboard via copyToClipboard.
Definition: kateglobal.h:423
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:111
Definition: spellcheck.h:36
Definition: kateview.h:78
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:591
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:70
Definition: kateconfig.h:145
Definition: katecmd.h:33
Definition: kateconfig.h:381
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.