View for the timeline. More...
#include <LogPlayWidget.hh>
Inherits QGraphicsView.
Public Slots | |
void | DrawTimeline () |
Draw the timeline. More... | |
void | SetCurrentTime (const common::Time &_time) |
Set the position of the current time item. More... | |
void | SetEndTime (const common::Time &_time) |
Set the log end time. More... | |
void | SetStartTime (const common::Time &_time) |
Set the log start time. More... | |
Signals | |
void | Seek (const common::Time &_time) |
Qt signal used to seek. More... | |
Public Member Functions | |
LogPlayView (LogPlayWidget *_parent=0) | |
Constructor;. More... | |
Protected Member Functions | |
void | mouseMoveEvent (QMouseEvent *_event) |
void | mousePressEvent (QMouseEvent *_event) |
void | mouseReleaseEvent (QMouseEvent *_event) |
View for the timeline.
|
explicit |
Constructor;.
[in] | _parent | Parent widget. |
|
slot |
Draw the timeline.
|
protected |
|
protected |
|
protected |
|
signal |
Qt signal used to seek.
[in] | _time | Time to jump to. |
|
slot |
Set the position of the current time item.
[in] | _time | Current time. |
|
slot |
Set the log end time.
[in] | _time | End time. |
|
slot |
Set the log start time.
[in] | _time | Start time. |