diff options
author | Ethan Yonker <dees_troy@teamw.in> | 2015-07-30 22:04:32 +0200 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2015-10-16 22:30:51 +0200 |
commit | 56ce332315b9b9fdd8f2bff8e00c9471be8b5594 (patch) | |
tree | bb1dbad0b7d4116970cd76f92787c778a6cde098 /gui/objects.hpp | |
parent | Use unified LoadFileToBuffer function (diff) | |
download | android_bootable_recovery-56ce332315b9b9fdd8f2bff8e00c9471be8b5594.tar android_bootable_recovery-56ce332315b9b9fdd8f2bff8e00c9471be8b5594.tar.gz android_bootable_recovery-56ce332315b9b9fdd8f2bff8e00c9471be8b5594.tar.bz2 android_bootable_recovery-56ce332315b9b9fdd8f2bff8e00c9471be8b5594.tar.lz android_bootable_recovery-56ce332315b9b9fdd8f2bff8e00c9471be8b5594.tar.xz android_bootable_recovery-56ce332315b9b9fdd8f2bff8e00c9471be8b5594.tar.zst android_bootable_recovery-56ce332315b9b9fdd8f2bff8e00c9471be8b5594.zip |
Diffstat (limited to 'gui/objects.hpp')
-rw-r--r-- | gui/objects.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/objects.hpp b/gui/objects.hpp index f8569d6ea..624db07f9 100644 --- a/gui/objects.hpp +++ b/gui/objects.hpp @@ -632,6 +632,7 @@ public: protected: struct ListData { std::string displayName; + std::string variableName; std::string variableValue; unsigned int selected; GUIAction* action; @@ -643,6 +644,7 @@ protected: std::string currentValue; ImageResource* mIconSelected; ImageResource* mIconUnselected; + bool isCheckList; }; class GUIPartitionList : public GUIScrollList |