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

btdeviceitem.h

Go to the documentation of this file.
00001 
00002 #ifndef OPIE_TOOTH_BT_DEVICE_ITEM
00003 #define OPIE_TOOTH_BT_DEVICE_ITEM
00004 
00005 
00006 #include <remotedevice.h>
00007 #include "btlistitem.h"
00008 
00009 namespace OpieTooth {
00010     class BTDeviceItem : public BTListItem {
00011     public:
00012         BTDeviceItem( QListView* parent, const RemoteDevice& dev );
00013         ~BTDeviceItem();
00014         RemoteDevice remoteDevice() const;
00015         QString type()const;
00016         int typeId()const;
00017         QString mac()const;
00018         QString name() const;
00019     private:
00020         RemoteDevice m_device;
00021     };
00022 
00023 };
00024 
00025 
00026 #endif

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