|
| SoView2DMagnifyController () |
| Constructor. More...
|
|
bool | evalEvent (SoView2D *view2d, View2DSliceList *list, View2DEvent *event, View2DEventPhase phase) override |
| Handling of events occurring in the viewer. More...
|
|
void | draw (View2DSliceList *list, View2DSlice *slice, int z) override |
| Virtual method called by the SoView2D node when an image is rendered. More...
|
|
| SoView2DExtension () |
| Constructor. More...
|
|
void | init () |
| setup internal state More...
|
|
virtual void | updateValues () |
| Update fields to local variables, may be reimplemented if you want to update additional local vars. More...
|
|
virtual void | startDrawing (View2DSliceList *) |
|
virtual void | endDrawing (View2DSliceList *) |
|
virtual void | overwriteDrawingSettings (SoView2DDrawingSettings &) |
|
View2DEvent * | getEvent () |
| get the current event (when inside of evalEvent) More...
|
|
float | getSelectDist () |
| Set the distance tolerance on hit checking in pixels. More...
|
|
bool | isPointInsideDeviceRect (float pointX, float pointY, float centerX, float centerY, float hitRectangleSize=0.0) |
| returns whether the given point is inside a rectangle around the given center. More...
|
|
void | drawMiniRect (float xp, float yp, float ext, float lineWidth=1.f) |
| Draws a small rectangle with given half side length and a line width. More...
|
|
void | drawDashedMiniRect (float xp, float yp, float ext, float lineWidth) |
|
void | drawFilledMiniRect (float xp, float yp, float ext, float lineWidth=1.f) |
| Draws a small filled rectangle with given half side length. More...
|
|
void | drawMiniTriangle (float xp, float yp, float ext, float lineWidth=1.f) |
| Draws a small triangle with given center point, half height and line width. More...
|
|
void | drawFilledMiniTriangle (float xp, float yp, float ext, float lineWidth=1.f) |
| Draws a small filled triangle with given center point and half height. More...
|
|
void | drawMiniCircle (float xp, float yp, float ext, float lineWidth=1.f) |
| Draws a small circle with given center point and radius. More...
|
|
void | drawFilledMiniCircle (float xp, float yp, float ext, float lineWidth=1.f) |
| Draws a small filled circle with given center point and radius. More...
|
|
void | drawFixedSizeMiniCircleAt (float xp, float yp) |
| Draws a fixed size small circle at the given position. More...
|
|
void | drawVoxelBorder (View2DSlice *slice, float vx, float vy, float vz) |
| surround the given voxel with a border More...
|
|
int | getX () |
| get the x device position of current event, only returns valid result when called inside of evalEvent() More...
|
|
int | getY () |
| get the y device position of current event, only returns valid result when called inside of evalEvent() More...
|
|
virtual bool | isDrawingOn () |
| check if drawing is on More...
|
|
virtual bool | isEditingOn () |
| check if editing is on More...
|
|
virtual bool | isFixZOn () |
| check if z should stay fixed More...
|
|
virtual bool | isClipToSlice () |
| check if the image is clipped to slice More...
|
|
virtual void | fieldChanged (SoSensor *sensor) |
| handle if any field has changed More...
|
|
bool | isCreateNewMode () |
| check if extension is in createNewMode More...
|
|
void | setCreateNewMode (bool flag) |
| set this extension to create new objects More...
|
|
bool | isCreateNewModeRequest () |
| check if extension has a request for createNewMode More...
|
|
void | setCreateNewModeRequest (bool flag) |
| set that extension want to become createNewMode More...
|
|
virtual bool | isActive () |
| returns if the extension is active (derive this method in child) (in createNewMode or with a selected object)(called by SoView2D) More...
|
|
virtual void | deleteSelectedObject () |
| deletes the currently active object (derive this method in child) (called by SoView2D) More...
|
|
virtual void | getStatusString (SbString &status) |
| get the current status of this extension More...
|
|
virtual bool | evaluateEvent (SoView2D *view2d, View2DEvent *ec) |
|
virtual bool | ignoreEvent (View2DEvent *ec) |
| Return true if ec has been handled before and if ignoreHandledEvents is True. More...
|
|
bool | wantsMouseOverUpdates () const |
| public access to _wantsMouseOverUpdateEvents More...
|
|
virtual void | consumeEvent (View2DEvent *ec, bool handled=TRUE) |
| Set handled-flag of ec to true (= consumed) if handled is True and setEventHandled is True. More...
|
|
int | getSelectedModifierMask () |
| Get compare and ignore mask for the currently selected button/modifier combination, usable with SoPointingAction. More...
|
|
int | getSelectedIgnoreMask () |
|
SoPointingAction::Trigger | getPointingActionTriggerFromFields () |
| Get the trigger that matches the button/modifier field state. More...
|
|
virtual bool | implementsManagedInteractionAndClassicEventHandling () const |
| return true if this node is a hybrid module providing managed interaction and classic event handling - in this case SoView2D::useManagedInteraction decides which one to use More...
|
|
| SoInteractionProviderNode () |
| Default constructor. More...
|
|
| ~SoInteractionProviderNode () override |
| Destructor. More...
|
|
std::string | getID () const override |
| Returns the ID string for identifying the provider and its actions. More...
|
|
void | objRef () override |
| Memory management by reference counting; must be implemented in derived classes. More...
|
|
void | objUnref () override |
|
| SoInteractionOwner () |
| Default constructor. More...
|
|
| ~SoInteractionOwner () override |
| The destructor will destroy all interactions created with this object as owner. More...
|
|
std::list< SoInteraction * > | getInteractions (SoState *state) override |
| Returns the list of all interactions of this provider. More...
|
|
void | pointerPosition (SoState *state, const SoPointerPosition &pos) override |
| Same as below, with additional SoState argument. By default, simply calls the below version. More...
|
|
void | pointerLeftWindow (SoState *state) override |
| Same as below, with additional SoState argument. By defaults, simply calls the below version. More...
|
|
void | addListener (SoInteractionOwnerListenerInterface *listener) |
| Adds a listener object that is notified of changes in the interaction list. More...
|
|
void | removeListener (SoInteractionOwnerListenerInterface *listener) |
| Removes a listener object that was notified of changes in the interaction list. More...
|
|
| SoInteractionProvider () |
| Default constructor. More...
|
|
virtual | ~SoInteractionProvider () |
|
template<class T > |
std::list< T * > | getInteractionsOfType (SoState *state) |
| Returns list of interactions of a specific type. More...
|
|
virtual std::list< SoCommandAction * > | getCommandActions (SoState *state) |
|
virtual std::list< SoPointingAction * > | getPointingActions (SoState *state) |
|
virtual std::list< SoOffsetAction * > | getOffsetActions (SoState *state) |
|
|
static void | initClass () |
| Initializes this class (called on dll initialization). More...
|
|
static void | initClass () |
| Initializes this class. More...
|
|
static float | snapToPixelCenter (float coordinateComponent) |
| Snaps the coordinate component to the pixel center. More...
|
|
static void | fieldChangedCB (void *data, SoSensor *sensor) |
| inventor callbacks if any field has changed, calls fieldChanged More...
|
|
static bool | isImageParallel (SoSFMLImage *image, View2DSliceList *dsl) |
| Return true if image is parallel to the image of the slice list up to slice thickness. More...
|
|
static void | enableLineStippling (const SoSFEnum &lineStyleField) |
| Set/reset stippling pattern. More...
|
|
static void | disableLineStippling (const SoSFEnum &lineStyleField) |
|
static void | getAxisOrientation (int axis, SbMatrix &matrix, char &negativeResult, char &positiveResult) |
| Geometry helpers. More...
|
|
static float | pointToLineDistance (SbVec3f point, SbVec3f line1, SbVec3f line2) |
| calculate 3D point to line distance More...
|
|
static float | pointToLineDistance (SbVec2f point, SbVec2f line1, SbVec2f line2) |
| calculate 2D point to line distance More...
|
|
static Sign | edgeIntersectWithPlane (const SbVec3f &v1, const SbVec3f &v2, const SbPlane &plane, SbVec3f &intersect) |
| intersect given edge from v1 to v2 with given plane, returns sign and intersect point More...
|
|
static void | initClass () |
| Initializes this class. More...
|
|
static void | registerInteractionProviderNode (SoType type, GetProviderFunc func) |
| Registers a function to obtain a SoInteractionProvider from a SoNode. More...
|
|
static SoInteractionProvider * | getInteractionProvider (SoNode *node) |
| Returns a SoInteractionProvider from a SoNode if registered, else NULL. More...
|
|
The Inventor module class SoView2DMagnifyController derived from SoView2DExtension.
controls the settings of a second SoView2D to provide a magnify window
Definition at line 31 of file SoView2DMagnifyController.h.