
Public Member Functions | |
| OutPointUndoItem (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 1841 of file mwindowedit.C.
| OutPointUndoItem::OutPointUndoItem | ( | double | old_position, | |
| double | new_position, | |||
| EDL * | edl | |||
| ) |
Definition at line 1853 of file mwindowedit.C.
References _, and UndoStackItem::set_description().

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

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