#include "parameters.h"
#include <QTextStream>
#include <QObject>
#include <QFile>
Go to the source code of this file.
|
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...
|
|
QTextStream& newline |
( |
QTextStream & |
s | ) |
|
put a newline character in the stream that ignores the streams current FieldWidth
- Parameters
-
- Returns
- stream
QTextStream& space |
( |
QTextStream & |
s | ) |
|
put a space in the stream that ignores the streams current FieldWidth
- Parameters
-
- Returns
- stream