Symbol: BoolProperty
src/apps/icon-o-matic/generic/property/Property.cpp
477
BoolProperty::BoolProperty(uint32 identifier, bool value)
src/apps/icon-o-matic/generic/property/Property.cpp
484
BoolProperty::BoolProperty(const BoolProperty& other)
src/apps/icon-o-matic/generic/property/Property.cpp
491
BoolProperty::BoolProperty(BMessage* archive)
src/apps/icon-o-matic/generic/property/Property.cpp
503
BoolProperty::~BoolProperty()
src/apps/icon-o-matic/generic/property/Property.cpp
509
BoolProperty::Archive(BMessage* into, bool deep) const
src/apps/icon-o-matic/generic/property/Property.cpp
525
BoolProperty::Instantiate(BMessage* archive)
src/apps/icon-o-matic/generic/property/Property.cpp
528
return new BoolProperty(archive);
src/apps/icon-o-matic/generic/property/Property.cpp
535
BoolProperty::Clone() const
src/apps/icon-o-matic/generic/property/Property.cpp
537
return new BoolProperty(*this);
src/apps/icon-o-matic/generic/property/Property.cpp
542
BoolProperty::SetValue(const char* value)
src/apps/icon-o-matic/generic/property/Property.cpp
557
BoolProperty::SetValue(const Property* other)
src/apps/icon-o-matic/generic/property/Property.cpp
559
const BoolProperty* b = dynamic_cast<const BoolProperty*>(other);
src/apps/icon-o-matic/generic/property/Property.cpp
568
BoolProperty::GetValue(BString& string)
src/apps/icon-o-matic/generic/property/Property.cpp
578
BoolProperty::InterpolateTo(const Property* other, float scale)
src/apps/icon-o-matic/generic/property/Property.cpp
580
const BoolProperty* b = dynamic_cast<const BoolProperty*>(other);
src/apps/icon-o-matic/generic/property/Property.cpp
590
BoolProperty::SetValue(bool value)
src/apps/icon-o-matic/generic/property/Property.h
179
class BoolProperty : public Property {
src/apps/icon-o-matic/generic/property/Property.h
181
BoolProperty(uint32 identifier,
src/apps/icon-o-matic/generic/property/Property.h
183
BoolProperty(const BoolProperty& other);
src/apps/icon-o-matic/generic/property/Property.h
184
BoolProperty(BMessage* archive);
src/apps/icon-o-matic/generic/property/Property.h
185
virtual ~BoolProperty();
src/apps/icon-o-matic/generic/property/PropertyObject.cpp
355
BoolProperty* p = dynamic_cast<BoolProperty*>(FindProperty(propertyID));
src/apps/icon-o-matic/generic/property/PropertyObject.cpp
367
if (BoolProperty* p = dynamic_cast<BoolProperty*>(FindProperty(propertyID)))
src/apps/icon-o-matic/generic/property/view/PropertyEditorFactory.cpp
38
if (BoolProperty* b = dynamic_cast<BoolProperty*>(p))
src/apps/icon-o-matic/generic/property/view/specific_properties/BoolValueView.cpp
151
BoolProperty* p = dynamic_cast<BoolProperty*>(property);
src/apps/icon-o-matic/generic/property/view/specific_properties/BoolValueView.cpp
16
BoolValueView::BoolValueView(BoolProperty* property)
src/apps/icon-o-matic/generic/property/view/specific_properties/BoolValueView.h
17
BoolValueView(BoolProperty* property);
src/apps/icon-o-matic/generic/property/view/specific_properties/BoolValueView.h
38
BoolProperty* fProperty;
src/libs/icon/shape/VectorPath.cpp
203
object->AddProperty(new BoolProperty(PROPERTY_CLOSED, fClosed));
src/libs/icon/transformer/ContourTransformer.cpp
164
object->AddProperty(new BoolProperty(PROPERTY_DETECT_ORIENTATION,