|
0.45.0
|
#include <iEventScene.h>
Inherits igor::iEvent.
Public Member Functions | |
| iEventSceneSelectionChanged (iScenePtr scene) | |
| virtual const iaString | getInfo () const override |
| iScenePtr | getScene () const |
Public Member Functions inherited from igor::iEvent | |
| iEvent (iWindowPtr window=nullptr) | |
| virtual | ~iEvent ()=default |
| bool | isOfKind (const iEventKind kind) |
| virtual iEventType | getEventType () const =0 |
| virtual iEventKindMask | getEventKindMask () const =0 |
| virtual const iaString | getName () const =0 |
| virtual const iaString | getInfo () const |
| iWindowPtr | getWindow () const |
| bool | isConsumed () const |
| void | consume () |
| template<typename T , typename F > | |
| bool | dispatch (const F &func) |
scene selection change event
| igor::iEventSceneSelectionChanged::iEventSceneSelectionChanged | ( | iScenePtr | scene | ) |
init members
| scene | the scene the node was added to |
| nodeID | id of the node that was added to the scene |
|
overridevirtual |
Reimplemented from igor::iEvent.
| iScenePtr igor::iEventSceneSelectionChanged::getScene | ( | ) | const |