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

interfaces/ktexteditor

  • interfaces
  • ktexteditor
documentdcopinfo.h
1 #ifndef DocumentInfo_DCOP_INTERFACE_H
2 #define DocumentInfo_DCOP_INTERFACE_H
3 
4 #include <dcopobject.h>
5 #include <dcopref.h>
6 #include <tqstringlist.h>
7 #include <tqcstring.h>
8 
9 namespace KTextEditor
10 {
11  class DocumentInfoInterface;
19  class KTEXTEDITOR_EXPORT DocumentInfoDCOPInterface : virtual public DCOPObject
20  {
21  K_DCOP
22 
23  public:
30  DocumentInfoDCOPInterface( DocumentInfoInterface *Parent, const char *name );
35  virtual ~DocumentInfoDCOPInterface();
36  k_dcop:
37  TQString mimeType();
38  long fileSize();
39  TQString niceFileSize();
40  uint documentInfoInterfaceNumber ();
41  private:
42  DocumentInfoInterface *m_parent;
43  };
44 }
45 #endif
46 
47 
KTextEditor::DocumentInfoInterface
This is an interface for accessing information about files open in the Document, Plugin and PluginVie...
Definition: documentinfo.h:34
KTextEditor::DocumentInfoDCOPInterface
This is the main interface to the DocumentInfoInterface of KTextEdit.
Definition: documentdcopinfo.h:19

interfaces/ktexteditor

Skip menu "interfaces/ktexteditor"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members

interfaces/ktexteditor

Skip menu "interfaces/ktexteditor"
  • 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/ktexteditor by doxygen 1.8.6
This website is maintained by Timothy Pearson.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. |