#include <panautos.h>
Inherits Autos.

Public Member Functions | |
| PanAutos (EDL *edl, Track *track) | |
| ~PanAutos () | |
| Auto * | new_auto () |
| void | get_handle (int &handle_x, int &handle_y, int64_t position, int direction, PanAuto *&previous, PanAuto *&next) |
| void | dump () |
Definition at line 9 of file panautos.h.
| PanAutos::~PanAutos | ( | ) |
Definition at line 12 of file panautos.C.
| Auto * PanAutos::new_auto | ( | ) | [virtual] |
Reimplemented from Autos.
Definition at line 17 of file panautos.C.
References Autos::edl, and PanAuto::PanAuto().

| void PanAutos::get_handle | ( | int & | handle_x, | |
| int & | handle_y, | |||
| int64_t | position, | |||
| int | direction, | |||
| PanAuto *& | previous, | |||
| PanAuto *& | next | |||
| ) |
Definition at line 22 of file panautos.C.
References Autos::get_next_auto(), Autos::get_prev_auto(), PanAuto::handle_x, PanAuto::handle_y, Auto::position, and List< Auto >::total().
Referenced by APatchGUI::update().

| void PanAutos::dump | ( | ) | [virtual] |
Reimplemented from Autos.
Definition at line 57 of file panautos.C.
References Autos::default_auto, List< Auto >::first, NEXT, and Auto::position.
1.5.5