notQt.h File Reference
#include "../config.h"
#include <list>
#include <vector>
#include <string>
#include <fstream>
#include <sys/poll.h>
Go to the source code of this file.
|
Namespaces |
namespace | nxcl |
Defines |
#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.
Generated on Wed Oct 17 10:08:25 2007 for nxcl by
1.4.2