22#include <Inventor/fields/SoSFBool.h>
23#include <Inventor/fields/SoSFTrigger.h>
82 bool _revertDrawingOrder;
#define SOVIEW2D_API
File to resolve system dependencies in View2D library.
SoView2D extension for grouping of extensions to control event evaluation.
void startDrawing(View2DSliceList *) override
reimplemented from SoView2DExtension
bool evaluateEvent(SoView2D *view2d, View2DEvent *ec) override
reimplemented from SoView2DExtension
virtual void orderChanged(SoField *field)
called when updateOrder or drawingOrder field is touched:
SoSFTrigger updateOrder
updates drawingOrderIsReversed based on internal order
void doAction(SoAction *action) override
reimplemented from SoView2DExtension
~SoView2DExtensionSeparator() override
SoSFBool markAsUnhandled
should events be marked unhandled before forwarding
SoSFBool drawingOrderIsReversed
use the drawing order of the parent node (if possible)
SoSFBool forwardEvents
should events be forwarded to child extensions
SoSFEnum drawingOrder
Fields.
SoView2DExtensionSeparator()
Constructor.
void endDrawing(View2DSliceList *) override
reimplemented from SoView2DExtension
static void initClass()
inventor runtime type system
void draw(View2DSliceList *dsl, View2DSlice *dslice, int slice) override
reimplemented from SoView2DExtension
SoView2DExtension Base class for all View2DExtensions used for drawing and event handling on the View...
SoView2D is a 2D viewer for image data.
View2DEvent stores all information on an event on a SoView2D.
a list that holds all View2DSlice objects (lazily created) of a SoView2D
a single slice that is stored in a View2DSliceList, typically created by a View2DSliceList
Target mlrange_cast(Source arg)
Generic version of checked ML casts.