Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

bendimpl.h

Go to the documentation of this file.
00001 #ifndef BENDIMPL_H
00002 #define BENDIMPL_H
00003 
00004 #include <qpe/taskbarappletinterface.h>
00005 
00006 class BenD;
00007 
00008 class BenDImpl : public TaskbarAppletInterface
00009 {
00010 public:
00011         BenDImpl();
00012         virtual ~BenDImpl();
00013 
00014         QRESULT queryInterface(const QUuid &uuid, QUnknownInterface **iface);
00015         Q_REFCOUNT
00016 
00017         virtual QWidget *applet(QWidget *parent);
00018         virtual int position() const;
00019 
00020 private:
00021         BenD *_benD;
00022         ulong ref;
00023 
00024 };
00025 
00026 #endif
00027 

Generated on Sat Nov 5 16:18:06 2005 for OPIE by  doxygen 1.4.2