KDevelop API Documentation

kdevfilterIface.h

Go to the documentation of this file.
00001 
00002 #ifndef KDEVFILTERIFACE_H
00003 #define KDEVFILTERIFACE_H
00004 
00005 #include <qobject.h>
00006 #include <dcopobject.h>
00007 
00008 class FilterPart;
00009 
00010 class KDevFilterIface : public QObject, public DCOPObject
00011 {
00012     Q_OBJECT
00013     K_DCOP
00014 public:
00015     KDevFilterIface( FilterPart* part );
00016     ~KDevFilterIface();
00017     
00018 k_dcop:
00019     void shellInsert();
00020     void shellFilter();
00021     
00022 private:
00023     FilterPart* m_part;
00024 };
00025 
00026 #endif
KDE Logo
This file is part of the documentation for KDevelop Version 3.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Feb 22 09:22:41 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003