Guitar
Classes | Public Member Functions | Public Attributes | Private Attributes | List of all members
Win32Process Class Reference

#include <Win32Process.h>

Collaboration diagram for Win32Process:
Collaboration graph
[legend]

Classes

struct  Private
 

Public Member Functions

 Win32Process ()
 
 ~Win32Process ()
 
QString outstring () const
 
QString errstring () const
 
void start (QString const &command, bool use_input)
 
int wait ()
 
void writeInput (char const *ptr, int len)
 
void closeInput (bool justnow)
 

Public Attributes

std::vector< char > outbytes
 
std::vector< char > errbytes
 

Private Attributes

Privatem
 

Constructor & Destructor Documentation

◆ Win32Process()

Win32Process::Win32Process ( )

◆ ~Win32Process()

Win32Process::~Win32Process ( )

Member Function Documentation

◆ closeInput()

void Win32Process::closeInput ( bool  justnow)
Here is the call graph for this function:

◆ errstring()

QString Win32Process::errstring ( ) const
Here is the call graph for this function:

◆ outstring()

QString Win32Process::outstring ( ) const
Here is the call graph for this function:

◆ start()

void Win32Process::start ( QString const &  command,
bool  use_input 
)

◆ wait()

int Win32Process::wait ( )
Here is the call graph for this function:

◆ writeInput()

void Win32Process::writeInput ( char const *  ptr,
int  len 
)
Here is the call graph for this function:

Member Data Documentation

◆ errbytes

std::vector<char> Win32Process::errbytes

◆ m

Private* Win32Process::m
private

◆ outbytes

std::vector<char> Win32Process::outbytes

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