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

panpopup.h

Go to the documentation of this file.
00001 #ifndef PANPOPUP_H
00002 #define PANPOPUP_H
00003 
00004 #include <qpopupmenu.h>
00005 #include <qaction.h>
00006 
00007 #include <startpanconnection.h>
00008 
00009 #include "btdeviceitem.h"
00010 
00011 
00012 namespace OpieTooth {
00013 
00014     class PanPopup : public QPopupMenu {
00015 
00016         Q_OBJECT
00017 
00018     public:
00019         PanPopup( OpieTooth::BTDeviceItem* );
00020         ~PanPopup();
00021 
00022     private:
00023         QAction* m_push;
00024         OpieTooth::StartPanConnection* m_panconnection;
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