KoApplicationIface.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #ifndef __KoApplicationIface_h__
00021 #define __KoApplicationIface_h__
00022
00023 #include <dcopobject.h>
00024 #include <qvaluelist.h>
00025 #include <dcopref.h>
00026
00030 class KoApplicationIface : public DCOPObject
00031 {
00032 K_DCOP
00033 public:
00034
00035 KoApplicationIface();
00036 ~KoApplicationIface();
00037
00038 k_dcop:
00043 DCOPRef createDocument( const QString &nativeFormat );
00044
00049 QValueList<DCOPRef> getDocuments();
00050
00056 QValueList<DCOPRef> getViews();
00057
00062 QValueList<DCOPRef> getWindows();
00063 };
00064
00065 #endif
00066
This file is part of the documentation for lib Library Version 1.3.5.