GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <stdio.h>
#include <QKeyEvent>
#include <QtCore/QTextCodec>
#include <QtCore/QTextStream>
#include <QtCore/QTimer>
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... |
anonymous enum |
This enum describes the available states which the terminal emulation may be set to.
These are the values used by Emulation::stateChanged()
Definition at line 50 of file Emulation.h.