GNU Octave
6.2.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
kpty_p.h
Go to the documentation of this file.
1
/* This file is part of the KDE libraries
2
3
Copyright (C) 2003, 2007, 2013 Oswald Buddenhagen <ossi@kde.org>
4
5
Rewritten for QT4 by e_k <e_k at users.sourceforge.net>, Copyright (C)2008
6
7
This library is free software: you can redistribute it and/or
8
modify it under the terms of the GNU Library General Public
9
License as published by the Free Software Foundation; either
10
version 2 of the License, or (at your option) any later version.
11
12
This library is distributed in the hope that it will be useful,
13
but WITHOUT ANY WARRANTY; without even the implied warranty of
14
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15
Library General Public License for more details.
16
17
You should have received a copy of the GNU Library General Public License
18
along with this library; see the file COPYING.LIB. If not, write to
19
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20
Boston, MA 02110-1301, USA.
21
*/
22
23
#ifndef kpty_p_h
24
#define kpty_p_h
25
26
#include "
unix/kpty.h
"
27
28
#include <QtCore/QByteArray>
29
30
struct
KPtyPrivate
{
31
Q_DECLARE_PUBLIC(
KPty
)
32
33
KPtyPrivate
(
KPty
* parent);
34
KPtyPrivate
(
KPty
* parent,
int
masterFd
,
int
slaveFd
);
35
36
virtual
~KPtyPrivate
();
37
38
bool
chownpty
(
bool
grant);
39
40
int
masterFd
;
41
int
slaveFd
;
42
bool
ownMaster
:1;
43
44
QByteArray
ttyName
;
45
46
KPty
*
q_ptr
;
47
};
48
49
#endif
KPty
Provides primitives for opening & closing a pseudo TTY pair, assigning the controlling TTY,...
Definition:
kpty.h:35
kpty.h
KPtyPrivate
Definition:
kpty_p.h:30
KPtyPrivate::slaveFd
int slaveFd
Definition:
kpty_p.h:41
KPtyPrivate::ttyName
QByteArray ttyName
Definition:
kpty_p.h:44
KPtyPrivate::KPtyPrivate
KPtyPrivate(KPty *parent)
Definition:
kpty.cpp:164
KPtyPrivate::~KPtyPrivate
virtual ~KPtyPrivate()
Definition:
kpty.cpp:175
KPtyPrivate::q_ptr
KPty * q_ptr
Definition:
kpty_p.h:46
KPtyPrivate::chownpty
bool chownpty(bool grant)
Definition:
kpty.cpp:179
KPtyPrivate::masterFd
int masterFd
Definition:
kpty_p.h:40
KPtyPrivate::ownMaster
bool ownMaster
Definition:
kpty_p.h:42
libgui
qterminal
libqterminal
unix
kpty_p.h
Generated on Tue Apr 13 2021 15:27:43 for GNU Octave by
1.9.1