GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "SelfListener.h"
Signals | |
void | recvData (const char *stdOutBuffer, int stdOutlen) |
Public Member Functions | |
SelfListener (int a, QObject *parent=0) | |
Protected Member Functions | |
void | run () |
Protected Attributes | |
int | _a |
Definition at line 24 of file SelfListener.h.
Definition at line 20 of file SelfListener.cpp.
References _a.
Definition at line 98 of file moc-SelfListener.cc.
Referenced by run().
|
protected |
Definition at line 25 of file SelfListener.cpp.
References _a, and recvData().
|
protected |
Definition at line 37 of file SelfListener.h.
Referenced by run(), and SelfListener().