OpenShot Library | libopenshot  0.3.2
Public Member Functions | List of all members
openshot::CompareClipEffects Struct Reference

#include <Clip.h>

Public Member Functions

bool operator() (openshot::EffectBase *lhs, openshot::EffectBase *rhs)
 

Detailed Description

Comparison method for sorting effect pointers (by Position, Layer, and Order). Effects are sorted from lowest layer to top layer (since that is sequence clips are combined), and then by position, and then by effect order.

Definition at line 48 of file Clip.h.

Member Function Documentation

◆ operator()()

bool openshot::CompareClipEffects::operator() ( openshot::EffectBase lhs,
openshot::EffectBase rhs 
)
inline

Definition at line 49 of file Clip.h.


The documentation for this struct was generated from the following file: