BluetoothSettingsView
BluetoothSettingsView::~BluetoothSettingsView()
BluetoothSettingsView::AttachedToWindow()
BluetoothSettingsView::MessageReceived(BMessage* message)
BluetoothSettingsView::_SetDeviceClass(uint8 major, uint8 minor,
BluetoothSettingsView::_BuildLocalDevicesMenu()
BluetoothSettingsView::_MarkLocalDevice(LocalDevice* lDevice)
BluetoothSettingsView::_GetClassForMenu()
BluetoothSettingsView::BluetoothSettingsView(const char* name)
class BluetoothSettingsView : public BView {
BluetoothSettingsView(const char* name);
virtual ~BluetoothSettingsView();
fSettingsView = new BluetoothSettingsView(B_TRANSLATE("Settings"));
class BluetoothSettingsView;
BluetoothSettingsView* fSettingsView;