#include <configinterface.h>
|
unsigned int | configInterfaceNumber () const |
|
virtual void | readConfig ()=0 |
|
virtual void | writeConfig ()=0 |
|
virtual void | readConfig (TDEConfig *)=0 |
|
virtual void | writeConfig (TDEConfig *)=0 |
|
virtual void | readSessionConfig (TDEConfig *)=0 |
|
virtual void | writeSessionConfig (TDEConfig *)=0 |
|
virtual void | configDialog ()=0 |
|
|
void | setConfigInterfaceDCOPSuffix (const TQCString &suffix) |
|
|
class | PrivateConfigInterface |
|
This is an interface for accessing the configuration of the Document and Plugin classes.
Definition at line 34 of file configinterface.h.
◆ 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.
◆ 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.
The documentation for this class was generated from the following files: