diff options
author | crupest <crupest@outlook.com> | 2022-02-16 17:35:47 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-02-16 17:35:47 +0800 |
commit | ec2060983edd2b77ff90b2533404d77ea892a5d9 (patch) | |
tree | 1b86a4cd6a6b239ed8f529e2c501119901d24d76 /include/cru/ui/style | |
parent | da6f0bcfc6ec786cf14f67f100b4c50cf2325db4 (diff) | |
download | cru-ec2060983edd2b77ff90b2533404d77ea892a5d9.tar.gz cru-ec2060983edd2b77ff90b2533404d77ea892a5d9.tar.bz2 cru-ec2060983edd2b77ff90b2533404d77ea892a5d9.zip |
...
Diffstat (limited to 'include/cru/ui/style')
-rw-r--r-- | include/cru/ui/style/Condition.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cru/ui/style/Condition.h b/include/cru/ui/style/Condition.h index 446e5bc0..b45c0e07 100644 --- a/include/cru/ui/style/Condition.h +++ b/include/cru/ui/style/Condition.h @@ -150,6 +150,8 @@ class CRU_UI_API CheckedCondition : public Condition { return new CheckedCondition(checked_); } + bool IsChecked() const { return checked_; } + private: bool checked_; }; |