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: 00030 DocumentInfoDCOPInterface( DocumentInfoInterface *Parent, const char *name ); 00035 virtual ~DocumentInfoDCOPInterface(); 00036 k_dcop: 00037 QString mimeType(); 00038 long fileSize(); 00039 QString niceFileSize(); 00040 uint documentInfoInterfaceNumber (); 00041 private: 00042 DocumentInfoInterface *m_parent; 00043 }; 00044 } 00045 #endif 00046 00047
KDE Logo
This file is part of the documentation for interfaces Library Version 3.2.3.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Sat Jun 12 15:09:25 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003