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
Public Member Functions | Public Attributes | List of all members
KPtyPrivate Struct Reference

#include "kpty_p.h"

Collaboration diagram for KPtyPrivate:
Collaboration graph
[legend]

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
KPtyq_ptr
int slaveFd
QByteArray ttyName

Detailed Description

Definition at line 30 of file kpty_p.h.

Constructor & Destructor Documentation

KPtyPrivate::KPtyPrivate ( KPty parent)

Definition at line 156 of file kpty.cpp.

KPtyPrivate::KPtyPrivate ( KPty parent,
int  masterFd,
int  slaveFd 
)

Definition at line 161 of file kpty.cpp.

KPtyPrivate::~KPtyPrivate ( )
virtual

Definition at line 167 of file kpty.cpp.

Member Function Documentation

bool KPtyPrivate::chownpty ( bool  grant)

Definition at line 172 of file kpty.cpp.

Member Data Documentation

int KPtyPrivate::masterFd

Definition at line 41 of file kpty_p.h.

bool KPtyPrivate::ownMaster

Definition at line 43 of file kpty_p.h.

KPty* KPtyPrivate::q_ptr

Definition at line 47 of file kpty_p.h.

Referenced by KPty::KPty().

int KPtyPrivate::slaveFd

Definition at line 42 of file kpty_p.h.

QByteArray KPtyPrivate::ttyName

Definition at line 45 of file kpty_p.h.


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