interfaces Library API Documentation

printdcopinterface.h

00001 #ifndef Print_DCOP_INTERFACE_H
00002 #define Print_DCOP_INTERFACE_H
00003 
00004 #include <dcopobject.h>
00005 #include <dcopref.h>
00006 #include <qstringlist.h>
00007 #include <qcstring.h>
00008 //#include "editdcopinterface.moc"
00009 namespace KTextEditor
00010 {
00011     class PrintInterface;
00018     class PrintDCOPInterface : virtual public DCOPObject
00019     {
00020     K_DCOP
00021 
00022     public:
00028         PrintDCOPInterface( PrintInterface *Parent, const char *name );
00033         virtual ~PrintDCOPInterface();
00034     k_dcop:
00035         uint printInterfaceNumber () ;
00036         bool printDialog ();
00037         bool print ();
00038     
00039     private:
00040         PrintInterface *m_parent;
00041     };
00042 }
00043 #endif
00044 
00045 
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.4.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Sun Feb 27 22:16:14 2005 by doxygen 1.3.4 written by Dimitri van Heesch, © 1997-2001