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

/haiku/src/apps/devices/
H A DPropertyList.cpp20 PropertyRow::PropertyRow(const char* name, const char* value) function in class:PropertyRow
29 PropertyRow::~PropertyRow()
35 PropertyRow::SetName(const char* name)
43 PropertyRow::SetValue(const char* value)
75 AddRow(new PropertyRow(attributes[i].fName, attributes[i].fValue));
107 PropertyRow* current = (PropertyRow*)RowAt(i);
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 112 milliseconds