Searched refs:fAttributesView (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/devices/
H A DDevicesView.h66 PropertyList* fAttributesView; member in class:DevicesView
H A DDevicesView.cpp77 fAttributesView = new PropertyList("attributesView");
87 .Add(fAttributesView, 2);
392 fAttributesView->AddAttributes(device->GetAllAttributes());
393 fAttributesView->Invalidate();
416 fAttributesView->RemoveAll();

Completed in 147 milliseconds