katemainwindowiface.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019 #ifndef _katemainwindow_Iface_h_
00020 #define _katemainwindow_Iface_h_
00021
00022 #include <dcopobject.h>
00023 #include <dcopref.h>
00024
00025 #include <kurl.h>
00026
00027 class KateMainWindow;
00028
00029 class KateMainWindowDCOPIface : public DCOPObject
00030 {
00031 K_DCOP
00032
00033 public:
00034 KateMainWindowDCOPIface (KateMainWindow *w);
00035
00036 k_dcop:
00037 DCOPRef activeProject () const;
00038
00039 DCOPRef createProject (QString type, QString name, QString filename);
00040
00041 DCOPRef openProject (QString filename);
00042
00043 private:
00044 KateMainWindow *m_w;
00045 };
00046 #endif
This file is part of the documentation for kate Library Version 3.4.2.