GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
Emulation.h File Reference
#include <stdio.h>
#include <QKeyEvent>
#include <QtCore/QTextCodec>
#include <QtCore/QTextStream>
#include <QtCore/QTimer>
Include dependency graph for Emulation.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Emulation
 Base class for terminal emulation back-ends. More...
 

Enumerations

enum  { NOTIFYNORMAL =0, NOTIFYBELL =1, NOTIFYACTIVITY =2, NOTIFYSILENCE =3 }
 This enum describes the available states which the terminal emulation may be set to. More...
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum

This enum describes the available states which the terminal emulation may be set to.

These are the values used by Emulation::stateChanged()

Enumerator
NOTIFYNORMAL 

The emulation is currently receiving user input.

NOTIFYBELL 

The terminal program has triggered a bell event to get the user's attention.

NOTIFYACTIVITY 

The emulation is currently receiving data from its terminal input.

NOTIFYSILENCE 

Definition at line 50 of file Emulation.h.