13 #include <QDomDocument> 61 virtual void setGoptions();
63 void scanGcard(
string file);
64 int setOptMap(
int argc,
char **args);
68 return setOptMap(argc, args);
72 map<string, string> getOptMap();
74 vector<aopt> getArgs(
string);
string help
help for the argument variable.
string name
name to be displayed for the argument variable.
string args
string assigned to argument.
int type
0 = number, 1 = string
int setOptMap(int argc, char **args, int i)
map< string, aopt > optMap
Options map.
double arg
double assigned to argument.