#include <SoView2DEnlargeOnClick.h>

Public Member Functions | |
| SoView2DEnlargeOnClick () | |
| Constructor. | |
| bool | evalEvent (SoView2D *view2d, View2DSliceList *slicelist, View2DEvent *ec, View2DEventPhase phase) |
| reimplemented from SoView2DExtension | |
Static Public Member Functions | |
| static void | initClass () |
| inventor runtime type system | |
Public Attributes | |
| SoSFBool | actOnDoubleClick |
| act on a double click event only | |
| SoSFTrigger | clicked |
trigger that is touched when the click (or doubleclick, when actOnDoubleClick is enabled) happens | |
| SoSFString | viewName |
| the name of the view that was clicked on (when working on a SoOrthoView2D, the name will be one of "AXIAL", "SAGGITAL", "CORONAL" (output-only field) | |
Definition at line 21 of file SoView2DEnlargeOnClick.h.
| SoView2DEnlargeOnClick::SoView2DEnlargeOnClick | ( | ) |
Constructor.
| bool SoView2DEnlargeOnClick::evalEvent | ( | SoView2D * | view2d, | |
| View2DSliceList * | slicelist, | |||
| View2DEvent * | ec, | |||
| View2DEventPhase | phase | |||
| ) | [virtual] |
| static void SoView2DEnlargeOnClick::initClass | ( | ) | [static] |
| SoSFTrigger SoView2DEnlargeOnClick::clicked |
trigger that is touched when the click (or doubleclick, when actOnDoubleClick is enabled) happens
Definition at line 30 of file SoView2DEnlargeOnClick.h.
| SoSFString SoView2DEnlargeOnClick::viewName |
the name of the view that was clicked on (when working on a SoOrthoView2D, the name will be one of "AXIAL", "SAGGITAL", "CORONAL" (output-only field)
Definition at line 34 of file SoView2DEnlargeOnClick.h.
1.5.8