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

rfcpopup.h

Go to the documentation of this file.
00001 #ifndef RFCPOPUP_H
00002 #define RFCPOPUP_H
00003 
00004 #include <qpopupmenu.h>
00005 #include <qaction.h>
00006 
00007 #include "btdeviceitem.h"
00008 
00009 namespace OpieTooth {
00018     class RfcCommPopup : public QPopupMenu {
00019         Q_OBJECT
00020     public:
00021         RfcCommPopup( OpieTooth::BTDeviceItem* );
00022         ~RfcCommPopup();
00023 
00024 
00025     private:
00026         QAction* m_con;
00027         QAction* m_dis;
00028         QAction* m_bind;
00029         QAction* m_bar;
00030         OpieTooth::BTDeviceItem *m_item;
00031     private slots:
00032         void slotConnect();
00033         void slotDisconnect();
00034         void slotBind();
00035         void slotBar();
00036     };
00037 };
00038 
00039 #endif

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