#include <intauto.h>
Inheritance diagram for IntAuto:

Public Member Functions | |
| IntAuto (EDL *edl, IntAutos *autos) | |
| ~IntAuto () | |
| void | copy_from (Auto *that) |
| void | copy_from (IntAuto *that) |
| int | operator== (Auto &that) |
| int | operator== (IntAuto &that) |
| int | identical (IntAuto *that) |
| void | load (FileXML *file) |
| void | copy (int64_t start, int64_t end, FileXML *file, int default_only) |
| float | value_to_percentage () |
| int | percentage_to_value (float percentage) |
Public Attributes | |
| int | value |
Definition at line 10 of file intauto.h.
|
||||||||||||
|
Definition at line 7 of file intauto.C. References value. Referenced by IntAutos::new_auto(). |
|
|
|
|
||||||||||||||||||||
|
Reimplemented from Auto. Definition at line 38 of file intauto.C. References FileXML::append_newline(), FileXML::append_tag(), Auto::position, XMLTag::set_property(), XMLTag::set_title(), FileXML::tag, and value. |
|
|
Definition at line 59 of file intauto.C. References Auto::copy_from(), and value. |
|
|
Reimplemented from Auto. |
|
|
Definition at line 27 of file intauto.C. References value. Referenced by operator==(). |
|
|
Reimplemented from Auto. Definition at line 32 of file intauto.C. References XMLTag::get_property(), FileXML::tag, and value. |
|
|
Definition at line 22 of file intauto.C. References identical(). |
|
|
Reimplemented from Auto. Definition at line 17 of file intauto.C. References identical(). |
|
|
|
|
|
Reimplemented from Auto. Definition at line 66 of file intauto.C. References value. |
|
|
Definition at line 27 of file intauto.h. Referenced by MutePatch::button_press_event(), copy(), copy_from(), PatchBay::cursor_motion_event(), IntAutos::get_extents(), VModePatch::handle_event(), identical(), IntAuto(), load(), IntAutos::new_auto(), VPatchGUI::update(), PatchGUI::update(), TrackCanvas::update_drag_toggleauto(), value_to_percentage(), and VModePatch::VModePatch(). |
1.4.4