JAVADebugger::STTY Class Reference
#include <stty.h>
Inheritance diagram for JAVADebugger::STTY:

Signals | |
void | OutOutput (const char *) |
void | ErrOutput (const char *) |
Public Member Functions | |
STTY (bool ext=false, const QString &termAppName=QString()) | |
~STTY () | |
QString | getSlave () |
Private Slots | |
void | OutReceived (int) |
Private Member Functions | |
int | findTTY () |
bool | findExternalTTY (const QString &termApp) |
Private Attributes | |
int | fout |
int | ferr |
QSocketNotifier * | out |
QSocketNotifier * | err |
QString | ttySlave |
int | pid_ |
char | pty_master [50] |
char | tty_slave [50] |
Constructor & Destructor Documentation
|
Definition at line 123 of file stty.cpp. References findExternalTTY(), findTTY(), fout, out, OutReceived(), tty_slave, and ttySlave. |
|
|
Member Function Documentation
|
Referenced by OutReceived(). |
|
Definition at line 276 of file stty.cpp. References FIFO_FILE, pid_, and ttySlave. Referenced by STTY(). |
|
Definition at line 163 of file stty.cpp. References JAVADebugger::chownpty(), perror(), pty_master, and tty_slave. Referenced by STTY(). |
|
Definition at line 47 of file stty.h. References ttySlave. |
|
Referenced by OutReceived(). |
|
Definition at line 256 of file stty.cpp. References ErrOutput(), fout, and OutOutput(). Referenced by STTY(). |
Member Data Documentation
|
|
|
|
|
Definition at line 61 of file stty.h. Referenced by OutReceived(), STTY(), and ~STTY(). |
|
|
|
Definition at line 66 of file stty.h. Referenced by findExternalTTY(), and ~STTY(). |
|
Definition at line 68 of file stty.h. Referenced by findTTY(). |
|
|
|
Definition at line 65 of file stty.h. Referenced by findExternalTTY(), getSlave(), and STTY(). |
The documentation for this class was generated from the following files: