#include "autoconf.h"#include "defaults.h"#include "filexml.h"Go to the source code of this file.
Variables | |
| static char * | xml_titles [] |
| static int | auto_defaults [] |
|
|
Initial value:
{
0,
1,
1,
0,
0,
0,
1,
1,
0,
0
}
Definition at line 22 of file autoconf.C. Referenced by AutoConf::load_defaults(), and AutoConf::load_xml(). |
|
|
Initial value:
{
"SHOW_MUTE",
"SHOW_CAMERA_X",
"SHOW_CAMERA_Y",
"SHOW_CAMERA_Z",
"SHOW_PROJECTOR_X",
"SHOW_PROJECTOR_Y",
"SHOW_PROJECTOR_Z",
"SHOW_FADE",
"SHOW_PAN",
"SHOW_MODE",
"SHOW_MASK",
"SHOW_NUDGE"
}
Definition at line 6 of file autoconf.C. Referenced by Automation::copy(), Automation::dump(), Automation::load(), AutoConf::load_defaults(), AutoConf::load_xml(), Automation::paste(), AutoConf::save_defaults(), and AutoConf::save_xml(). |
1.4.4