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

/haiku/src/apps/devices/
H A DPropertyList.h40 class PropertyList : public BColumnListView { class in inherits:BColumnListView
42 PropertyList(const char* name);
43 virtual ~PropertyList();
H A DPropertyList.cpp10 #include "PropertyList.h"
17 #define B_TRANSLATION_CONTEXT "PropertyList"
50 PropertyList::PropertyList(const char* name) function in class:PropertyList
64 PropertyList::~PropertyList()
71 PropertyList::AddAttributes(const Attributes& attributes)
81 PropertyList::RemoveAll()
92 PropertyList::SelectionChanged()
98 PropertyList
[all...]
H A DDevicesView.h26 #include "PropertyList.h"
66 PropertyList* fAttributesView;
H A DDevicesView.cpp77 fAttributesView = new PropertyList("attributesView");

Completed in 22 milliseconds