Kate
#include <kateconfig.h>
Public Member Functions | |
KateConfig () | |
virtual | ~KateConfig () |
void | configEnd () |
void | configStart () |
Protected Member Functions | |
virtual void | updateConfig ()=0 |
Detailed Description
Base Class for the Kate Config Classes.
Definition at line 47 of file kateconfig.h.
Constructor & Destructor Documentation
KateConfig::KateConfig | ( | ) |
Default Constructor.
Definition at line 45 of file kateconfig.cpp.
|
virtual |
Virtual Destructor.
Definition at line 50 of file kateconfig.cpp.
Member Function Documentation
void KateConfig::configEnd | ( | ) |
end a config change transaction, update the concerned documents/views/renderers
Definition at line 64 of file kateconfig.cpp.
void KateConfig::configStart | ( | ) |
start some config changes this method is needed to init some kind of transaction for config changes, update will only be done once, at configEnd() call
Definition at line 54 of file kateconfig.cpp.
|
protectedpure virtual |
do the real update
Implemented in KateRendererConfig, KateViewConfig, KateDocumentConfig, KateGlobalConfig, and KateCompletionConfig.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat May 9 2020 03:57:01 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.