#include <SelectOption.h>

Public Member Functions | |
| SelectOption (Core::Element *element, const Rocket::Core::String &value, bool selectable) | |
| Core::Element * | GetElement () |
| const Rocket::Core::String & | GetValue () const |
| bool | IsSelectable () |
| Core::Element * Rocket::Controls::SelectOption::GetElement | ( | ) |
Returns the element that represents the option visually.
| const Rocket::Core::String & Rocket::Controls::SelectOption::GetValue | ( | ) | const |
Returns the value of the option.
| bool Rocket::Controls::SelectOption::IsSelectable | ( | ) | [inline] |
Returns true if the item is selectable.