![]() |
SCENE C++ API
2.0.32
|
The LSWorkspaceEvent class represents events associated to a specific workspace. More...
#include <lsworkspaceevent.h>
Public Member Functions | |
LSWorkspaceEvent (ref_ptr< LSWorkspace > workspace) | |
Constructor. More... | |
ref_ptr< LSWorkspace > | getWorkspace () const |
Gets the workspace 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 LSWorkspaceEvent class represents events associated to a specific workspace.
LSWorkspaceEvent | ( | ref_ptr< LSWorkspace > | workspace | ) |
Constructor.
workspace | The workspace for which the event was triggered. |
ref_ptr<LSWorkspace> getWorkspace | ( | ) | const |
Gets the workspace instance for which the event is triggered.