Home
last modified time | relevance | path

Searched refs:BoolValue (Results 1 – 8 of 8) sorted by relevance

/haiku/src/kits/debugger/value/values/
H A DBoolValue.cpp10 BoolValue::BoolValue(bool value) in BoolValue() function in BoolValue
17 BoolValue::~BoolValue() in ~BoolValue()
23 BoolValue::ToString(BString& _string) const in ToString()
35 BoolValue::ToVariant(BVariant& _value) const in ToVariant()
43 BoolValue::operator==(const Value& other) const in operator ==()
45 const BoolValue* otherBool = dynamic_cast<const BoolValue*>(&other); in operator ==()
/haiku/src/apps/debugger/user_interface/gui/value/
H A DTableCellBoolEditor.cpp27 BoolValue* initialValue = dynamic_cast<BoolValue*>(InitialValue()); in ConfigureOptions()
49 BoolValue* value = new(std::nothrow) BoolValue((bool)selectedValue); in GetSelectedValue()
/haiku/src/apps/debugger/user_interface/gui/value/value_handlers/
H A DBoolValueHandler.cpp38 return dynamic_cast<BoolValue*>(value) != NULL ? 0.5f : 0; in SupportsValue()
46 if (dynamic_cast<BoolValue*>(value) == NULL) in GetValueFormatter()
62 if (dynamic_cast<BoolValue*>(value) == NULL) in GetTableCellValueRenderer()
85 BoolValue* value = dynamic_cast<BoolValue*>(_value); in GetTableCellValueEditor()
/haiku/headers/private/debugger/value/values/
H A DBoolValue.h12 class BoolValue : public Value {
14 BoolValue(bool value);
15 virtual ~BoolValue();
/haiku/src/kits/debugger/value/value_formatters/
H A DBoolValueFormatter.cpp26 BoolValue* value = dynamic_cast<BoolValue*>(_value); in FormatValue()
/haiku/headers/private/debugger/settings/generic/
H A DSettings.h46 bool BoolValue(BoolSetting* setting) const in BoolValue() function
/haiku/src/kits/debugger/value/value_nodes/
H A DPrimitiveValueNode.cpp76 value = new(std::nothrow) BoolValue(valueData.ToBool()); in ResolvedLocationAndValue()
/haiku/src/kits/debugger/
H A DJamfile328 BoolValue.cpp