• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • kdesu
 

kdesu

  • kdesu
kdesu_pty.h
1 /* vi: ts=8 sts=4 sw=4
2  *
3  * $Id$
4  *
5  * This file is part of the KDE project, module kdesu.
6  * Copyright (C) 1999,2000 Geert Jansen <jansen@kde.org>
7  *
8  * This is free software; you can use this library under the GNU Library
9  * General Public License, version 2. See the file "COPYING.LIB" for the
10  * exact licensing terms.
11  */
12 
13 
18 #ifndef __PTY_h_Included__
19 #define __PTY_h_Included__
20 
21 #include <tqcstring.h>
22 
23 #include <kdelibs_export.h>
24 
25 class KDESU_EXPORT PTY {
26 
27 public:
31  PTY();
32 
36  ~PTY();
37 
42  int getpt();
43 
48  int grantpt();
49 
54  int unlockpt();
55 
60  TQCString ptsname();
61 
62 private:
63 
64  int ptyfd;
65  TQCString ptyname, ttyname;
66 
67  class PTYPrivate;
68  PTYPrivate *d;
69 };
70 
71 #endif // __PTY_h_Included__
PTY
PTY compatibility routines.
Definition: kdesu_pty.h:25

kdesu

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

kdesu

Skip menu "kdesu"
  • arts
  • dcop
  • dnssd
  • interfaces
  •     interface
  •     library
  •   kspeech
  •   ktexteditor
  • kabc
  • kate
  • kcmshell
  • kdecore
  • kded
  • kdefx
  • kdeprint
  • kdesu
  • kdeui
  • kdoctools
  • khtml
  • kimgio
  • kinit
  • kio
  •   bookmarks
  •   httpfilter
  •   kfile
  •   kio
  •   kioexec
  •   kpasswdserver
  •   kssl
  • kioslave
  •   http
  • kjs
  • kmdi
  •   kmdi
  • knewstuff
  • kparts
  • krandr
  • kresources
  • kspell2
  • kunittest
  • kutils
  • kwallet
  • libkmid
  • libkscreensaver
Generated for kdesu by doxygen 1.8.6
This website is maintained by Timothy Pearson.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. |