Searched refs:property (Results 76 - 100 of 145) sorted by relevance

123456

/haiku/src/kits/app/
H A DLooper.cpp298 const char* property; local
300 if (message->GetCurrentSpecifier(&index, &specifier, &what, &property)
307 property)) {
702 int32 what, const char* property)
720 if (propertyInfo.FindMatch(message, index, specifier, what, property, &data)
750 property);
1448 const char* property; local
1455 &property);
1465 property);
701 ResolveSpecifier(BMessage* message, int32 index, BMessage* specifier, int32 what, const char* property) argument
/haiku/headers/os/interface/
H A DPictureButton.h76 int32 what, const char* property);
H A DAlert.h83 const char* property);
H A DChannelSlider.h62 int32 form, const char* property);
H A DTextControl.h75 int32 what, const char* property);
H A DColorControl.h72 int32 what, const char* property);
H A DShelf.h52 int32 form, const char* property);
H A DScrollView.h80 int32 what, const char* property);
H A DMenuField.h79 int32 form, const char* property);
H A DTextView.h89 int32 form, const char* property);
396 const char* property, BMessage* reply);
399 const char* property, BMessage* reply);
401 BMessage* specifier, const char* property,
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A Dsettings.c79 uint32 property; member in struct:_settings_key
177 ret |= settings_keys[skkIdx].property;
/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
H A DLocalDevice.cpp120 LocalDevice::GetProperty(const char* property) argument
128 LocalDevice::GetProperty(const char* property, uint32* value) argument
137 request.AddString("property", property);
/haiku/headers/build/os/app/
H A DMessage.h91 status_t AddSpecifier(const char *property);
92 status_t AddSpecifier(const char *property, int32 index);
93 status_t AddSpecifier(const char *property, int32 index, int32 range);
94 status_t AddSpecifier(const char *property, const char *name);
100 const char **property = NULL) const;
/haiku/headers/private/interface/
H A DAbstractSpinner.h56 const char* property);
/haiku/headers/os/game/
H A DDirectWindow.h102 int32 what, const char* property);
/haiku/src/apps/mediaplayer/
H A DMainWin.h67 const char* property);
/haiku/src/apps/haikudepot/ui/
H A DUserLoginWindow.h79 const BString& property,
/haiku/src/build/libbe/app/
H A DMessage.cpp63 const char *B_PROPERTY_ENTRY = "property";
993 BMessage::AddSpecifier(const char *property) argument
997 status_t result = message.AddString(B_PROPERTY_ENTRY, property);
1006 BMessage::AddSpecifier(const char *property, int32 index) argument
1010 status_t result = message.AddString(B_PROPERTY_ENTRY, property);
1023 BMessage::AddSpecifier(const char *property, int32 index, int32 range) argument
1030 status_t result = message.AddString(B_PROPERTY_ENTRY, property);
1047 BMessage::AddSpecifier(const char *property, const char *name) argument
1051 status_t result = message.AddString(B_PROPERTY_ENTRY, property);
1100 const char **property) cons
[all...]
/haiku/src/kits/interface/
H A DPopUpMenu.cpp165 BMessage* specifier, int32 form, const char* property)
167 return BMenu::ResolveSpecifier(message, index, specifier, form, property);
164 ResolveSpecifier(BMessage* message, int32 index, BMessage* specifier, int32 form, const char* property) argument
H A DPictureButton.cpp400 BMessage* specifier, int32 what, const char* property)
403 what, property);
399 ResolveSpecifier(BMessage* message, int32 index, BMessage* specifier, int32 what, const char* property) argument
H A DChannelSlider.cpp203 const char* property = NULL; local
206 &what, &property);
210 property) >= 0) {
472 BMessage* specifier, int32 form, const char* property)
477 property) != B_OK) {
479 form, property);
471 ResolveSpecifier(BMessage* message, int32 index, BMessage* specifier, int32 form, const char* property) argument
H A DTextControl.cpp490 const char* property; local
491 if (message->GetCurrentSpecifier(&index, &specifier, &form, &property) == B_OK) {
492 if (strcmp(property, "Value") == 0) {
778 BMessage* specifier, int32 what, const char* property)
782 if (propInfo.FindMatch(message, 0, specifier, what, property) >= B_OK)
786 property);
777 ResolveSpecifier(BMessage* message, int32 index, BMessage* specifier, int32 what, const char* property) argument
/haiku/docs/interface_guidelines/docbook-css/
H A Dcore.css25 postcode, productname, productnumber, prompt, property, pubdate, pubsnumber,
/haiku/headers/os/app/
H A DMessage.h122 status_t AddSpecifier(const char* property);
123 status_t AddSpecifier(const char* property, int32 index);
124 status_t AddSpecifier(const char* property, int32 index,
126 status_t AddSpecifier(const char* property,
134 const char** property = NULL) const;

Completed in 184 milliseconds

123456