GNU Octave  3.8.0
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
Signals | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
SelfListener Class Reference

#include "SelfListener.h"

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

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

Detailed Description

Definition at line 24 of file SelfListener.h.

Constructor & Destructor Documentation

SelfListener::SelfListener ( int  a,
QObject parent = 0 
)
explicit

Definition at line 20 of file SelfListener.cpp.

References _a.

Member Function Documentation

void SelfListener::recvData ( const char stdOutBuffer,
int  stdOutlen 
)
signal

Referenced by run().

void SelfListener::run ( void  )
protected

Definition at line 25 of file SelfListener.cpp.

References _a, and recvData().

Member Data Documentation

int SelfListener::_a
protected

Definition at line 37 of file SelfListener.h.

Referenced by run(), and SelfListener().


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