#include <configinterface.h>
This is an interface for accessing the configuration of the Document and Plugin classes.
Definition at line 34 of file configinterface.h.
◆ ConfigInterface()
ConfigInterface::ConfigInterface |
( |
| ) |
|
◆ ~ConfigInterface()
ConfigInterface::~ConfigInterface |
( |
| ) |
|
|
virtual |
◆ configDialog()
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.
◆ configInterfaceNumber()
unsigned int ConfigInterface::configInterfaceNumber |
( |
| ) |
const |
◆ readConfig() [1/2]
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.
◆ readConfig() [2/2]
virtual void KTextEditor::ConfigInterface::readConfig |
( |
TDEConfig * |
| ) |
|
|
pure virtual |
Read/Write the config of the part to a given tdeconfig object to store the settings in a different place than the standard.
◆ readSessionConfig()
virtual void KTextEditor::ConfigInterface::readSessionConfig |
( |
TDEConfig * |
| ) |
|
|
pure virtual |
Read/Write session config of only this document/view/plugin.
◆ setConfigInterfaceDCOPSuffix()
void ConfigInterface::setConfigInterfaceDCOPSuffix |
( |
const TQCString & |
suffix | ) |
|
|
protected |
◆ PrivateConfigInterface
friend class PrivateConfigInterface |
|
friend |
The documentation for this class was generated from the following files: