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

/haiku-fatelf/src/apps/devices/
H A DPropertyList.cpp10 #include "PropertyList.h"
16 #define B_TRANSLATION_CONTEXT "PropertyList"
49 PropertyList::PropertyList(const char* name) function in class:PropertyList
63 PropertyList::~PropertyList()
70 PropertyList::AddAttributes(const Attributes& attributes)
80 PropertyList::RemoveAll()
91 PropertyList::SelectionChanged()
H A DPropertyList.h40 class PropertyList : public BColumnListView { class in inherits:BColumnListView
42 PropertyList(const char* name);
43 virtual ~PropertyList();
H A DDevicesView.h25 #include "PropertyList.h"
69 PropertyList* fAttributesView;
H A DDevicesView.cpp91 fAttributesView = new PropertyList("attributesView");

Completed in 90 milliseconds