![]() |
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 |
| 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 | dataSetChanged () override |
| void | activate () override |
| void | deactivate () override |
| void | configuration (Properties *p) const override |
| Serialize the current object configuration into the given Properties object. | |
| void | configure (const Properties *p) override |
| Configure this object instance by de-serializing the given Properties. | |
| bool | inputEvent (QEvent *) override |
| 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 |
Protected Member Functions | |
| std::vector< std::vector< vec3 > > | importMeasurementsFromJson (const nlohmann::json &measurementsJson) |
| nlohmann::json | exportMeasurementsToJson (const std::vector< std::vector< vec3 > > &lines) const |
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 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.
|
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.
|
overridevirtual |
Reimplemented from ImFusion::AnnotationAction.