#include <WEM.h>
Public Member Functions | |
| WEMEventContainer () | |
Public Attributes | |
| int | notificationType |
| The type of the event (None, Repaint, Selection, Finished or InteractionInit). Default: None. | |
| int | patchId |
| The id of the WEM part for which the event is to be evaluated. Default: -1 for all parts. | |
| bool | repaintFaces |
| Flag: repaint the faces. | |
| bool | repaintEdges |
| Flag: repaint the edges. | |
| bool | repaintNodes |
| Flag: repaint the nodes. | |
| bool | repaintBoundingBoxes |
| Flag: repaint the bounding boxes. | |
| bool | selectionWasClicked |
| Flag: was the WEM part selected by clicking? | |
| int | selectionFaceHit |
| The entryNum of the hit face. | |
| Vector3 | selectionHitPoint |
| The hit point. | |
Definition at line 29 of file WEM.h.
| ml::WEMEventContainer::WEMEventContainer | ( | ) | [inline] |
Definition at line 31 of file WEM.h.
References ml::WEM_NOTIFICATION_NONE, and ml::WEM_PATCH_ID_ALL.
1.5.8