Structure given to callback when an event is raised. More...
#include <Inventor/drawers/SoPolyLineScreenDrawer.h>
Inheritance diagram for SoPolyLineScreenDrawer::EventArg:Public Member Functions | |
| EventArg (SoHandleEventAction *action, SoPolyLineScreenDrawer *drawer) | |
| Default constructor. | |
| ~EventArg () | |
| Destructor. | |
| SoHandleEventAction * | getAction () const |
| Returns the handle event action related to the drawing. | |
| SoPolyLineScreenDrawer * | getSource () const |
| Returns the drawer. | |
Structure given to callback when an event is raised.
Please refer to onStart, onMove, ... events.
Definition at line 285 of file SoPolyLineScreenDrawer.h.
|
inline |
Default constructor.
Definition at line 288 of file SoPolyLineScreenDrawer.h.
|
inline |
Destructor.
Definition at line 293 of file SoPolyLineScreenDrawer.h.
|
inline |
Returns the handle event action related to the drawing.
Definition at line 296 of file SoPolyLineScreenDrawer.h.
|
inline |
Returns the drawer.
Definition at line 299 of file SoPolyLineScreenDrawer.h.