Stellarium
1.2
|
#include <StelScriptOutput.hpp>
Static Public Member Functions | |
static void | init (const QString &outputFilePath) |
Create and initialize the log file. More... | |
static void | deinit () |
Deinitialize the output file. More... | |
static void | writeLog (QString msg) |
Write the message plus a newline to the output file at $USERDIR/output.txt. More... | |
static void | reset (void) |
Reset file, i.e., empty it. This may be useful to have repetitive output which may be read by other programs. | |
static void | saveOutputAs (const QString &name) |
Save to new file, re-create output file. More... | |
Class with only static members used to manage output for Stellarium scripts.
|
static |
Must be called after init() was called.
|
static |
Prepend system information before any output.
|
static |
This allows reading of results on Windows, where otherwise reading programs cannot access files opened for writing by Stellarium.
name | new filename. If this is not an absolute path, it will be created in the same directory as output.txt |
|
static |
msg | message to write. |