#include <infomenu.h>
Inheritance diagram for InfoMenu:


Public Methods | |
| InfoMenu () | |
| virtual | ~InfoMenu () |
| virtual void | moveUp () |
| Select the previous item of the menu. More... | |
| virtual void | moveDown () |
| Select the next item of the menu. More... | |
| virtual unsigned int | getSelectedIndex () const |
| Get the index selected item. More... | |
| virtual string const & | getSelectedItem () const |
| Get the selected item. More... | |
This is like a Menu but only display information. It does not have any option. The last item you add to this menu should be a 'ok' string to exit the menu.
|
|
Get the index selected item. This does not check if the options has no items.
Reimplemented from Menu. |
|
|
Get the selected item. This does not check if the options has no items.
Reimplemented from Menu. |
|
|
Select the next item of the menu. Move the selected item index down. Reimplemented from Menu. |
|
|
Select the previous item of the menu. Move the selected item index up. Reimplemented from Menu. |
1.2.15