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

/haiku-fatelf/src/preferences/bluetooth/
H A DBluetoothSettingsView.h18 class BluetoothSettingsView : public BView { class in inherits:BView
20 BluetoothSettingsView(const char* name);
21 virtual ~BluetoothSettingsView();
H A DBluetoothWindow.h15 #include "BluetoothSettingsView.h"
34 BluetoothSettingsView* fSettingsView;
H A DBluetoothSettingsView.cpp5 #include "BluetoothSettingsView.h"
51 BluetoothSettingsView::BluetoothSettingsView(const char* name) function in class:BluetoothSettingsView
108 BluetoothSettingsView::~BluetoothSettingsView()
115 BluetoothSettingsView::AttachedToWindow()
130 BluetoothSettingsView::MessageReceived(BMessage* message)
181 BluetoothSettingsView::_SetDeviceClass(uint8 major, uint8 minor, uint16 service)
197 BluetoothSettingsView::_BuildConnectionPolicy()
222 BluetoothSettingsView
[all...]
H A DBluetoothWindow.cpp83 fSettingsView = new BluetoothSettingsView(B_TRANSLATE("Settings"));

Completed in 34 milliseconds