Searched refs:BluetoothIconView (Results 1 - 6 of 6) sorted by relevance

/haiku/src/kits/bluetooth/UI/
H A DBluetoothIconView.cpp9 #include <BluetoothIconView.h>
15 BBitmap* BluetoothIconView::fBitmap = NULL;
16 int32 BluetoothIconView::fRefCount = 0;
18 BluetoothIconView::BluetoothIconView() function in class:Bluetooth::BluetoothIconView
44 BluetoothIconView::~BluetoothIconView()
54 BluetoothIconView::Draw(BRect rect)
H A DConnectionView.cpp10 #include <BluetoothIconView.h>
22 fIcon = new BluetoothIconView();
H A DPincodeWindow.cpp84 fIcon = new BluetoothIconView();
/haiku/headers/private/bluetooth/
H A DBluetoothIconView.h19 class BluetoothIconView : public BView { class in namespace:Bluetooth
21 BluetoothIconView();
22 ~BluetoothIconView();
H A DConnectionView.h23 class BluetoothIconView;
34 BluetoothIconView* fIcon;
H A DPincodeWindow.h21 #include <BluetoothIconView.h>
50 BluetoothIconView* fIcon;

Completed in 21 milliseconds