#include "glproject.h"#include <qfile.h>#include <qtextstream.h>#include <qstringlist.h>Defines | |
| #define | ML_NAME "GLProjectML" |
| #define | DOC_VERSION_ATTRIB "version" |
| #define | TITLE_TAG "title" |
| #define | DESC_TAG "description" |
| #define | DOC_TAG "documentation" |
| #define | INIT_CMDS_TAG "init_commands" |
| #define | DISPLAY_CMDS_TAG "display_commands" |
| #define | CMD_TAG "command" |
| #define | CMD_NAME_ATTRIB "name" |
| #define | CMD_ENABLED_ATTRIB "enabled" |
| #define | CMD_PARAM_TAG "param" |
| #define | PARAM_POS_ATTRIB "pos" |
| #define | PARAM_VALUE_ATTRIB "value" |
| #define | PARAM_ELEMENT_TAG "element" |
| #define | ELEMENT_POS_ATTRIB "pos" |
| #define | ELEMENT_VALUE_ATTRIB "value" |
| #define | CURRENT_DOC_VERSION "1.0" |
| #define | TRUE_STR "true" |
| #define | FALSE_STR "false" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.2