Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   Related Pages  

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 

Generated on Wed Aug 13 23:29:59 2003 for kdelibs by doxygen1.2.18