#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 288 of file hotkey_command.hpp.
| hotkey::scope_changer::scope_changer | ( | ) |
Definition at line 334 of file hotkey_command.cpp.
|
explicit |
Definition at line 340 of file hotkey_command.cpp.
| hotkey::scope_changer::~scope_changer | ( | ) |
Definition at line 347 of file hotkey_command.cpp.
References prev_scope_active_, and restore_.
|
private |
Definition at line 295 of file hotkey_command.hpp.
Referenced by ~scope_changer().
|
private |
Definition at line 296 of file hotkey_command.hpp.
Referenced by ~scope_changer().