Kate
KateConfig Class Reference
Base Class for the Kate Config Classes. More...
#include <kateconfig.h>
Inheritance diagram for KateConfig:
Public Member Functions | |
void | configEnd () |
void | configStart () |
KateConfig () | |
virtual | ~KateConfig () |
Protected Member Functions | |
virtual void | updateConfig ()=0 |
Detailed Description
Base Class for the Kate Config Classes.Definition at line 43 of file kateconfig.h.
Constructor & Destructor Documentation
KateConfig::KateConfig | ( | ) |
KateConfig::~KateConfig | ( | ) | [virtual] |
Member Function Documentation
void KateConfig::configEnd | ( | ) |
end a config change transaction, update the concerned documents/views/renderers
Definition at line 65 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 55 of file kateconfig.cpp.
virtual void KateConfig::updateConfig | ( | ) | [protected, pure virtual] |
The documentation for this class was generated from the following files: