Developer Documentation
|
#include <OpenFlipper/libs_required/ACG/Scenegraph/SceneGraph.hh>
Public Member Functions | |
MouseEventAction (QMouseEvent *_event, GLState &_state) | |
bool | operator() (BaseNode *_node) |
Private Attributes | |
GLState & | state_ |
QMouseEvent * | event_ |
This action is used to give mouse events to scenegraph nodes like e.g. the manipulator nodes.
Definition at line 799 of file SceneGraph.hh.