![]() |
ImFusion C++ SDK 4.4.0
|
Public Member Functions | |
| bool | isProjectCompatible () const override |
| bool | isProjectCompatible (const Project::ProjectTypes &, bool) const override |
| bool | areActiveLayersCompatible () const override |
| bool | isDataSetCompatible (const DataSet &) const override |
| void | dataSetChanged () override |
| QIcon | icon () const override |
| QString | text () const override |
| QString | description () const override |
| QString | docPath () const override |
| bool | isReadOnly () const override |
| QWidget * | ui (QWidget *parent=nullptr) override |
| void | activate () override |
| void | deactivate () override |
| bool | inputEvent (QEvent *event) override |
| void | configuration (Properties *) const override |
| Serialize the current object configuration into the given Properties object. | |
| void | configure (const Properties *) override |
| Configure this object instance by de-serializing the given Properties. | |
| Public Member Functions inherited from ImFusion::AnnotationAction | |
| virtual void | init () |
| Public Member Functions inherited from ImFusion::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 | |
| Configurable & | operator= (const Configurable &) |
| Configurable & | operator= (Configurable &&) noexcept |
| Public Member Functions inherited from ImFusion::SignalReceiver | |
| SignalReceiver ()=default | |
| Default constructor. | |
| SignalReceiver (const SignalReceiver &other) | |
| Copy constructor, does not copy any existing signal connections from other. | |
| SignalReceiver & | operator= (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. | |
Additional Inherited Members | |
| Public Attributes inherited from ImFusion::Configurable | |
| Signal | signalParametersChanged |
| Emitted whenever one of the registered Parameters' or SubPropertys' signalValueChanged signal was emitted. | |
| Protected Member Functions inherited from ImFusion::SignalReceiver | |
| void | disconnectAll () |
| Disconnects all existing connections. | |
| Protected Attributes inherited from ImFusion::AnnotationAction | |
| bool | m_isActive = false |
| DataSet * | m_dataSet = nullptr |
| const Project * | m_project = nullptr |
| DisplayWidgetMultiAdapter | m_disp |
| ThumbnailLoader * | m_thumbnailLoader = nullptr |
| AnnotationActionSharedState * | m_sharedState = nullptr |
| AnnotationView * | m_annotationView = nullptr |
| Protected Attributes inherited from ImFusion::Configurable | |
| std::vector< Param > | m_params |
| List of all registered Parameter and SubProperty instances. | |
|
overridevirtual |
Implements ImFusion::AnnotationAction.
|
overridevirtual |
Implements ImFusion::AnnotationAction.
|
overridevirtual |
Implements ImFusion::AnnotationAction.
|
overridevirtual |
Implements ImFusion::AnnotationAction.
|
overridevirtual |
Reimplemented from ImFusion::AnnotationAction.
|
inlineoverridevirtual |
Implements ImFusion::AnnotationAction.
|
inlineoverridevirtual |
Implements ImFusion::AnnotationAction.
|
inlineoverridevirtual |
Implements ImFusion::AnnotationAction.
|
inlineoverridevirtual |
Implements ImFusion::AnnotationAction.
|
inlineoverridevirtual |
Implements ImFusion::AnnotationAction.
|
overridevirtual |
Implements ImFusion::AnnotationAction.
|
overridevirtual |
Reimplemented from ImFusion::AnnotationAction.
|
overridevirtual |
Reimplemented from ImFusion::AnnotationAction.
|
overridevirtual |
Reimplemented from ImFusion::AnnotationAction.
|
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.
Reimplemented from ImFusion::AnnotationAction.
|
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.
Reimplemented from ImFusion::AnnotationAction.