#include <hotkey_command.hpp>
Public Member Functions | |
scope_changer () | |
scope_changer (hk_scopes new_scopes, bool restore=true) | |
~scope_changer () | |
Private Attributes | |
hk_scopes | prev_scope_active_ |
const bool | restore_ |
Definition at line 298 of file hotkey_command.hpp.
hotkey::scope_changer::scope_changer | ( | ) |
Definition at line 333 of file hotkey_command.cpp.
|
explicit |
Definition at line 339 of file hotkey_command.cpp.
hotkey::scope_changer::~scope_changer | ( | ) |
Definition at line 346 of file hotkey_command.cpp.
References prev_scope_active_, and restore_.
|
private |
Definition at line 305 of file hotkey_command.hpp.
Referenced by ~scope_changer().
|
private |
Definition at line 306 of file hotkey_command.hpp.
Referenced by ~scope_changer().