| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/sg/event.h>

Public Member Functions | |
| void | consume () |
| bool | isConsumed () const |
| VRS_TYPEINFO (Event, SharedObj) | |
Protected Member Functions | |
| Event () | |
Protected Attributes | |
| bool | consumed_ |
| VRS::Event::Event | ( | ) | [protected] |
| void VRS::Event::consume | ( | ) | [inline] |
| bool VRS::Event::isConsumed | ( | ) | const [inline] |
Nodes can indicate that the event has been evaluated and need not further propagated by 'consume'.
bool VRS::Event::consumed_ [protected] |