Etterna 0.74.4
|
Shows PlayerOptions and SongOptions in icon form. More...
#include <OptionRowHandler.h>
Public Member Functions | |
virtual void | Init () |
bool | Load (const Commands &cmds) |
std::string | OptionTitle () const |
std::string | GetThemedItemText (int iChoice) const |
virtual bool | LoadInternal (const Commands &) |
virtual ReloadChanged | Reload () |
virtual int | GetDefaultOption () const |
virtual void | ImportOption (OptionRow *, const PlayerNumber &, std::vector< bool > &vbSelectedOut) const |
virtual int | ExportOption (const PlayerNumber &, const std::vector< bool > &vbSelected) const |
virtual void | GetIconTextAndGameCommand (int iFirstSelection, std::string &sIconTextOut, GameCommand &gcOut) const |
virtual std::string | GetScreen (int) const |
virtual bool | NotifyOfSelection (PlayerNumber pn, int choice) |
virtual bool | GoToFirstOnStart () |
Public Attributes | |
OptionRowDefinition | m_Def |
std::vector< std::string > | m_vsReloadRowMessages |
Shows PlayerOptions and SongOptions in icon form.