Home
last modified time | relevance | path

Searched refs:fClass (Results 1 – 4 of 4) sorted by relevance

/haiku/src/preferences/bluetooth/
H A DDeviceListItem.cpp26 fClass = bDevice->GetDeviceClass(); in DeviceListItem()
34 fClass = bDevice->GetDeviceClass(); in SetDevice()
80 fClass.GetMajorDeviceClass(secondLine); in DrawItem()
82 fClass.GetMinorDeviceClass(secondLine); in DrawItem()
92 fClass.Draw(owner, BPoint(itemRect.left, itemRect.top)); in DrawItem()
95 switch (fClass.GetMajorDeviceClass()) { in DrawItem()
H A DBluetoothDeviceView.cpp42 fClass = new BStringView("class", "- / -"); in BluetoothDeviceView()
43 fClass->SetExplicitAlignment(BAlignment(B_ALIGN_LEFT, B_ALIGN_MIDDLE)); in BluetoothDeviceView()
74 .Add(fClass) in BluetoothDeviceView()
110 fClass->SetText(string.String()); in SetBluetoothDevice()
H A DDeviceListItem.h33 DeviceClass fClass; variable
H A DBluetoothDeviceView.h39 BStringView* fClass; variable