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

interfaces

  • interfaces
  • tdetexteditor
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
9namespace 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
DCOPObject
KTextEditor::DocumentInfoDCOPInterface
This is the main interface to the DocumentInfoInterface of KTextEdit.
Definition: documentdcopinfo.h:20
KTextEditor::DocumentInfoInterface
This is an interface for accessing information about files open in the Document, Plugin and PluginVie...
Definition: documentinfo.h:35
KTextEditor
KTextEditor is KDE's standard text editing KPart interface.
Definition: blockselectiondcopinterface.h:10

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
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for interfaces by doxygen 1.9.4
This website is maintained by Timothy Pearson.