Langmuir
Simulation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
output.h File Reference
#include "parameters.h"
#include <QTextStream>
#include <QObject>
#include <QFile>

Go to the source code of this file.

Classes

class  LangmuirCore::OutputInfo
 brief A class to generate file names using the SimulationParameters More...
 
class  LangmuirCore::OutputStream
 A class to combine QFile, QTextStream and OutputInfo (QFileInfo). More...
 

Namespaces

 LangmuirCore
 

Functions

QTextStream & newline (QTextStream &s)
 put a newline character in the stream that ignores the streams current FieldWidth More...
 
QTextStream & space (QTextStream &s)
 put a space in the stream that ignores the streams current FieldWidth More...
 
void LangmuirCore::backupFile (const QString &name)
 Back up a file. More...
 

Function Documentation

QTextStream& newline ( QTextStream &  s)

put a newline character in the stream that ignores the streams current FieldWidth

Parameters
sstream
Returns
stream
QTextStream& space ( QTextStream &  s)

put a space in the stream that ignores the streams current FieldWidth

Parameters
sstream
Returns
stream