Contains the definition for Project class. More...
#include <scaffold/scaffold.h>
#include <libbbb/list2d.h>
#include <libbbb/varmap.h>
#include <QString>
#include <QProcess>
#include <QVector>
Go to the source code of this file.
Classes | |
class | scaffold::Project |
A project as represented by the program. More... | |
Macros | |
#define | VPRJ_NAME "NAME" |
name of the variable for project's name | |
#define | VPRJ_UNIX_NAME "UNIXNAME" |
name of the variable for project's name | |
#define | VPRJ_CLASS_NAME "CLASS" |
name of the class for project | |
#define | VPRJ_DESCR "DESCRIPTION" |
name of the variable for project's description | |
#define | VPRJ_OUTPATH "OUTPATH" |
name of the variable for project's output path | |
#define | VPRJ_GENERATORS "GENERATORS" |
list of generator names | |
Contains the definition for Project class.