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 44 of file kateconfig.cpp.
|
virtual |
Virtual Destructor.
Definition at line 49 of file kateconfig.cpp.
Member Function Documentation
void KateConfig::configEnd | ( | ) |
end a config change transaction, update the concerned documents/views/renderers
Definition at line 63 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 53 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-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.