
Public Member Functions | |
| InPointUndoItem (double old_position, double new_position, EDL *edl) | |
| void | undo () |
| int | get_size () |
Private Attributes | |
| double | old_position |
| double | new_position |
| EDL * | edl |
Definition at line 1772 of file mwindowedit.C.
| InPointUndoItem::InPointUndoItem | ( | double | old_position, | |
| double | new_position, | |||
| EDL * | edl | |||
| ) |
Definition at line 1784 of file mwindowedit.C.
References _, and UndoStackItem::set_description().

| void InPointUndoItem::undo | ( | ) | [virtual] |
Reimplemented from UndoStackItem.
Definition at line 1793 of file mwindowedit.C.
References edl, new_position, old_position, and EDL::set_inpoint().

| int InPointUndoItem::get_size | ( | ) | [virtual] |
double InPointUndoItem::old_position [private] |
double InPointUndoItem::new_position [private] |
EDL* InPointUndoItem::edl [private] |
1.5.5