Searched refs:property (Results 1 - 25 of 145) sorted by last modified time

123456

/haiku/src/kits/tracker/
H A DContainerWindow.cpp3608 BMessage* specifier, int32 form, const char* property)
3610 if (strcmp(property, "Poses") == 0) {
3611 // PRINT(("BContainerWindow::ResolveSpecifier %s\n", property));
3617 form, property);
3607 ResolveSpecifier(BMessage* message, int32 index, BMessage* specifier, int32 form, const char* property) argument
H A DPoseView.h389 BMessage* specifier, int32 form, const char* property);
448 const char* property, BMessage* reply);
H A DPoseViewScripting.cpp217 const char* property = 0; local
224 &form, &property);
229 ASSERT(property != NULL);
233 handled = CreateProperty(message, &specifier, form, property,
238 handled = GetProperty(&specifier, form, property, &reply);
242 handled = SetProperty(message, &specifier, form, property,
247 handled = CountProperty(&specifier, form, property, &reply);
251 handled = DeleteProperty(&specifier, form, property, &reply);
255 handled = ExecuteProperty(&specifier, form, property, &reply);
270 const char* property, BMessag
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/apps/haikudepot/ui/
H A DUserLoginWindow.cpp1226 const BString& property, const BString& message)
1228 if (property == "email" && message == "malformed")
1231 if (property == "nickname" && message == "notunique") {
1236 if (property == "nickname" && message == "required")
1239 if (property == "nickname" && message == "malformed") {
1245 if (property == "passwordClear" && message == "required")
1248 if (property == "passwordClear" && message == "invalid") {
1254 if (property == "passwordClearRepeated" && message == "required") {
1259 if (property == "passwordClearRepeated" && message == "repeat")
1262 if (property
1225 _CreateAlertTextFromValidationFailure( const BString& property, const BString& message) argument
[all...]
H A DUserLoginWindow.h79 const BString& property,
/haiku/src/kits/interface/
H A DStatusBar.cpp622 BMessage* specifier, int32 what, const char *property)
624 return BView::ResolveSpecifier(message, index, specifier, what, property);
621 ResolveSpecifier(BMessage* message, int32 index, BMessage* specifier, int32 what, const char *property) argument
H A DMenu.cpp1198 int32 form, const char* property)
1203 if (propInfo.FindMatch(msg, index, specifier, form, property) >= B_OK) {
1209 property);
1692 const char* property; local
1694 if (message->GetCurrentSpecifier(&index, &specifier, &what, &property)
1701 property)) {
1886 const char* property; local
1888 if (message->GetCurrentSpecifier(&index, &specifier, &what, &property)
1895 property)) {
1197 ResolveSpecifier(BMessage* msg, int32 index, BMessage* specifier, int32 form, const char* property) argument
H A DOutlineListView.cpp516 BMessage* specifier, int32 what, const char* property)
519 property);
515 ResolveSpecifier(BMessage* message, int32 index, BMessage* specifier, int32 what, const char* property) argument
H A DScrollView.cpp641 BMessage* specifier, int32 what, const char* property)
643 return BView::ResolveSpecifier(message, index, specifier, what, property);
640 ResolveSpecifier(BMessage* message, int32 index, BMessage* specifier, int32 what, const char* property) argument
H A DListView.cpp306 const char* property; local
308 if (message->GetCurrentSpecifier(&index, &specifier, &what, &property)
315 property)) {
1466 BMessage* specifier, int32 what, const char* property)
1470 if (propInfo.FindMatch(message, 0, specifier, what, property) < 0) {
1472 property);
1465 ResolveSpecifier(BMessage* message, int32 index, BMessage* specifier, int32 what, const char* property) argument
H A DTextView.cpp942 const char* property; local
945 || specifier.FindString("property", &property) < B_OK) {
951 property) < B_OK) {
960 handled = _GetProperty(message, &specifier, property,
965 handled = _SetProperty(message, &specifier, property,
971 property, &reply);
1047 int32 what, const char* property)
1052 if (propInfo.FindMatch(message, index, specifier, what, property) < B_OK) {
1054 property);
1046 ResolveSpecifier(BMessage* message, int32 index, BMessage* specifier, int32 what, const char* property) argument
5581 _GetProperty(BMessage* message, BMessage* specifier, const char* property, BMessage* reply) argument
5621 _SetProperty(BMessage* message, BMessage* specifier, const char* property, BMessage* reply) argument
5663 _CountProperties(BMessage* message, BMessage* specifier, const char* property, BMessage* reply) argument
[all...]
H A DColorControl.cpp1006 BMessage* specifier, int32 form, const char* property)
1009 property);
1005 ResolveSpecifier(BMessage* message, int32 index, BMessage* specifier, int32 form, const char* property) argument
H A DAbstractSpinner.cpp977 int32 form, const char* property)
980 property);
976 ResolveSpecifier(BMessage* message, int32 index, BMessage* specifier, int32 form, const char* property) argument
/haiku/src/servers/notification/
H A DNotificationView.cpp150 const char* property; local
156 if (specifier.FindString("property", &property) != B_OK)
160 if (strcmp(property, "type") == 0)
163 if (strcmp(property, "group") == 0)
166 if (strcmp(property, "title") == 0)
169 if (strcmp(property, "content") == 0)
172 if (strcmp(property, "progress") == 0)
175 if ((strcmp(property, "icon") == 0) && fBitmap) {
193 const char* property; local
[all...]
/haiku/headers/os/interface/
H A DOutlineListView.h74 int32 what, const char* property);
H A DListView.h145 int32 what, 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/apps/mediaplayer/
H A DMainWin.h67 const char* property);
H A DMainWin.cpp547 const char* property; local
549 if (msg->GetCurrentSpecifier(&index, &specifier, &what, &property) != B_OK)
553 int32 match = propertyInfo.FindMatch(msg, index, &specifier, what, property);
731 if (msg->GetCurrentSpecifier(&index, &specifier, &what, &property) != B_OK)
744 switch (itemPropertyInfo.FindMatch(msg, index, &specifier, what, property)) {
1545 int32 what, const char* property)
1548 if (propertyInfo.FindMatch(message, index, specifier, what, property)
1552 return BWindow::ResolveSpecifier(message, index, specifier, what, property);
1544 ResolveSpecifier(BMessage* message, int32 index, BMessage* specifier, int32 what, const char* property) argument
/haiku/src/libs/icon/transformer/
H A DStrokeTransformer.cpp181 OptionProperty* property = new OptionProperty(PROPERTY_CAP_MODE); local
182 property->AddOption(agg::butt_cap, "Butt");
183 property->AddOption(agg::square_cap, "Square");
184 property->AddOption(agg::round_cap, "Round");
185 property->SetCurrentOptionID(line_cap());
187 object->AddProperty(property);
190 property = new OptionProperty(PROPERTY_JOIN_MODE);
191 property->AddOption(agg::miter_join, "Miter");
192 property->AddOption(agg::round_join, "Round");
193 property
226 OptionProperty* property = dynamic_cast<OptionProperty*>( local
[all...]
H A DContourTransformer.cpp168 OptionProperty* property = new OptionProperty(PROPERTY_JOIN_MODE); local
169 property->AddOption(agg::miter_join, "Miter");
170 property->AddOption(agg::round_join, "Round");
171 property->AddOption(agg::bevel_join, "Bevel");
172 property->SetCurrentOptionID(line_join());
174 object->AddProperty(property);
206 OptionProperty* property = dynamic_cast<OptionProperty*>( local
208 if (property && line_join() != property->CurrentOptionID()) {
209 line_join((agg::line_join_e)property
[all...]
/haiku/src/system/kernel/platform/openfirmware/
H A Dopenfirmware.cpp296 of_getprop(intptr_t package, const char *property, void *buffer, intptr_t bufferSize) argument
303 const char *property; member in struct:__anon14
307 } args = {"getprop", 4, 1, package, property, buffer, bufferSize, 0};
317 of_setprop(intptr_t package, const char *property, const void *buffer, argument
325 const char *property; member in struct:__anon15
329 } args = {"setprop", 4, 1, package, property, buffer, bufferSize, 0};
339 of_getproplen(intptr_t package, const char *property) argument
346 const char *property; member in struct:__anon16
348 } args = {"getproplen", 2, 1, package, property, 0};
/haiku/headers/private/kernel/platform/openfirmware/
H A Dopenfirmware.h53 extern intptr_t of_getprop(intptr_t package, const char *property, void *buffer,
55 extern intptr_t of_setprop(intptr_t package, const char *property, const void *buffer,
59 extern intptr_t of_getproplen(intptr_t package, const char *property);
/haiku/src/apps/magnify/
H A DMagnify.cpp365 int32 what, const char* property)
368 if (propertyInfo.FindMatch(msg, index, specifier, what, property) >= 0)
371 return BWindow::ResolveSpecifier(msg, index, specifier, what, property);
388 const char* property; local
389 if (m->GetCurrentSpecifier(&index, &specifier, &what, &property)
398 property)) {
364 ResolveSpecifier(BMessage* msg, int32 index, BMessage* specifier, int32 what, const char* property) argument
/haiku/src/apps/terminal/
H A DTermView.cpp1721 specifier.FindString("property", i)) == 0) {
1737 specifier.FindString("property", i)) == 0) {
1742 specifier.FindString("property", i)) == 0) {
2084 int32 what, const char* property)
2088 if (propInfo.FindMatch(message, index, specifier, what, property) < B_OK) {
2090 property);
2083 ResolveSpecifier(BMessage* message, int32 index, BMessage* specifier, int32 what, const char* property) argument

Completed in 205 milliseconds

123456