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

documentdcopinfo.h

00001 #ifndef DocumentInfo_DCOP_INTERFACE_H
00002 #define DocumentInfo_DCOP_INTERFACE_H
00003 
00004 #include <dcopobject.h>
00005 #include <dcopref.h>
00006 #include <qstringlist.h>
00007 #include <qcstring.h>
00008 
00009 namespace KTextEditor
00010 {
00011         class DocumentInfoInterface;
00019         class DocumentInfoDCOPInterface : virtual public DCOPObject
00020         {
00021         K_DCOP
00022 
00023         public:
00029                 DocumentInfoDCOPInterface( DocumentInfoInterface *Parent, const char *name );
00034                 virtual ~DocumentInfoDCOPInterface();
00035         k_dcop:
00036                 QString mimeType();
00037                 long  fileSize();
00038                 QString niceFileSize();
00039                 uint documentInfoInterfaceNumber ();
00040         private:
00041                 DocumentInfoInterface *m_parent;
00042         };
00043 }
00044 #endif
00045 
00046 

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