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

interfaces/tdetexteditor

  • interfaces
  • tdetexteditor
printdcopinterface.cpp
1 #include "printdcopinterface.h"
2 #include "printinterface.h"
3 
4 #include <dcopclient.h>
5 using namespace KTextEditor;
6 
7 PrintDCOPInterface::PrintDCOPInterface( PrintInterface *Parent, const char *name)
8  : DCOPObject(name)
9 {
10  m_parent = Parent;
11 }
12 
13 PrintDCOPInterface::~PrintDCOPInterface()
14 {
15 
16 }
17 
18 uint PrintDCOPInterface::printInterfaceNumber ()
19 {
20  return m_parent->printInterfaceNumber();
21 }
22 bool PrintDCOPInterface::printDialog ()
23 {
24  return m_parent->printDialog();
25 }
26 bool PrintDCOPInterface::print ()
27 {
28  return m_parent->print();
29 }
30 
KTextEditor::PrintDCOPInterface::~PrintDCOPInterface
virtual ~PrintDCOPInterface()
Destructor Cleans up the object.
Definition: printdcopinterface.cpp:13
KTextEditor
KTextEditor is KDE's standard text editing KPart interface.
Definition: blockselectiondcopinterface.h:9
KTextEditor::PrintInterface
This is an interface to printing functions of a Document.
Definition: printinterface.h:33
KTextEditor::PrintDCOPInterface::PrintDCOPInterface
PrintDCOPInterface(PrintInterface *Parent, const char *name)
Construct a new interface object for the text editor.
Definition: printdcopinterface.cpp:7

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