• 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 (KConfig *)=0
 
virtual void writeConfig (KConfig *)=0
 
virtual void readSessionConfig (KConfig *)=0
 
virtual void writeSessionConfig (KConfig *)=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

◆ 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 ( KConfig *  )
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.

◆ readSessionConfig()

virtual void KTextEditor::ConfigInterface::readSessionConfig ( KConfig *  )
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
  •     interface
  •     library
  •   kspeech
  •   ktexteditor
  • kabc
  • kate
  • kcmshell
  • kdecore
  • kded
  • kdefx
  • kdeprint
  • kdesu
  • kdeui
  • kdoctools
  • khtml
  • kimgio
  • kinit
  • kio
  •   bookmarks
  •   httpfilter
  •   kfile
  •   kio
  •   kioexec
  •   kpasswdserver
  •   kssl
  • kioslave
  •   http
  • kjs
  • kmdi
  •   kmdi
  • knewstuff
  • kparts
  • krandr
  • kresources
  • kspell2
  • kunittest
  • kutils
  • kwallet
  • libkmid
  • libkscreensaver
Generated for interfaces by doxygen 1.9.1
This website is maintained by Timothy Pearson.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. |