From fa1764d7cb77aa683c6049f915a46b981f9161f7 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 8 Feb 2022 21:13:01 +0800 Subject: ... --- src/theme_builder/components/StyleRuleSetEditor.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/theme_builder/components/StyleRuleSetEditor.cpp') diff --git a/src/theme_builder/components/StyleRuleSetEditor.cpp b/src/theme_builder/components/StyleRuleSetEditor.cpp index 933706a3..cfb2ad56 100644 --- a/src/theme_builder/components/StyleRuleSetEditor.cpp +++ b/src/theme_builder/components/StyleRuleSetEditor.cpp @@ -4,4 +4,14 @@ namespace cru::theme_builder { StyleRuleSetEditor::StyleRuleSetEditor() {} StyleRuleSetEditor::~StyleRuleSetEditor() {} + +void StyleRuleSetEditor::BindStyleRuleSet( + std::shared_ptr rule_set) { + style_rule_set_ = std::move(rule_set); + UpdateView(); +} + +void StyleRuleSetEditor::UpdateView() { + +} } // namespace cru::theme_builder -- cgit v1.2.3