GNU Octave  4.2.1
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 164 of file kpty.cpp.

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

Definition at line 169 of file kpty.cpp.

KPtyPrivate::~KPtyPrivate ( )
virtual

Definition at line 175 of file kpty.cpp.

Member Function Documentation

bool KPtyPrivate::chownpty ( bool  grant)

Definition at line 179 of file kpty.cpp.

Member Data Documentation

int KPtyPrivate::masterFd

Definition at line 40 of file kpty_p.h.

bool KPtyPrivate::ownMaster

Definition at line 42 of file kpty_p.h.

KPty* KPtyPrivate::q_ptr

Definition at line 46 of file kpty_p.h.

Referenced by KPty::KPty().

int KPtyPrivate::slaveFd

Definition at line 41 of file kpty_p.h.

QByteArray KPtyPrivate::ttyName

Definition at line 44 of file kpty_p.h.


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