Main Page | Class Hierarchy | Class List | Directories | File List | Class Members

nxcl::notQTemporaryFile Class Reference

#include <notQt.h>

List of all members.

Public Member Functions

void open (void)
void write (string input)
void close (void)
string fileName (void)
void remove (void)


Detailed Description

A simple replacement for the Qt Class QTemporaryFile.

Definition at line 190 of file notQt.h.


Member Function Documentation

void nxcl::notQTemporaryFile::close void   ) 
 

Close the temporary file's stream.

string nxcl::notQTemporaryFile::fileName void   ) 
 

A getter for the file name of the temporary file

void nxcl::notQTemporaryFile::open void   ) 
 

Open a file with a (not really) random name. The filename will be /tmp/notQtXXXXXX where XXXXXX will be the time in seconds since the unix epoch.

void nxcl::notQTemporaryFile::remove void   ) 
 

Remove the temporary file

void nxcl::notQTemporaryFile::write string  input  ) 
 

Write

  • input to the temporary file.


The documentation for this class was generated from the following file:
Generated on Wed Oct 17 10:08:25 2007 for nxcl by  doxygen 1.4.2