interfaces Library API Documentation

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 
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.5.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Wed Jan 28 13:30:49 2004 by doxygen 1.3.4 written by Dimitri van Heesch, © 1997-2001