Provides the BHandler class.
More...
|
namespace | BPrivate |
| Internal or experimental API.
|
|
Provides the BHandler class.
◆ B_OBSERVE_ORIGINAL_WHAT
#define B_OBSERVE_ORIGINAL_WHAT "be:observe_orig_what" |
Constant for a message data field in observer messages.
If you have called one of the flavors of BHandler::StartWachting(), and you receive a notification, sometimes there can be send a BMessage to go with that notification. The message you receive is a copy of that message, but with the what constant set to B_OBSERVER_NOTICE_CHANGE
. The original what
constant of the transmitted data message is stored behind the label defined by this constant.
- Since
- BeOS R5
◆ B_OBSERVE_WHAT_CHANGE
#define B_OBSERVE_WHAT_CHANGE "be:observe_change_what" |
◆ B_OBSERVER_OBSERVE_ALL
B_OBSERVER_OBSERVE_ALL = 0xffffffff |