00001 00002 00003 #ifndef OPIE_TOOTH_BT_SERVICE_ITEM 00004 #define OPIE_TOOTH_BT_SERVICE_ITEM 00005 00006 #include <services.h> 00007 00008 #include "btlistitem.h" 00009 00010 namespace OpieTooth { 00011 00012 class BTServiceItem : public BTListItem { 00013 public: 00014 BTServiceItem( QListViewItem* item, const Services& ); 00015 ~BTServiceItem(); 00016 QString type() const; 00017 int typeId() const; 00018 Services services() const; 00019 int serviceId() const; 00020 private: 00021 Services m_service; 00022 00023 }; 00024 }; 00025 00026 00027 #endif
1.4.2