diff options
Diffstat (limited to 'include/cru/ui/style/StyleRule.h')
-rw-r--r-- | include/cru/ui/style/StyleRule.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/cru/ui/style/StyleRule.h b/include/cru/ui/style/StyleRule.h index fc37f7c7..27069930 100644 --- a/include/cru/ui/style/StyleRule.h +++ b/include/cru/ui/style/StyleRule.h @@ -8,6 +8,10 @@ #include <vector> namespace cru::ui::style { +/** + * \brief An immutable style rule contains a condition and a styler. + * \remarks This class is immutable and has value semantics. + */ class CRU_UI_API StyleRule : public Object { public: static ClonablePtr<StyleRule> Create(ClonablePtr<Condition> condition, |