GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "kpty_p.h"
Public Member Functions | |
KPtyPrivate (KPty *parent) | |
KPtyPrivate (KPty *parent, int masterFd, int slaveFd) | |
virtual | ~KPtyPrivate () |
bool | chownpty (bool grant) |
Public Attributes | |
int | masterFd |
bool | ownMaster:1 |
KPty * | q_ptr |
int | slaveFd |
QByteArray | ttyName |
KPty* KPtyPrivate::q_ptr |
Definition at line 47 of file kpty_p.h.
Referenced by KPty::KPty().