Searched refs:GetSelectedValue (Results 1 - 6 of 6) sorted by relevance

/haiku/src/apps/debugger/user_interface/gui/value/
H A DTableCellBoolEditor.h22 virtual status_t GetSelectedValue(::Value*& _value) const;
H A DTableCellEnumerationEditor.h23 virtual status_t GetSelectedValue(::Value*& _value) const;
H A DTableCellOptionPopUpEditor.h30 virtual status_t GetSelectedValue(::Value*& _value) const = 0;
H A DTableCellBoolEditor.cpp44 TableCellBoolEditor::GetSelectedValue(::Value*& _value) const function in class:TableCellBoolEditor
H A DTableCellOptionPopUpEditor.cpp69 if (GetSelectedValue(value) == B_OK) {
H A DTableCellEnumerationEditor.cpp54 TableCellEnumerationEditor::GetSelectedValue(::Value*& _value) const function in class:TableCellEnumerationEditor

Completed in 32 milliseconds