OpenShot Library | libopenshot  0.2.7
Public Member Functions | Public Attributes | List of all members
openshot::TimelineBase Class Reference

This class represents a timeline (used for building generic timeline implementations) More...

#include <TimelineBase.h>

Inheritance diagram for openshot::TimelineBase:
openshot::Timeline

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...
 

Detailed Description

This class represents a timeline (used for building generic timeline implementations)

Definition at line 54 of file TimelineBase.h.

Constructor & Destructor Documentation

◆ TimelineBase()

TimelineBase::TimelineBase ( )

Constructor for the base timeline.

Definition at line 36 of file TimelineBase.cpp.

Member Function Documentation

◆ Clips()

void TimelineBase::Clips ( int  test)
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.

Member Data Documentation

◆ preview_height

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::GetFrame(), openshot::Timeline::SetJsonValue(), openshot::Timeline::SetMaxSize(), openshot::Timeline::Timeline(), and TimelineBase().

◆ preview_width

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::GetFrame(), openshot::Caption::GetFrame(), openshot::Timeline::SetJsonValue(), openshot::Timeline::SetMaxSize(), openshot::Timeline::Timeline(), and TimelineBase().


The documentation for this class was generated from the following files: