Qt 4.8
Classes | Macros | Typedefs | Functions
qprocess_p.h File Reference
#include "QtCore/qprocess.h"
#include "QtCore/qstringlist.h"
#include "QtCore/qhash.h"
#include "QtCore/qshareddata.h"
#include "private/qringbuffer_p.h"
#include "private/qiodevice_p.h"
#include <QtCore/private/qorderedmutexlocker_p.h>
#include "QtCore/qt_windows.h"

Go to the source code of this file.

Classes

class  QProcEnvKey
 
class  QProcessEnvironmentPrivate
 
struct  QProcessEnvironmentPrivate::MutexLocker
 
struct  QProcessEnvironmentPrivate::OrderedMutexLocker
 
class  QProcessPrivate
 
struct  QProcessPrivate::Channel
 

Macros

#define INVALID_Q_PIPE   INVALID_HANDLE_VALUE
 

Typedefs

typedef HANDLE Q_PIPE
 
typedef QString QProcEnvValue
 

Functions

 Q_DECLARE_TYPEINFO (QProcEnvKey, Q_MOVABLE_TYPE)
 
uint qHash (const QProcEnvKey &key)
 

Macro Definition Documentation

◆ INVALID_Q_PIPE

#define INVALID_Q_PIPE   INVALID_HANDLE_VALUE

Typedef Documentation

◆ Q_PIPE

typedef HANDLE Q_PIPE

Definition at line 68 of file qprocess_p.h.

◆ QProcEnvValue

Definition at line 98 of file qprocess_p.h.

Function Documentation

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QProcEnvKey  ,
Q_MOVABLE_TYPE   
)

◆ qHash()

uint qHash ( const QProcEnvKey key)
inline