![]() |
OpenWalnut
1.5.0dev
|
Event signalling a new ROI has been associated with the ROI manager in the kernel. More...
#include <WRoiAssocEvent.h>
Inheritance diagram for WRoiAssocEvent:
Collaboration diagram for WRoiAssocEvent:Public Member Functions | |
| WRoiAssocEvent (osg::ref_ptr< WROI > roi) | |
| Constructor. More... | |
| virtual | ~WRoiAssocEvent () |
| Destructor. More... | |
| osg::ref_ptr< WROI > | getRoi () |
| Getter for the ROI that got associated. More... | |
Protected Attributes | |
| osg::ref_ptr< WROI > | m_roi |
| The ROI that got associated. More... | |
Event signalling a new ROI has been associated with the ROI manager in the kernel.
Definition at line 38 of file WRoiAssocEvent.h.
|
explicit |
Constructor.
| roi | Pointer to the associated ROI |
Definition at line 29 of file WRoiAssocEvent.cpp.
|
virtual |
Destructor.
Definition at line 36 of file WRoiAssocEvent.cpp.
| osg::ref_ptr< WROI > WRoiAssocEvent::getRoi | ( | ) |
Getter for the ROI that got associated.
Definition at line 41 of file WRoiAssocEvent.cpp.
References m_roi.
Referenced by WQtControlPanel::event().
Here is the caller graph for this function:
|
protected |
The ROI that got associated.
Definition at line 64 of file WRoiAssocEvent.h.
Referenced by getRoi().