Searched refs:DeviceListItem (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/preferences/bluetooth/
H A DDeviceListItem.h18 class DeviceListItem : public BListItem class in namespace:Bluetooth
21 DeviceListItem(BluetoothDevice* bDevice);
23 ~DeviceListItem();
H A DDeviceListItem.cpp13 #include "DeviceListItem.h"
20 DeviceListItem::DeviceListItem(BluetoothDevice* bDevice) function in class:Bluetooth::DeviceListItem
32 DeviceListItem::SetDevice(BluetoothDevice* bDevice)
41 DeviceListItem::~DeviceListItem()
48 DeviceListItem::DrawItem(BView* owner, BRect itemRect, bool complete)
126 DeviceListItem::Update(BView* owner, const BFont* font)
139 DeviceListItem::Compare(const void *firstArg, const void *secondArg)
141 const DeviceListItem* item
[all...]
H A DRemoteDevicesView.cpp24 #include "DeviceListItem.h"
145 DeviceListItem* device = static_cast<DeviceListItem*>(fDeviceList
156 DeviceListItem* device = static_cast<DeviceListItem*>(fDeviceList
H A DInquiryPanel.cpp25 #include "DeviceListItem.h"
32 using Bluetooth::DeviceListItem;
67 message->AddPointer("remoteItem", new DeviceListItem(btDevice));
196 DeviceListItem* listItem;
208 DeviceListItem* item = (DeviceListItem*) fRemoteList->RemoveItem(index);;
290 ((DeviceListItem*)fRemoteList->ItemAt(retrievalIndex))
/haiku-fatelf/src/preferences/media/
H A DMediaListItem.h29 class DeviceListItem;
56 virtual void Visit(DeviceListItem* item) = 0;
101 virtual void Visit(DeviceListItem* item);
125 class DeviceListItem : public MediaListItem { class in inherits:MediaListItem
127 DeviceListItem(const char* title,
136 Comparator(DeviceListItem* compareOthersTo);
138 virtual void Visit(DeviceListItem* item);
144 DeviceListItem* fTarget;
170 virtual void Visit(DeviceListItem* item);
H A DMediaListItem.cpp295 NodeListItem::Comparator::Visit(DeviceListItem* item)
310 // #pragma mark - DeviceListItem
313 DeviceListItem::DeviceListItem(const char* title, function in class:DeviceListItem
324 DeviceListItem::Accept(MediaListItem::Visitor& visitor)
331 DeviceListItem::CompareWith(MediaListItem* item)
339 DeviceListItem::Comparator::Comparator(DeviceListItem* compareOthersTo)
348 DeviceListItem::Comparator::Visit(NodeListItem* item)
357 DeviceListItem
[all...]
H A DMediaWindow.cpp62 virtual void Visit(DeviceListItem*){}
453 DeviceListItem* audio = new DeviceListItem(B_TRANSLATE("Audio settings"),
457 MediaListItem* video = new DeviceListItem(B_TRANSLATE("Video settings"),

Completed in 135 milliseconds