penguins
1.0.0
|
Definition at line 47 of file new_game_dialog.hh.
Data Fields | |
wxChoice * | type_input |
wxTextCtrl * | name_input |
wxButton * | delete_btn |
wxChoice* NewGameDialog::PlayerRowWidgets::type_input |
Definition at line 48 of file new_game_dialog.hh.
Referenced by NewGameDialog::delete_player_row(), NewGameDialog::Persistence::Restore(), NewGameDialog::Persistence::Save(), and NewGameDialog::update_new_player_row().
wxTextCtrl* NewGameDialog::PlayerRowWidgets::name_input |
Definition at line 49 of file new_game_dialog.hh.
Referenced by NewGameDialog::delete_player_row(), NewGameDialog::on_player_name_enter_pressed(), NewGameDialog::realize_player_row(), NewGameDialog::Persistence::Restore(), NewGameDialog::Persistence::Save(), and NewGameDialog::update_new_player_row().
wxButton* NewGameDialog::PlayerRowWidgets::delete_btn |
Definition at line 50 of file new_game_dialog.hh.
Referenced by NewGameDialog::delete_player_row(), NewGameDialog::realize_player_row(), and NewGameDialog::update_new_player_row().