Searched refs:BluetoothSettingsView (Results 1 - 4 of 4) sorted by path

/haiku/src/preferences/bluetooth/
H A DBluetoothSettingsView.cpp11 #include "BluetoothSettingsView.h"
51 BluetoothSettingsView::BluetoothSettingsView(const char* name) function in class:BluetoothSettingsView
120 BluetoothSettingsView::~BluetoothSettingsView()
127 BluetoothSettingsView::AttachedToWindow()
140 BluetoothSettingsView::MessageReceived(BMessage* message)
205 BluetoothSettingsView::_SetDeviceClass(uint8 major, uint8 minor,
222 BluetoothSettingsView::_BuildLocalDevicesMenu()
263 BluetoothSettingsView
[all...]
H A DBluetoothSettingsView.h24 class BluetoothSettingsView : public BView { class in inherits:BView
26 BluetoothSettingsView(const char* name);
27 virtual ~BluetoothSettingsView();
H A DBluetoothWindow.cpp75 fSettingsView = new BluetoothSettingsView(B_TRANSLATE("Settings"));
H A DBluetoothWindow.h9 #include "BluetoothSettingsView.h"
17 class BluetoothSettingsView;
32 BluetoothSettingsView* fSettingsView;

Completed in 59 milliseconds