#include <syncmp_handler.hpp>
Static Public Member Functions | |
static void | pull_remote_choice () |
static void | send_user_choice () |
Private Types | |
typedef std::vector < syncmp_handler * > | t_handlers |
Static Private Member Functions | |
static void | remove_handler (syncmp_handler *handler) |
static void | add_handler (syncmp_handler *handler) |
static t_handlers & | handlers () |
Friends | |
class | syncmp_handler |
Definition at line 30 of file syncmp_handler.hpp.
|
private |
Definition at line 39 of file syncmp_handler.hpp.
|
staticprivate |
Definition at line 43 of file syncmp_handler.cpp.
References gui2::event::find(), and handlers().
Referenced by syncmp_handler::syncmp_handler().
|
staticprivate |
Definition at line 29 of file syncmp_handler.cpp.
Referenced by add_handler(), pull_remote_choice(), remove_handler(), and send_user_choice().
|
static |
Definition at line 50 of file syncmp_handler.cpp.
References handlers().
Referenced by synced_context::pull_remote_user_input().
|
staticprivate |
Definition at line 36 of file syncmp_handler.cpp.
References gui2::event::find(), and handlers().
Referenced by syncmp_handler::~syncmp_handler().
|
static |
Definition at line 58 of file syncmp_handler.cpp.
References handlers().
Referenced by synced_context::send_user_choice().
|
friend |
Definition at line 38 of file syncmp_handler.hpp.