• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • interfaces
 

interfaces

  • KTextEditor
  • ConfigInterface
Public Member Functions | Protected Member Functions | Friends | List of all members
KTextEditor::ConfigInterface Class Referenceabstract

#include <configinterface.h>

Public Member Functions

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
 

Protected Member Functions

void setConfigInterfaceDCOPSuffix (const TQCString &suffix)
 

Friends

class PrivateConfigInterface
 

Detailed Description

This is an interface for accessing the configuration of the Document and Plugin classes.

Definition at line 34 of file configinterface.h.

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.

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::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.

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:
  • configinterface.h
  • configinterface.cpp

interfaces

Skip menu "interfaces"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

interfaces

Skip menu "interfaces"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  •     tdecore
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  • tdeioslave
  •   http
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for interfaces by doxygen 1.8.8
This website is maintained by Timothy Pearson.