A scafrex as represented by the program. More...
#include <scafrex.h>
Public Member Functions | |
Scafrex (Scaffold *parent, const QStringList &init_files, const bbb::VarMap &var_map) | |
constructor | |
virtual | ~Scafrex (void) |
destructor; | |
int | run (QCoreApplication &app) |
do the run and return the exit code | |
bool | fixFilePath (const QString &s_in, QString &s_out) |
special function that replaces variables inside paths More... | |
A scafrex as represented by the program.
bool Scafrex::fixFilePath | ( | const QString & | s_in, |
QString & | s_out | ||
) |
special function that replaces variables inside paths
We need to use the NAMESPACE.VARIABLE notation inside paths because our ':' is a reserved character.
s_in | The path to convert |
s_out | Resulting path |