OpenShot Library | libopenshot
0.2.6
|
This class represents a timeline (used for building generic timeline implementations) More...
#include <TimelineBase.h>
Public Member Functions | |
virtual void | Clips (int test) |
TimelineBase () | |
Constructor for the base timeline. More... | |
Public Attributes | |
int | preview_height |
Optional preview width of timeline image. If your preview window is smaller than the timeline, it's recommended to set this. More... | |
int | preview_width |
Optional preview width of timeline image. If your preview window is smaller than the timeline, it's recommended to set this. More... | |
This class represents a timeline (used for building generic timeline implementations)
Definition at line 54 of file TimelineBase.h.
TimelineBase::TimelineBase | ( | ) |
Constructor for the base timeline.
Definition at line 36 of file TimelineBase.cpp.
|
virtual |
This function will be overloaded in the Timeline class passing no arguments so we'll be able to access the Timeline::Clips() function from a pointer object of the TimelineBase class
Definition at line 47 of file TimelineBase.cpp.
int openshot::TimelineBase::preview_height |
Optional preview width of timeline image. If your preview window is smaller than the timeline, it's recommended to set this.
Definition at line 58 of file TimelineBase.h.
Referenced by openshot::Timeline::ApplyJsonDiff(), openshot::QtImageReader::GetFrame(), openshot::FFmpegReader::GetFrame(), openshot::Timeline::GetFrame(), openshot::Timeline::SetJsonValue(), openshot::Timeline::SetMaxSize(), openshot::Timeline::Timeline(), and TimelineBase().
int openshot::TimelineBase::preview_width |
Optional preview width of timeline image. If your preview window is smaller than the timeline, it's recommended to set this.
Definition at line 57 of file TimelineBase.h.
Referenced by openshot::Timeline::ApplyJsonDiff(), openshot::QtImageReader::GetFrame(), openshot::Caption::GetFrame(), openshot::FFmpegReader::GetFrame(), openshot::Timeline::GetFrame(), openshot::Timeline::SetJsonValue(), openshot::Timeline::SetMaxSize(), openshot::Timeline::Timeline(), and TimelineBase().