interfaces
KTextEditor::ConfigInterface Class Reference
This is an interface for accessing the configuration of the Document and Plugin classes. More...
#include <configinterface.h>
| Public Member Functions | |
| virtual void | configDialog ()=0 | 
| ConfigInterface () | |
| unsigned int | configInterfaceNumber () const | 
| virtual void | readConfig (KConfig *)=0 | 
| virtual void | readConfig ()=0 | 
| virtual void | readSessionConfig (KConfig *)=0 | 
| virtual void | writeConfig (KConfig *)=0 | 
| virtual void | writeConfig ()=0 | 
| virtual void | writeSessionConfig (KConfig *)=0 | 
| virtual | ~ConfigInterface () | 
| Protected Member Functions | |
| void | setConfigInterfaceDCOPSuffix (const QCString &suffix) | 
Detailed Description
This is an interface for accessing the configuration of the Document and Plugin classes.Definition at line 34 of file configinterface.h.
Constructor & Destructor Documentation
| ConfigInterface::ConfigInterface | ( | ) | 
Definition at line 42 of file configinterface.cpp.
| ConfigInterface::~ConfigInterface | ( | ) |  [virtual] | 
Definition at line 50 of file configinterface.cpp.
Member Function Documentation
| virtual void KTextEditor::ConfigInterface::configDialog | ( | ) |  [pure virtual] | 
Shows a config dialog for the part, changes will be applied to the part, but not saved anywhere automagically, call writeConfig to save it.
| unsigned int ConfigInterface::configInterfaceNumber | ( | ) | const | 
Definition at line 55 of file configinterface.cpp.
| virtual void KTextEditor::ConfigInterface::readConfig | ( | KConfig * | ) |  [pure virtual] | 
Read/Write the config of the part to a given kconfig object to store the settings in a different place than the standard.
| virtual void KTextEditor::ConfigInterface::readConfig | ( | ) |  [pure virtual] | 
Read/Write the config to the standard place where this editor part saves it config, say: read/save default values for that editor part, which means for all current open documents.
| virtual void KTextEditor::ConfigInterface::readSessionConfig | ( | KConfig * | ) |  [pure virtual] | 
Read/Write session config of only this document/view/plugin.
| void ConfigInterface::setConfigInterfaceDCOPSuffix | ( | const QCString & | suffix | ) |  [protected] | 
Definition at line 60 of file configinterface.cpp.
| virtual void KTextEditor::ConfigInterface::writeConfig | ( | KConfig * | ) |  [pure virtual] | 
| virtual void KTextEditor::ConfigInterface::writeConfig | ( | ) |  [pure virtual] | 
| virtual void KTextEditor::ConfigInterface::writeSessionConfig | ( | KConfig * | ) |  [pure virtual] | 
The documentation for this class was generated from the following files:
 KDE 3.5 API Reference
    KDE 3.5 API Reference