Searched defs:property (Results 1 - 25 of 78) sorted by relevance

1234

/haiku/src/add-ons/bluetooth/ResetLocalDevice/
H A DResetLocalDevice.cpp93 ResetLocalDeviceAddOn::OverridenProperties(LocalDevice* lDevice, const char* property) argument
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DFloatValueView.cpp16 FloatValueView::FloatValueView(FloatProperty* property) argument
57 FloatValueView::AdoptProperty(Property* property) argument
H A DInt64ValueView.cpp16 Int64ValueView::Int64ValueView(Int64Property* property) argument
59 Int64ValueView::AdoptProperty(Property* property) argument
H A DIntValueView.cpp16 IntValueView::IntValueView(IntProperty* property) argument
57 IntValueView::AdoptProperty(Property* property) argument
H A DStringValueView.cpp17 StringValueView::StringValueView(StringProperty* property) argument
56 StringValueView::AdoptProperty(Property* property) argument
H A DColorValueView.cpp27 ColorValueView::ColorValueView(ColorProperty* property) argument
121 ColorValueView::AdoptProperty(Property* property) argument
H A DIconValueView.cpp20 IconValueView::IconValueView(IconProperty* property) argument
78 IconValueView::AdoptProperty(Property* property) argument
H A DBoolValueView.cpp16 BoolValueView::BoolValueView(BoolProperty* property) argument
149 BoolValueView::AdoptProperty(Property* property) argument
H A DOptionValueView.cpp24 OptionValueView::OptionValueView(OptionProperty* property) argument
214 OptionValueView::AdoptProperty(Property* property) argument
/haiku/src/apps/icon-o-matic/document/
H A DSetPropertiesCommand.cpp90 BString property = name_for_id( local
/haiku/src/servers/bluetooth/
H A DLocalDeviceHandler.cpp54 LocalDeviceHandler::IsPropertyAvailable(const char* property) argument
/haiku/src/kits/tracker/
H A DTrackerScripting.cpp146 const char* property = NULL; local
114 ResolveSpecifier(BMessage* message, int32 index, BMessage* specifier, int32 form, const char* property) argument
198 CreateProperty(BMessage* message, BMessage*, int32 form, const char* property, BMessage* reply) argument
232 DeleteProperty(BMessage*, int32 form, const char* property, BMessage*) argument
255 ExecuteProperty(BMessage* message, int32 form, const char* property, BMessage* reply) argument
303 GetProperty(BMessage* message, int32 form, const char* property, BMessage* reply) argument
[all...]
H A DPoseViewScripting.cpp217 const char* property = 0; local
269 ExecuteProperty(BMessage* specifier, int32 form, const char* property, BMessage* reply) argument
319 CreateProperty(BMessage* specifier, BMessage*, int32 form, const char* property, BMessage* reply) argument
375 DeleteProperty(BMessage* specifier, int32 form, const char* property, BMessage* reply) argument
473 CountProperty(BMessage*, int32, const char* property, BMessage* reply) argument
493 GetProperty(BMessage* specifier, int32 form, const char* property, BMessage* reply) argument
625 SetProperty(BMessage* message, BMessage*, int32 form, const char* property, BMessage* reply) argument
693 ResolveSpecifier(BMessage* message, int32 index, BMessage* specifier, int32 form, const char* property) argument
[all...]
/haiku/src/tests/apps/haikudepot/
H A DValidationFailureTest.cpp122 FindMessageWithProperty( const char* property, BMessage& validationFailuresMessage, BMessage& validationFailureMessage) argument
/haiku/src/system/libroot/posix/locale/
H A Dwctype.cpp204 wctype(const char *property) argument
[all...]
H A Dwctype_l.cpp205 wctype_l(const char *property, locale_t locale) argument
[all...]
/haiku/src/libs/icon/transformer/
H A DContourTransformer.cpp168 OptionProperty* property = new OptionProperty(PROPERTY_JOIN_MODE); local
206 OptionProperty* property = dynamic_cast<OptionProperty*>( local
[all...]
H A DStrokeTransformer.cpp181 OptionProperty* property = new OptionProperty(PROPERTY_CAP_MODE); local
226 OptionProperty* property = dynamic_cast<OptionProperty*>( local
[all...]
/haiku/src/apps/icon-o-matic/generic/property/
H A DPropertyObject.cpp105 PropertyObject::AddProperty(Property* property) argument
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyItemView.cpp26 PropertyItemView::PropertyItemView(Property* property) argument
52 const Property* property = GetProperty(); local
227 PropertyItemView::AdoptProperty(Property* property) argument
[all...]
/haiku/src/apps/haikudepot/model/
H A DValidationFailure.cpp40 ValidationFailure::ValidationFailure(const BString& property) argument
125 ValidationFailures::AddFailure(const BString& property, const BString& message) argument
154 ValidationFailures::Contains(const BString& property, argument
203 _GetOrCreateFailure(const BString& property) argument
[all...]
/haiku/src/kits/bluetooth/
H A DRemoteDevice.cpp330 RemoteDevice::GetProperty(const char* property) /* Throwing */ argument
337 RemoteDevice::GetProperty(const char* property, uint32* value) /* Throwing */ argument
/haiku/src/apps/icon-o-matic/gui/
H A DIconObjectListView.cpp193 Property* property = item->GetProperty(); local
/haiku/src/kits/print/
H A DPrintPanel.cpp167 ResolveSpecifier(BMessage* message, int32 index, BMessage* specifier, int32 form, const char* property) argument
/haiku/src/kits/app/
H A DPropertyInfo.cpp47 FindMatch(BMessage* message, int32 index, BMessage* specifier, int32 form, const char* property, void* data) const argument

Completed in 113 milliseconds

1234