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

interfaces

  • interfaces
  • ktexteditor
encodingdcopinterface.h
1 #ifndef Encoding_DCOP_INTERFACE_H
2 #define Encoding_DCOP_INTERFACE_H
3 
4 #include <dcopobject.h>
5 #include <dcopref.h>
6 #include <tqstringlist.h>
7 #include <tqcstring.h>
8 //#include "editdcopinterface.moc"
9 namespace KTextEditor
10 {
11  class EncodingInterface;
18  class KTEXTEDITOR_EXPORT EncodingDCOPInterface : virtual public DCOPObject
19  {
20  K_DCOP
21 
22  public:
29  EncodingDCOPInterface( EncodingInterface *Parent, const char *name );
34  virtual ~EncodingDCOPInterface();
35  k_dcop:
36  uint encodingInterfaceNumber ();
37  void setEncoding (TQString e) ;
38  TQString encoding();
39 
40  private:
41  EncodingInterface *m_parent;
42  };
43 }
44 #endif
45 
46 
KTextEditor::EncodingInterface
This is an interface to the text encoding of a Document class.
Definition: encodinginterface.h:33
KTextEditor
KTextEditor is KDE&#39;s standard text editing KPart interface.
Definition: blockselectiondcopinterface.h:9
KTextEditor::EncodingDCOPInterface
This is the main interface to the EncodingInterface of KTextEdit.
Definition: encodingdcopinterface.h:18
DCOPObject

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.8.11
This website is maintained by Timothy Pearson.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. |