#include "vuGuiParser.h"
#include <iostream.h>
Include dependency graph for vuTextGui.cpp:
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
It takes as an argument the text file with the gui script, and creates the parsing object which generates the corresponding gui.
Syntax:
vuTextGui <guitextfile>
where <guitextfile> is the name of the file which has the gui script.
For more information, see the vuTextGui documentation.
Definition in file vuTextGui.cpp.
|
Definition at line 23 of file vuTextGui.cpp. References vuGuiParser::Parse(). |
Here is the call graph for this function: