nxcl @VERSION@
Classes | Macros | Variables
notQt.h File Reference
#include <list>
#include <vector>
#include <string>
#include <fstream>
#include <unistd.h>
#include <sys/poll.h>

Go to the source code of this file.

Classes

class  nxcl::notQProcessCallbacks
 
class  nxcl::notQProcess
 
class  nxcl::notQTemporaryFile
 
class  nxcl::notQtUtilities
 

Macros

#define NOTQTPROCESS_MAIN_APP   0
 
#define NOTQTPROCESS_FAILURE   -1
 
#define NOTQPROCNOERROR   0
 
#define NOTQPROCFAILEDTOSTART   1
 
#define NOTQPROCCRASHED   2
 
#define NOTQPROCTIMEDOUT   3
 
#define NOTQPROCWRITEERR   4
 
#define NOTQPROCREADERR   5
 
#define NOTQPROCUNKNOWN   6
 
#define dbgln(msg)   debugLogFile << __FUNCTION__ << ": " << msg << endl;
 
#define dbglln(msg)   debugLogFile << __PRETTY_FUNCTION__ << ": " << msg << endl;
 
#define dbg(msg)   debugLogFile << msg;
 

Variables

ofstream debugLogFile
 

Detailed Description

Simple re-implementations of some Qt-like functionality. In particular, there's a QProcess-like (though much simplified) class, a QTemporaryFile like class and a couple of the methods that you get with QString.

Definition in file notQt.h.

Macro Definition Documentation

◆ dbg

#define dbg (   msg)    debugLogFile << msg;

Definition at line 57 of file notQt.h.

◆ dbglln

#define dbglln (   msg)    debugLogFile << __PRETTY_FUNCTION__ << ": " << msg << endl;

Definition at line 56 of file notQt.h.

◆ dbgln

#define dbgln (   msg)    debugLogFile << __FUNCTION__ << ": " << msg << endl;

Definition at line 55 of file notQt.h.

◆ NOTQPROCCRASHED

#define NOTQPROCCRASHED   2

Definition at line 45 of file notQt.h.

◆ NOTQPROCFAILEDTOSTART

#define NOTQPROCFAILEDTOSTART   1

Definition at line 44 of file notQt.h.

◆ NOTQPROCNOERROR

#define NOTQPROCNOERROR   0

Definition at line 43 of file notQt.h.

◆ NOTQPROCREADERR

#define NOTQPROCREADERR   5

Definition at line 48 of file notQt.h.

◆ NOTQPROCTIMEDOUT

#define NOTQPROCTIMEDOUT   3

Definition at line 46 of file notQt.h.

◆ NOTQPROCUNKNOWN

#define NOTQPROCUNKNOWN   6

Definition at line 49 of file notQt.h.

◆ NOTQPROCWRITEERR

#define NOTQPROCWRITEERR   4

Definition at line 47 of file notQt.h.

◆ NOTQTPROCESS_FAILURE

#define NOTQTPROCESS_FAILURE   -1

Definition at line 40 of file notQt.h.

◆ NOTQTPROCESS_MAIN_APP

#define NOTQTPROCESS_MAIN_APP   0

Definition at line 39 of file notQt.h.