diff options
| author | crupest <crupest@outlook.com> | 2022-02-16 21:17:09 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2022-02-16 21:17:09 +0800 |
| commit | 2711b7032cafdc9bdbd6ae06db0325c91e6e7f63 (patch) | |
| tree | 9f19ec2697e1cf27895540f989d52946dcf4adab /src/theme_builder/components/stylers/StylerEditor.h | |
| parent | c6de932f727ed324cf875ea3fca9ca44775a820e (diff) | |
| download | cru-2711b7032cafdc9bdbd6ae06db0325c91e6e7f63.tar.gz cru-2711b7032cafdc9bdbd6ae06db0325c91e6e7f63.tar.bz2 cru-2711b7032cafdc9bdbd6ae06db0325c91e6e7f63.zip | |
...
Diffstat (limited to 'src/theme_builder/components/stylers/StylerEditor.h')
| -rw-r--r-- | src/theme_builder/components/stylers/StylerEditor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theme_builder/components/stylers/StylerEditor.h b/src/theme_builder/components/stylers/StylerEditor.h index 6da0f6fa..b3e0d287 100644 --- a/src/theme_builder/components/stylers/StylerEditor.h +++ b/src/theme_builder/components/stylers/StylerEditor.h @@ -19,6 +19,7 @@ class StylerEditor : public ui::components::Component { void SetLabel(String label) { label_.SetText(std::move(label)); } virtual ClonablePtr<ui::style::Styler> GetStyler() = 0; + virtual IEvent<std::nullptr_t>* ChangeEvent() = 0; private: ui::controls::FlexLayout container_; |
