Public Member Functions | |
ArmageTron_feature_menuitem (uMenu *m, char const *tit, char const *help, int &targ) | |
~ArmageTron_feature_menuitem () | |
Private Member Functions | |
void | NewChoice (uSelectItem< bool > *) |
void | NewChoice (char *, bool) |
Definition at line 90 of file gMenus.cpp.
ArmageTron_feature_menuitem::ArmageTron_feature_menuitem | ( | uMenu * | m, | |
char const * | tit, | |||
char const * | help, | |||
int & | targ | |||
) | [inline] |
Definition at line 94 of file gMenus.cpp.
References uMenuItemSelection< T >::NewChoice(), rFEAT_DEFAULT, rFEAT_OFF, and rFEAT_ON.
00095 :uMenuItemSelection<int>(m,tit,help,targ){ 00096 uMenuItemSelection<int>::NewChoice( 00097 "$feature_disabled_text", 00098 "$feature_disabled_help", 00099 rFEAT_OFF); 00100 uMenuItemSelection<int>::NewChoice( 00101 "$feature_default_text", 00102 "$feature_default_help", 00103 rFEAT_DEFAULT); 00104 uMenuItemSelection<int>::NewChoice( 00105 "$feature_enabled_text", 00106 "$feature_enabled_help", 00107 rFEAT_ON); 00108 }
ArmageTron_feature_menuitem::~ArmageTron_feature_menuitem | ( | ) | [inline] |
void ArmageTron_feature_menuitem::NewChoice | ( | uSelectItem< bool > * | ) | [inline, private] |
void ArmageTron_feature_menuitem::NewChoice | ( | char * | , | |
bool | ||||
) | [inline, private] |