interfaces
KTextEditor::SessionConfigInterface Class Reference
This is an interface to session-specific configuration of the Document, Plugin and PluginViewInterface classes. More...
#include <sessionconfiginterface.h>
Public Member Functions | |
unsigned int | configInterfaceNumber () const |
virtual void | readSessionConfig (KConfig *)=0 |
SessionConfigInterface () | |
virtual void | writeSessionConfig (KConfig *)=0 |
virtual | ~SessionConfigInterface () |
Protected Member Functions | |
void | setSessionConfigInterfaceDCOPSuffix (const QCString &suffix) |
Detailed Description
This is an interface to session-specific configuration of the Document, Plugin and PluginViewInterface classes.Definition at line 34 of file sessionconfiginterface.h.
Constructor & Destructor Documentation
SessionConfigInterface::SessionConfigInterface | ( | ) |
Definition at line 43 of file sessionconfiginterface.cpp.
SessionConfigInterface::~SessionConfigInterface | ( | ) | [virtual] |
Definition at line 51 of file sessionconfiginterface.cpp.
Member Function Documentation
unsigned int SessionConfigInterface::configInterfaceNumber | ( | ) | const |
Definition at line 56 of file sessionconfiginterface.cpp.
virtual void KTextEditor::SessionConfigInterface::readSessionConfig | ( | KConfig * | ) | [pure virtual] |
Read/Write session config of only this document/view/plugin In case of the document, that means for example it should reload the file, restore all marks, .
..
void SessionConfigInterface::setSessionConfigInterfaceDCOPSuffix | ( | const QCString & | suffix | ) | [protected] |
Definition at line 61 of file sessionconfiginterface.cpp.
virtual void KTextEditor::SessionConfigInterface::writeSessionConfig | ( | KConfig * | ) | [pure virtual] |
The documentation for this class was generated from the following files: