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

/haiku-fatelf/src/apps/devices/
H A DPropertyList.cpp19 PropertyRow::PropertyRow(const char* name, const char* value) function in class:PropertyRow
28 PropertyRow::~PropertyRow()
34 PropertyRow::SetName(const char* name)
42 PropertyRow::SetValue(const char* value)
74 AddRow(new PropertyRow(attributes[i].fName, attributes[i].fValue));
H A DPropertyList.h25 class PropertyRow : public BRow { class in inherits:BRow
27 PropertyRow(const char* name, const char* value);
28 virtual ~PropertyRow();

Completed in 91 milliseconds