SPH
|
#include <TimeLine.h>
Public Member Functions | |
TimeLinePanel (wxWindow *parent, const Path &inputFile, SharedPtr< ITimeLineCallbacks > callbacks) | |
void | update (const Path &inputFile) |
void | setFrame (const Size newFrame) |
void | setNext () |
void | setPrevious () |
void | startSequence () |
Definition at line 27 of file TimeLine.h.
TimeLinePanel::TimeLinePanel | ( | wxWindow * | parent, |
const Path & | inputFile, | ||
SharedPtr< ITimeLineCallbacks > | callbacks | ||
) |
Definition at line 42 of file TimeLine.cpp.
void TimeLinePanel::setFrame | ( | const Size | newFrame | ) |
Definition at line 74 of file TimeLine.cpp.
void TimeLinePanel::setNext | ( | ) |
Definition at line 93 of file TimeLine.cpp.
void TimeLinePanel::setPrevious | ( | ) |
Definition at line 79 of file TimeLine.cpp.
void TimeLinePanel::startSequence | ( | ) |
Definition at line 89 of file TimeLine.cpp.
void TimeLinePanel::update | ( | const Path & | inputFile | ) |
Definition at line 55 of file TimeLine.cpp.