Go to the documentation of this file.
13#include <GeneratedFiles/icalibgui/ui_CPerspectiveCalibEditorComp.h>
30 I_ASSIGN(m_calibProviderCompPtr,
"CalibrationProvider",
"Optional calibration provider for calibrate button",
false,
"CalibrationProvider");
31 I_ASSIGN_TO(m_calibProviderModelCompPtr, m_calibProviderCompPtr,
false);
Common interface for an object, which delivers a 2D-calibration.
void OnGuiCreated() override
Called just after GUI is initialized.
void UpdateGui(const istd::IChangeable::ChangeSet &changeSet) override
void OnGuiDestroyed() override
Called just before GUI is released.
istdgui::TDesignerGuiObserverCompBase< Ui::CPerspectiveCalibEditorComp, icalib::CPerspectiveCalibration2d > BaseClass
void OnModelChanged(int modelId, const istd::IChangeable::ChangeSet &changeSet) override
Called when some model observed by dispatcher will be changed.
void UpdateModel() const override
void on_CalibrateButton_clicked()
void OnParamsChanged(double value)
void UpdateButtonsState()
Generic implementation of a data model changes notifier.
Common interface for model objects, that supports Model/Observer design pattern.
Set of change flags (its IDs).
Base class for all Qt GUI components.
Contains implementations of GUI components related to 2D calibration.
© Witold Gantzke and Kirill Lepskiy