#include <intauto.h>
Inherits Auto.

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) |
Data Fields | |
| int | value |
Definition at line 10 of file intauto.h.
| void IntAuto::copy_from | ( | Auto * | that | ) | [virtual] |
| void IntAuto::copy_from | ( | IntAuto * | that | ) |
Definition at line 59 of file intauto.C.
References Auto::copy_from(), and value.

| int IntAuto::operator== | ( | Auto & | that | ) | [virtual] |
Reimplemented from Auto.
Definition at line 17 of file intauto.C.
References identical().

| int IntAuto::operator== | ( | IntAuto & | that | ) |
Definition at line 22 of file intauto.C.
References identical().

| int IntAuto::identical | ( | IntAuto * | that | ) |
| void IntAuto::load | ( | FileXML * | file | ) | [virtual] |
Reimplemented from Auto.
Definition at line 32 of file intauto.C.
References XMLTag::get_property(), FileXML::tag, and value.

| void IntAuto::copy | ( | int64_t | start, | |
| int64_t | end, | |||
| FileXML * | file, | |||
| int | default_only | |||
| ) | [virtual] |
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.

| float IntAuto::value_to_percentage | ( | ) | [virtual] |
| int IntAuto::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.5.5