#include <BResponder.h>
Inheritance diagram for BResponder:

A responder can select whether it accepts input or not; by default, it does accept input.
Public Member Functions | |
| BResponder () | |
| virtual | ~BResponder () |
| virtual void | handleEvent (const BEvent &event) |
| Handle the given event. Override if necessary. | |
| virtual void | setAcceptsInput (bool yn) |
| virtual bool | acceptsInput () |
Protected Attributes | |
| bool | _accepts |
|
|
|
|
|
|
|
|
|
|
|
Handle the given event. Override if necessary.
Reimplemented in BButton, BLabel, BListbox, BMenu, BScreen, BScroller, and BWidget. |
|
|
|
|
|
|
1.3-rc3