Searched refs:BoolProperty (Results 1 - 8 of 8) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DBoolValueView.h17 BoolValueView(BoolProperty* property);
38 BoolProperty* fProperty;
H A DBoolValueView.cpp16 BoolValueView::BoolValueView(BoolProperty* property)
151 BoolProperty* p = dynamic_cast<BoolProperty*>(property);
/haiku/src/apps/icon-o-matic/generic/property/
H A DProperty.cpp477 BoolProperty::BoolProperty(uint32 identifier, bool value) function in class:BoolProperty
484 BoolProperty::BoolProperty(const BoolProperty& other) function in class:BoolProperty
491 BoolProperty::BoolProperty(BMessage* archive) function in class:BoolProperty
503 BoolProperty::~BoolProperty()
509 BoolProperty
[all...]
H A DProperty.h178 // BoolProperty
179 class BoolProperty : public Property { class in inherits:Property
181 BoolProperty(uint32 identifier,
183 BoolProperty(const BoolProperty& other);
184 BoolProperty(BMessage* archive);
185 virtual ~BoolProperty();
203 // BoolProperty
H A DPropertyObject.cpp355 BoolProperty* p = dynamic_cast<BoolProperty*>(FindProperty(propertyID));
367 if (BoolProperty* p = dynamic_cast<BoolProperty*>(FindProperty(propertyID)))
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyEditorFactory.cpp38 if (BoolProperty* b = dynamic_cast<BoolProperty*>(p))
/haiku/src/libs/icon/transformer/
H A DContourTransformer.cpp164 object->AddProperty(new BoolProperty(PROPERTY_DETECT_ORIENTATION,
/haiku/src/libs/icon/shape/
H A DVectorPath.cpp203 object->AddProperty(new BoolProperty(PROPERTY_CLOSED, fClosed));

Completed in 97 milliseconds