#include <plugin_executor.hpp>
Protected Member Functions | |
plugin_executor () | |
~plugin_executor () | |
Protected Attributes | |
std::unique_ptr< plugins_context > | plugins_context_ |
Private Member Functions | |
void | play_slice () |
Private Attributes | |
std::size_t | timer_id |
Definition at line 27 of file plugin_executor.hpp.
|
inlineprotected |
Definition at line 40 of file plugin_executor.hpp.
References gui2::add_timer(), plugins_manager::get(), game_config::lobby_network_timer, play_slice(), and timer_id.
|
inlineprotected |
Definition at line 48 of file plugin_executor.hpp.
References plugins_manager::get(), gui2::remove_timer(), and timer_id.
|
inlineprivate |
Definition at line 31 of file plugin_executor.hpp.
References plugins_context_.
Referenced by plugin_executor().
|
protected |
Definition at line 37 of file plugin_executor.hpp.
Referenced by play_slice(), gui2::dialogs::mp_lobby::post_show(), gui2::dialogs::mp_create_game::post_show(), gui2::dialogs::mp_lobby::pre_show(), gui2::dialogs::mp_create_game::pre_show(), gui2::dialogs::mp_join_game::pre_show(), and gui2::dialogs::mp_staging::pre_show().
|
private |
Definition at line 29 of file plugin_executor.hpp.
Referenced by plugin_executor(), and ~plugin_executor().