Searched refs:BoolValue (Results 1 – 8 of 8) sorted by relevance
10 BoolValue::BoolValue(bool value) in BoolValue() function in BoolValue17 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 ==()
27 BoolValue* initialValue = dynamic_cast<BoolValue*>(InitialValue()); in ConfigureOptions()49 BoolValue* value = new(std::nothrow) BoolValue((bool)selectedValue); in GetSelectedValue()
38 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()
12 class BoolValue : public Value {14 BoolValue(bool value);15 virtual ~BoolValue();
26 BoolValue* value = dynamic_cast<BoolValue*>(_value); in FormatValue()
46 bool BoolValue(BoolSetting* setting) const in BoolValue() function
76 value = new(std::nothrow) BoolValue(valueData.ToBool()); in ResolvedLocationAndValue()
328 BoolValue.cpp