|
Defines |
#define | LINE_NAMES THEME->GetMetric (m_sName,"LineNames") |
#define | OPTION_MENU_FLAGS THEME->GetMetric (m_sName,"OptionMenuFlags") |
#define | LINE(sLineName) THEME->GetMetric (m_sName,ssprintf("Line%s",sLineName.c_str())) |
#define | ENTRY(s) THEME->GetMetric ("ScreenOptionsMaster",s) |
#define | ENTRY_NAME(s) THEME->GetMetric ("OptionNames", s) |
#define | ENTRY_MODE(s, i) THEME->GetMetric ("ScreenOptionsMaster",ssprintf("%s,%i",(s).c_str(),(i+1))) |
#define | ENTRY_DEFAULT(s) THEME->GetMetric ("ScreenOptionsMaster",(s) + "Default") |
#define | NEXT_SCREEN THEME->GetMetric (m_sName,"NextScreen") |
#define | PREV_SCREEN THEME->GetMetric (m_sName,"PrevScreen") |
Functions |
| REGISTER_SCREEN_CLASS (ScreenOptionsMaster) |
void | SelectExactlyOne (int iSelection, vector< bool > &vbSelectedOut) |
int | GetOneSelection (const vector< bool > &vbSelected) |