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

interfaces/tdetexteditor

  • interfaces
  • tdetexteditor
documentdcopinfo.cpp
1#include "documentinfo.h"
2#include "documentdcopinfo.h"
3
4#include <dcopclient.h>
5using namespace KTextEditor;
6
7DocumentInfoDCOPInterface::DocumentInfoDCOPInterface( DocumentInfoInterface *Parent, const char *name)
8 : DCOPObject(name)
9{
10 m_parent = Parent;
11}
12
13DocumentInfoDCOPInterface::~DocumentInfoDCOPInterface()
14{
15
16}
17
18TQString DocumentInfoDCOPInterface::mimeType()
19{
20 return m_parent->mimeType();
21}
22long DocumentInfoDCOPInterface::fileSize()
23{
24 return m_parent->fileSize();
25}
26TQString DocumentInfoDCOPInterface::niceFileSize()
27{
28 return m_parent->niceFileSize();
29}
30uint DocumentInfoDCOPInterface::documentInfoInterfaceNumber ()
31{
32 return m_parent->documentInfoInterfaceNumber ();
33}
KTextEditor::DocumentInfoDCOPInterface::~DocumentInfoDCOPInterface
virtual ~DocumentInfoDCOPInterface()
Destructor Cleans up the object.
Definition: documentdcopinfo.cpp:13
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/tdetexteditor

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

interfaces/tdetexteditor

Skip menu "interfaces/tdetexteditor"
  • 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/tdetexteditor by doxygen 1.9.4
This website is maintained by Timothy Pearson.