#include <MenuListField.hpp>

Öffentliche Methoden | |
| void | Init (CBitmapFont *BitMapFont, std::string ListSelectionName) |
| void | AddEntry (std::string Entry) |
| void | SetPosition (float X, float Y) |
| float | GetXPosition () const |
| float | GetYPosition () const |
| void | SetSize (float SizeX, float SizeY) |
| float | GetXSize () |
| float | GetYSize () |
| void | SelectEntryWithScroll (std::size_t Index) |
| void | SelectEntryWithoutScroll (std::size_t Index) |
| void | Scroll (int Scroll) |
| void | SetScroll (int Scroll) |
| bool | CanScrollUp () const |
| bool | CanScrollDown () const |
| std::string | GetCurEntry () const |
| std::string | GetEntry (std::size_t Index) const |
| int | GetCurSelectIndex () const |
| void | Draw () |
| void | Clear () |
| std::size_t | GetEntryCount () const |
Definiert in Zeile 44 der Datei MenuListField.hpp.
1.5.6