Home
last modified time | relevance | path

Searched refs:fClassMenu (Results 1 – 2 of 2) sorted by relevance

/haiku/src/preferences/bluetooth/
H A DBluetoothSettingsView.cpp95 fClassMenu = new BOptionPopUp("DeviceClass", B_TRANSLATE("Identify host as:"), in BluetoothSettingsView()
97 fClassMenu->AddOption(B_TRANSLATE_NOCOLLECT(kDesktopLabel), 1); in BluetoothSettingsView()
98 fClassMenu->AddOption(B_TRANSLATE_NOCOLLECT(kServerLabel), 2); in BluetoothSettingsView()
99 fClassMenu->AddOption(B_TRANSLATE_NOCOLLECT(kLaptopLabel), 3); in BluetoothSettingsView()
100 fClassMenu->AddOption(B_TRANSLATE_NOCOLLECT(kHandheldLabel), 4); in BluetoothSettingsView()
101 fClassMenu->AddOption(B_TRANSLATE_NOCOLLECT(kPhoneLabel), 5); in BluetoothSettingsView()
103 fClassMenu->SetValue(_GetClassForMenu()); in BluetoothSettingsView()
107 .Add(fClassMenu, 0, 0) in BluetoothSettingsView()
H A DBluetoothSettingsView.h46 BOptionPopUp* fClassMenu; variable