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

dunpopup.h

Go to the documentation of this file.
00001 #ifndef DUNPOPUP_H
00002 #define DUNPOPUP_H
00003 
00004 #include <qpopupmenu.h>
00005 #include <qaction.h>
00006 
00007 #include <startdunconnection.h>
00008 
00009 #include "btdeviceitem.h"
00010 
00011 
00012 namespace OpieTooth {
00013 
00014     class DunPopup : public QPopupMenu {
00015 
00016         Q_OBJECT
00017 
00018     public:
00019         DunPopup( OpieTooth::BTDeviceItem* );
00020         ~DunPopup();
00021 
00022     private:
00023         QAction* m_push;
00024         OpieTooth::StartDunConnection* m_dunconnection;
00025         OpieTooth::BTDeviceItem *m_item;
00026     private slots:
00027         void slotConnect();
00028         void slotDisconnect();
00029         void slotConnectAndConfig();
00030    };
00031 };
00032 
00033 #endif

Generated on Sat Nov 5 16:17:44 2005 for OPIE by  doxygen 1.4.2