#include <option.h>
Collaboration diagram for hoa_video::private_video::Option:

Public Attributes | |
| bool | disabled |
| A flag to specify whether this option is disabled or not. | |
| std::vector< OptionElement > | elements |
| The elements that this option is composed of. | |
| std::vector< StillImage > | images |
| Contains all images used for this option. | |
| std::vector< hoa_utils::ustring > | text |
| Contains all pieces of text for this option. | |
****************************************************************************
For example in a shop menu, one option might be "Mythril Knife" and contain an icon of a knife, the text "Mythril Knife", a right alignment flag, and finally the text "500 drunes".
Definition at line 181 of file option.h.
A flag to specify whether this option is disabled or not.
Definition at line 194 of file option.h.
Referenced by hoa_video::OptionBox::_ConstructOption(), and hoa_video::OptionBox::Draw().
| std::vector<OptionElement> hoa_video::private_video::Option::elements |
The elements that this option is composed of.
Definition at line 184 of file option.h.
Referenced by hoa_video::OptionBox::_ConstructOption(), and hoa_video::OptionBox::Draw().
| std::vector<StillImage> hoa_video::private_video::Option::images |
Contains all images used for this option.
Definition at line 191 of file option.h.
Referenced by hoa_video::OptionBox::_ConstructOption(), and hoa_video::OptionBox::Draw().
| std::vector<hoa_utils::ustring> hoa_video::private_video::Option::text |
Contains all pieces of text for this option.
Definition at line 187 of file option.h.
Referenced by hoa_video::OptionBox::_ConstructOption(), and hoa_video::OptionBox::Draw().
1.5.1