GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Slots | Public Member Functions | Private Attributes | List of all members
enter_shortcut Class Reference

#include "shortcut-manager.h"

Inheritance diagram for enter_shortcut:
Inheritance graph
[legend]
Collaboration diagram for enter_shortcut:
Collaboration graph
[legend]

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
 

Detailed Description

Definition at line 33 of file shortcut-manager.h.

Constructor & Destructor Documentation

enter_shortcut::enter_shortcut ( QWidget p = 0)

Definition at line 733 of file shortcut-manager.cc.

References _direct_shortcut.

enter_shortcut::~enter_shortcut ( )

Definition at line 738 of file shortcut-manager.cc.

Member Function Documentation

void enter_shortcut::handle_direct_shortcut ( int  state)
slot

Definition at line 743 of file shortcut-manager.cc.

References _direct_shortcut.

void enter_shortcut::keyPressEvent ( QKeyEvent *  e)
virtual

Definition at line 753 of file shortcut-manager.cc.

References _direct_shortcut, and CTRL.

Member Data Documentation

bool enter_shortcut::_direct_shortcut
private

Definition at line 47 of file shortcut-manager.h.

Referenced by enter_shortcut(), handle_direct_shortcut(), and keyPressEvent().


The documentation for this class was generated from the following files: