KateConfig Class Reference
#include <kateconfig.h>
Inheritance diagram for KateConfig:

Detailed Description
Base Class for the Kate Config Classes.
Definition at line 43 of file kateconfig.h.
Public Member Functions | |
KateConfig () | |
virtual | ~KateConfig () |
void | configStart () |
void | configEnd () |
Protected Member Functions | |
virtual void | updateConfig ()=0 |
Constructor & Destructor Documentation
|
Default Constructor.
Definition at line 46 of file kateconfig.cpp. |
|
Virtual Destructor.
Definition at line 51 of file kateconfig.cpp. |
Member Function Documentation
|
end a config change transaction, update the concerned documents/views/renderers
Definition at line 65 of file kateconfig.cpp. |
|
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 55 of file kateconfig.cpp. |
|
do the real update
Implemented in KateDocumentConfig, KateViewConfig, and KateRendererConfig. |
The documentation for this class was generated from the following files: