GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
KPtyPrivate Struct Reference

#include "kpty_p.h"

Collaboration diagram for KPtyPrivate:

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() [1/2]

KPtyPrivate::KPtyPrivate ( KPty parent)

Definition at line 164 of file kpty.cpp.

◆ KPtyPrivate() [2/2]

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

Definition at line 169 of file kpty.cpp.

◆ ~KPtyPrivate()

KPtyPrivate::~KPtyPrivate ( )
virtual

Definition at line 175 of file kpty.cpp.

Member Function Documentation

◆ chownpty()

bool KPtyPrivate::chownpty ( bool  grant)

Definition at line 179 of file kpty.cpp.

Member Data Documentation

◆ masterFd

int KPtyPrivate::masterFd

Definition at line 40 of file kpty_p.h.

◆ ownMaster

bool KPtyPrivate::ownMaster

Definition at line 42 of file kpty_p.h.

◆ q_ptr

KPty* KPtyPrivate::q_ptr

Definition at line 46 of file kpty_p.h.

Referenced by KPty::KPty().

◆ slaveFd

int KPtyPrivate::slaveFd

Definition at line 41 of file kpty_p.h.

◆ ttyName

QByteArray KPtyPrivate::ttyName

Definition at line 44 of file kpty_p.h.


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