class ConfigInterface


Contains pure virtuals
Full nameKTextEditor::ConfigInterface
Definition#include <configinterface.h>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Protected Methods


Detailed Description

 ConfigInterface ()

ConfigInterface

 ~ConfigInterface ()

~ConfigInterface

[virtual]

unsigned int  configInterfaceNumber ()

configInterfaceNumber

[const]

void  setConfigInterfaceDCOPSuffix (const QCString &suffix)

setConfigInterfaceDCOPSuffix

[protected]

void  readConfig ()

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

void  writeConfig ()

writeConfig

[pure virtual]

void  readConfig (KConfig *)

readConfig

[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

void  writeConfig (KConfig *)

writeConfig

[pure virtual]

void  readSessionConfig (KConfig *)

readSessionConfig

[pure virtual]

Read/Write session config of only this document/view/plugin

void  writeSessionConfig (KConfig *)

writeSessionConfig

[pure virtual]

void  configDialog ()

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


Generated by: caleb on tcdevel on Tue Jan 28 12:54:37 2003, using kdoc $.