Searched refs:msg (Results 126 - 150 of 601) sorted by relevance

1234567891011>>

/haiku/src/apps/mail/
H A DQueryMenu.cpp61 virtual void MessageReceived(BMessage *msg);
74 void QHandler::MessageReceived(BMessage *msg) argument
76 switch (msg->what)
79 fQueryMenu->DoQueryMessage(msg);
83 BHandler::MessageReceived(msg);
137 void QueryMenu::DoQueryMessage(BMessage *msg) argument
143 if (msg->FindInt32("opcode", &opcode) == B_OK
144 && msg->FindInt64("directory", &directory) == B_OK
145 && msg->FindInt32("device", &device) == B_OK
146 && msg
308 BMessage *msg; local
[all...]
/haiku/src/apps/mediaconverter/
H A DMediaEncoderWindow.h20 virtual void MessageReceived(BMessage *msg);
/haiku/src/apps/resedit/
H A DResListView.h18 void MessageDropped(BMessage *msg, BPoint pt);
/haiku/src/bin/
H A Durlwrapper.h18 virtual void RefsReceived(BMessage* msg);
/haiku/src/kits/locale/
H A DCatalogData.cpp51 BCatalogData::GetData(const char* name, BMessage* msg) argument
58 BCatalogData::GetData(uint32 id, BMessage* msg) argument
87 BCatalogData::SetData(const char* name, BMessage* msg) argument
94 BCatalogData::SetData(uint32 id, BMessage* msg) argument
/haiku/src/libs/print/libprint/
H A DDialogWindow.cpp35 void DialogWindow::MessageReceived(BMessage *msg) argument
37 if (msg->what == kGetThreadId) {
40 msg->SendReply(&reply);
43 BWindow::MessageReceived(msg);
/haiku/src/tests/kits/app/bmessage/
H A DMessageConstructTest.h37 void ConfirmNullConstruction(BMessage& msg);
H A DMessageDestructTest.cpp33 void MessageReceived(BMessage* msg) argument
35 switch (msg->what)
40 msg->SendReply('3456');
43 BLooper::MessageReceived(msg);
/haiku/src/tests/kits/interface/bprintjob/
H A DPrintTestApp.hpp18 void MessageReceived(BMessage* msg);
/haiku/src/apps/midiplayer/
H A DMidiPlayerApp.cpp112 BMessage msg; local
113 msg.what = B_SIMPLE_DATA;
118 msg.AddRef("refs", &ref);
120 window->PostMessage(&msg);
H A DMidiPlayerApp.h41 virtual void RefsReceived(BMessage* msg);
/haiku/src/add-ons/mail_daemon/inbound_filters/notifier/
H A DNotifierConfigView.h33 virtual void MessageReceived(BMessage *msg);
/haiku/src/tools/locale/
H A DCatalog.cpp72 BCatalog::GetData(const char *name, BMessage *msg) argument
79 res = cat->GetData(name, msg);
90 BCatalog::GetData(uint32 id, BMessage *msg) argument
97 res = cat->GetData(id, msg);
H A DCatalogData.cpp58 BCatalogData::GetData(const char *name, BMessage *msg) argument
65 BCatalogData::GetData(uint32 id, BMessage *msg) argument
94 BCatalogData::SetData(const char *name, BMessage *msg) argument
101 BCatalogData::SetData(uint32 id, BMessage *msg) argument
/haiku/src/preferences/printers/
H A DPrinters.h26 void MessageReceived(BMessage* msg);
/haiku/src/tests/kits/interface/bshelf/ShelfInspector/
H A DInfoApplication.h22 virtual void MessageReceived(BMessage *msg);
/haiku/src/apps/expander/
H A DExpanderApp.h43 virtual void RefsReceived(BMessage* msg);
/haiku/src/kits/network/libnetapi/
H A DNetDebug.cpp86 * msg : The message to print.
91 * * The output is always "debug: msg\n" Yes, kids, you read it right;
93 * * If msg is empty, you get "debug: \n"
96 void BNetDebug::Print( const char* msg )
101 if (msg == NULL)
102 msg = "(null)";
104 fprintf( stderr, "debug: %s\n", msg );
121 * * The output is always "debug: msg\n" Yes, kids, you read it right;
123 * * If msg is empty, you get "debug: \n"
/haiku/src/libs/compat/freebsd_network/
H A Ddevice.h63 char msg[128]; local
64 snprintf(msg, sizeof(msg), "fbsd compat, unimplemented: %s", method);
65 panic(msg);
/haiku/src/apps/patchbay/
H A DEndpointInfo.cpp33 static BBitmap* CreateIcon(const BMessage* msg, icon_size which);
53 BMessage msg; local
54 if (endpoint->GetProperties(&msg) == B_OK) {
55 fIcon = CreateIcon(&msg, DISPLAY_ICON_SIZE);
98 CreateIcon(const BMessage* msg, icon_size which) argument
106 if (msg->FindData(VECTOR_ICON_NAME, VECTOR_ICON_TYPE, &data,
136 if (msg->FindData(iconName, iconType, &data, &size) == B_OK) {
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorPickerPanel.cpp111 BMessage msg('PSTE');
114 msg = *fMessage;
116 store_color_in_message(&msg, fColorPickerView->Color());
117 msg.AddRect("panel frame", Frame());
118 msg.AddInt32("panel mode", fColorPickerView->Mode());
119 msg.AddBool("begin", true);
120 looper->PostMessage(&msg, fTarget);
/haiku/src/preferences/mail/
H A DFilterConfigView.cpp103 virtual void MouseMoved(BPoint point, uint32 transit, const BMessage *msg) argument
105 BListView::MouseMoved(point, transit, msg);
142 virtual void MessageReceived(BMessage *msg) argument
144 switch (msg->what) {
147 int32 source = msg->FindInt32("index");
148 BPoint point = msg->FindPoint("_drop_point_");
160 BMessage msg(fItemMovedMessage->what);
161 msg.AddInt32("from",source);
162 msg.AddInt32("to",to);
163 Messenger().SendMessage(&msg);
228 BMessage* msg = new BMessage(kMsgChainSelected); local
354 BMessage* msg = new BMessage(kMsgAddFilter); local
382 MessageReceived(BMessage *msg) argument
[all...]
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dsystm.h44 #define KASSERT_FREEBSD(cond,msg) do { \
46 panic msg; \
48 #define KASSERT(cond,msg) KASSERT_FREEBSD(cond,msg)
50 #define KASSERT_FREEBSD(exp,msg) do {} while (0)
51 #define KASSERT(cond,msg) KASSERT_FREEBSD(cond,msg)
/haiku/src/add-ons/print/drivers/preview/
H A DPrinterDriver.cpp55 BMessage msg; local
56 msg.Unflatten(fJobFile);
65 msg.PrintToStream();
180 BMessage* msg = new BMessage(); local
184 msg->AddRect("paper_rect", paperRect);
185 msg->AddRect("printable_rect", printableRect);
186 msg->AddInt32("orientation", 0);
187 msg->AddInt32("xres", 300);
188 msg->AddInt32("yres", 300);
189 return msg;
[all...]
/haiku/src/add-ons/print/transports/ipp/
H A DIpp.cpp36 status_t ListPorts(BMessage *msg);
131 IPPPrinterRoster::ListPorts(BMessage* msg) argument
136 msg->AddString("port_id", entry.value->fURI);
145 msg->AddString("port_name", name);
199 list_transport_ports(BMessage* msg) argument
201 return gRoster.ListPorts(msg);
206 init_transport(BMessage *msg) argument
210 transport = new IppTransport(msg);
216 if (msg)
217 msg
[all...]

Completed in 111 milliseconds

1234567891011>>