ImFusion SDK 4.3
DataMatrixTransformer Class Reference
+ Inheritance diagram for DataMatrixTransformer:

Public Member Functions

 DataMatrixTransformer (Data *data)
 
virtual void init (ImageView3D *view3D, bool visible)
 
void reset ()
 
void setMatrix (const isom3 &matrix)
 
bool setVisibility (bool show)
 
virtual bool show ()
 
virtual bool hide ()
 
void configure (const Properties *p) override
 Configure this object instance by de-serializing the given Properties.
 
void configuration (Properties *p) const override
 Serialize the current object configuration into the given Properties object.
 
- Public Member Functions inherited from SignalReceiver
 SignalReceiver ()=default
 Default constructor.
 
 SignalReceiver (const SignalReceiver &other)
 Copy constructor, does not copy any existing signal connections from other.
 
SignalReceiveroperator= (SignalReceiver rhs)
 Assignment operator, disconnects all existing connections, does not copy any existing signal connections from rhs.
 
virtual ~SignalReceiver ()
 Virtual destructor disconnects from all connected signals.
 
- Public Member Functions inherited from Configurable
virtual void configureDefaults ()
 Retrieve the properties of this object, replaces values with their defaults and sets it again.
 
void registerParameter (ParameterBase *param)
 Register the given Parameter or SubProperty, so that it will be configured during configure()/configuration().
 
void unregisterParameter (const ParameterBase *param)
 Remove the given Parameter or SubProperty from the list of registered parameters.
 
 Configurable (const Configurable &rhs)
 
 Configurable (Configurable &&rhs) noexcept
 
Configurableoperator= (const Configurable &)
 
Configurableoperator= (Configurable &&) noexcept
 

Protected Member Functions

void onManipulatorEvent (Manipulator *src, void *eventData) override
 Called when an event occurs.
 
virtual void onHoverEvent (TransformerManipulator *manipulator, TransformerManipulatorEvent *event)
 
virtual void onStartEvent (TransformerManipulator *manipulator, TransformerManipulatorEvent *event)
 
virtual void onMoveEvent (TransformerManipulator *manipulator, TransformerManipulatorEvent *event)
 
virtual void onStopEvent (TransformerManipulator *manipulator, TransformerManipulatorEvent *event)
 
virtual std::unique_ptr< GlRotationTransformercreateRing (int axis)
 
virtual std::unique_ptr< GlTranslationTransformercreateArrow (int axis)
 
virtual std::unique_ptr< GlInPlaneTransformercreateSphere ()
 
void addTransformerObject (std::unique_ptr< GlTransformerObject > obj)
 
- Protected Member Functions inherited from SignalReceiver
void disconnectAll ()
 Disconnects all existing connections.
 

Protected Attributes

ImageView3Dm_view = nullptr
 
std::vector< InteractiveObject * > m_objects
 
- Protected Attributes inherited from Configurable
std::vector< Paramm_params
 List of all registered Parameter and SubProperty instances.
 

Additional Inherited Members

- Public Attributes inherited from Configurable
Signal signalParametersChanged
 Emitted whenever one of the registered Parameters' or SubPropertys' signalValueChanged signal was emitted.
 

Member Function Documentation

◆ configure()

void configure ( const Properties * p)
overridevirtual

Configure this object instance by de-serializing the given Properties.

The default implementation will do so automatically for all registered Parameter and SubProperty instances.

See also
configuration() for the inverse functionality

Reimplemented from Configurable.

◆ configuration()

void configuration ( Properties * p) const
overridevirtual

Serialize the current object configuration into the given Properties object.

The default implementation will do so automatically for all registered Parameter and SubProperty instances.

See also
configure() for the inverse functionality

Reimplemented from Configurable.

◆ onManipulatorEvent()

void onManipulatorEvent ( Manipulator * src,
void * eventData )
overrideprotectedvirtual

Called when an event occurs.

Parameters
srcsource of the event
eventDatapointer to event data. Zero if no event data is provided.

Implements ManipulatorListener.


The documentation for this class was generated from the following file:
Search Tab / S to search, Esc to close