#include <autoconf.h>
Public Member Functions | |
| AutoConf () | |
| ~AutoConf () | |
| AutoConf & | operator= (AutoConf &that) |
| void | copy_from (AutoConf *src) |
| int | load_defaults (Defaults *defaults) |
| int | save_defaults (Defaults *defaults) |
| void | load_xml (FileXML *file) |
| void | save_xml (FileXML *file) |
| int | set_all (int value=1) |
Public Attributes | |
| int | autos [AUTOMATION_TOTAL] |
| int | transitions |
| int | plugins |
Definition at line 12 of file autoconf.h.
|
|
Definition at line 15 of file autoconf.h. |
|
|
Definition at line 16 of file autoconf.h. |
|
|
Definition at line 95 of file autoconf.C. References autos, plugins, and transitions. Referenced by EDLSession::copy(), and operator=(). |
|
|
Definition at line 36 of file autoconf.C. References auto_defaults, autos, plugins, transitions, and xml_titles. Referenced by EDLSession::load_defaults(). |
|
|
Definition at line 47 of file autoconf.C. References auto_defaults, autos, XMLTag::get_property(), plugins, FileXML::tag, transitions, and xml_titles. Referenced by EDLSession::load_xml(). |
|
|
Definition at line 89 of file autoconf.C. References copy_from(). |
|
|
Definition at line 57 of file autoconf.C. References autos, plugins, transitions, and xml_titles. Referenced by EDLSession::save_defaults(). |
|
|
Definition at line 68 of file autoconf.C. References autos, plugins, XMLTag::set_property(), FileXML::tag, transitions, and xml_titles. Referenced by EDLSession::save_xml(). |
|
|
Definition at line 78 of file autoconf.C. References autos, plugins, and transitions. Referenced by Automation::clear(), Track::copy(), KeyframePopupCopy::handle_event(), and Tracks::move_edits(). |
|
|
|
Definition at line 32 of file autoconf.h. Referenced by Track::clear_automation(), Track::copy_automation(), copy_from(), TrackCanvas::do_keyframes(), GWindowToggle::get_main_value(), PluginAutomation::handle_event(), load_defaults(), load_xml(), save_defaults(), save_xml(), set_all(), PluginServer::sync_parameters(), and MainMenu::update_toggles(). |
|
1.4.4