• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdelibs API Reference
  • KDE Home
  • Contact Us
 

KPty

  • sources
  • kde-4.14
  • kdelibs
  • kpty
kptydevice.h
Go to the documentation of this file.
1 /* This file is part of the KDE libraries
2 
3  Copyright (C) 2007 Oswald Buddenhagen <ossi@kde.org>
4 
5  This library is free software; you can redistribute it and/or
6  modify it under the terms of the GNU Library General Public
7  License as published by the Free Software Foundation; either
8  version 2 of the License, or (at your option) any later version.
9 
10  This library is distributed in the hope that it will be useful,
11  but WITHOUT ANY WARRANTY; without even the implied warranty of
12  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13  Library General Public License for more details.
14 
15  You should have received a copy of the GNU Library General Public License
16  along with this library; see the file COPYING.LIB. If not, write to
17  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18  Boston, MA 02110-1301, USA.
19 */
20 
21 #ifndef kptydev_h
22 #define kptydev_h
23 
24 #include "kpty.h"
25 
26 #include <QtCore/QIODevice>
27 
28 struct KPtyDevicePrivate;
29 
30 #define Q_DECLARE_PRIVATE_MI(Class, SuperClass) \
31  inline Class##Private* d_func() { return reinterpret_cast<Class##Private *>(SuperClass::d_ptr); } \
32  inline const Class##Private* d_func() const { return reinterpret_cast<const Class##Private *>(SuperClass::d_ptr); } \
33  friend class Class##Private;
34 
38 class KPTY_EXPORT KPtyDevice : public QIODevice, public KPty { //krazy:exclude=dpointer (via macro)
39  Q_OBJECT
40  Q_DECLARE_PRIVATE_MI(KPtyDevice, KPty)
41 
42 public:
43 
47  KPtyDevice(QObject *parent = 0);
48 
55  virtual ~KPtyDevice();
56 
62  virtual bool open(OpenMode mode = ReadWrite | Unbuffered);
63 
77  bool open(int fd, OpenMode mode = ReadWrite | Unbuffered);
78 
82  virtual void close();
83 
96  void setSuspended(bool suspended);
97 
106  bool isSuspended() const;
107 
111  virtual bool isSequential() const;
112 
116  bool canReadLine() const;
117 
121  bool atEnd() const;
122 
126  qint64 bytesAvailable() const;
127 
131  qint64 bytesToWrite() const;
132 
133  bool waitForBytesWritten(int msecs = -1);
134  bool waitForReadyRead(int msecs = -1);
135 
136 
137 Q_SIGNALS:
143  void readEof();
144 
145 protected:
146  virtual qint64 readData(char *data, qint64 maxSize);
147  virtual qint64 readLineData(char *data, qint64 maxSize);
148  virtual qint64 writeData(const char *data, qint64 maxSize);
149 
150 private:
151  Q_PRIVATE_SLOT(d_func(), bool _k_canRead())
152  Q_PRIVATE_SLOT(d_func(), bool _k_canWrite())
153 };
154 
155 #endif
156 
QIODevice
qint64
QIODevice::atEnd
virtual bool atEnd() const
QIODevice::bytesToWrite
virtual qint64 bytesToWrite() const
QIODevice::readData
virtual qint64 readData(char *data, qint64 maxSize)=0
QIODevice::isSequential
virtual bool isSequential() const
KPty::open
bool open()
Create a pty master/slave pair.
Definition: kpty.cpp:194
kpty.h
QIODevice::waitForBytesWritten
virtual bool waitForBytesWritten(int msecs)
QObject
QIODevice::waitForReadyRead
virtual bool waitForReadyRead(int msecs)
QIODevice::bytesAvailable
virtual qint64 bytesAvailable() const
KPty::close
void close()
Close the pty master/slave pair.
Definition: kpty.cpp:446
QIODevice::readLineData
virtual qint64 readLineData(char *data, qint64 maxSize)
QIODevice::writeData
virtual qint64 writeData(const char *data, qint64 maxSize)=0
Q_DECLARE_PRIVATE_MI
#define Q_DECLARE_PRIVATE_MI(Class, SuperClass)
Definition: kptydevice.h:30
KPtyDevice
Encapsulates KPty into a QIODevice, so it can be used with Q*Stream, etc.
Definition: kptydevice.h:38
KPty
Provides primitives for opening & closing a pseudo TTY pair, assigning the controlling TTY...
Definition: kpty.h:33
QIODevice::canReadLine
virtual bool canReadLine() const
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:23:38 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

KPty

Skip menu "KPty"
  • Main Page
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdelibs API Reference

Skip menu "kdelibs API Reference"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDEWebKit
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • KPty
  • Kross
  • KUnitConversion
  • KUtils
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal