GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "shortcut-manager.h"
Public Slots | |
void | handle_direct_shortcut (int) |
Public Member Functions | |
enter_shortcut (QWidget *p=0) | |
~enter_shortcut () | |
virtual void | keyPressEvent (QKeyEvent *e) |
Private Attributes | |
bool | _direct_shortcut |
Definition at line 33 of file shortcut-manager.h.
enter_shortcut::enter_shortcut | ( | QWidget * | p = 0 | ) |
Definition at line 700 of file shortcut-manager.cc.
References _direct_shortcut.
enter_shortcut::~enter_shortcut | ( | ) |
Definition at line 705 of file shortcut-manager.cc.
|
slot |
Definition at line 711 of file shortcut-manager.cc.
References _direct_shortcut.
|
virtual |
Definition at line 721 of file shortcut-manager.cc.
References _direct_shortcut, and CTRL.
|
private |
Definition at line 47 of file shortcut-manager.h.
Referenced by enter_shortcut(), handle_direct_shortcut(), and keyPressEvent().