Go to the documentation of this file.
6#ifndef iqtipr_CPatternTeachingControllerGuiComp_included
7#define iqtipr_CPatternTeachingControllerGuiComp_included
14#include <GeneratedFiles/iiprgui/ui_CPatternTeachingControllerGuiComp.h>
23 Ui::CPatternTeachingControllerGuiComp,
24 iipr::IPatternController>
29 Ui::CPatternTeachingControllerGuiComp,
33 I_ASSIGN(m_patternEditorCompPtr,
"PatternEditor",
"Pattern editor",
false,
"PatternEditor");
34 I_ASSIGN_TO(m_patternEditorObserverCompPtr, m_patternEditorCompPtr,
false);
35 I_ASSIGN(m_patternViewCompPtr,
"PatternView",
"GUI representing learned pattern",
false,
"PatternView");
36 I_ASSIGN(m_patternViewObserverCompPtr,
"PatternObserver",
"Pattern GUI observer",
false,
"PatternObserver");
void on_LearnButton_clicked()
void OnGuiRetranslate() override
Called from widget event filter when GUI should be retranslated.
void on_EditButton_clicked()
istdgui::TDesignerGuiObserverCompBase< Ui::CPatternTeachingControllerGuiComp, iipr::IPatternController > BaseClass
void UpdateGui(const istd::IChangeable::ChangeSet &changeSet) override
void on_ResetButton_clicked()
void OnGuiDestroyed() override
Called just before GUI is released.
void OnGuiCreated() override
Called just after GUI is initialized.
Common interface for all classes implementing the Observer functionality in the Model/Observer design...
Set of change flags (its IDs).
Common interface for GUI objects using in component context.
Base class for all Qt GUI components.
This package contains Qt based implementations of image processing components.
© Witold Gantzke and Kirill Lepskiy