![]() |
SCENE C++ API
2.0.32
|
The LSViewEvent class represents events associated to a specific viewer. More...
#include <lsviewevent.h>
Public Member Functions | |
LSViewEvent (ref_ptr< LSView > view) | |
Constructor. More... | |
ref_ptr< LSView > | getView () const |
Gets the view instance for which the event is triggered. More... | |
![]() | |
LSEvent () | |
Constructor. More... | |
virtual | ~LSEvent () |
Destructor. More... | |
bool | isConsumed () const |
Query whether this event has been consumed. More... | |
void | consume () |
Consumes this event if the event can be consumed. More... | |
Additional Inherited Members | |
![]() | |
void | ref () const |
Increments the internal reference counter. More... | |
void | unref () const |
Decrements the internal reference counter. More... | |
The LSViewEvent class represents events associated to a specific viewer.
LSViewEvent | ( | ref_ptr< LSView > | view | ) |
Constructor.
view | The view for which the event was triggered. |