Envision
A visual programming IDE for object-oriented languages
|
Static Public Member Functions | |
static Interaction::CommandResult * | compileTree (Model::TreeManager *manager, const QString &pathToProjectContainerDirectory, bool includeDebugSymbols=false) |
Exports and compiles the program and returns a CommandResult, which contains an error string if something went wrong. More... | |
Static Private Member Functions | |
static void | visualizeMessage (Visualization::Item *item, const QString &message, const QString &type="default") |
Adds an overlay to the item which represents the message in the style defined by type. More... | |
Static Private Attributes | |
static const QString | COMPILER_MESSAGE_GROUP {"CompilerMessages"} |
|
static |
Exports and compiles the program and returns a CommandResult, which contains an error string if something went wrong.
|
staticprivate |
Adds an overlay to the item which represents the message in the style defined by type.
|
staticprivate |