Krita Source Code Documentation
Loading...
Searching...
No Matches
RenderedFrames Struct Reference

#include <KisDlgImportVideoAnimation.h>

Public Member Functions

bool framesNeedRelocation () const
 
bool isEmpty () const
 
size_t size () const
 

Public Attributes

QStringList renderedFrameFiles = {}
 
QList< int > renderedFrameTargetTimes = {}
 

Detailed Description

Definition at line 43 of file KisDlgImportVideoAnimation.h.

Member Function Documentation

◆ framesNeedRelocation()

bool RenderedFrames::framesNeedRelocation ( ) const
inline

Definition at line 47 of file KisDlgImportVideoAnimation.h.

47{ return !renderedFrameTargetTimes.empty(); }
QList< int > renderedFrameTargetTimes

References renderedFrameTargetTimes.

◆ isEmpty()

bool RenderedFrames::isEmpty ( ) const
inline

Definition at line 48 of file KisDlgImportVideoAnimation.h.

48{ return renderedFrameFiles.isEmpty(); }

References renderedFrameFiles.

◆ size()

size_t RenderedFrames::size ( ) const
inline

Definition at line 49 of file KisDlgImportVideoAnimation.h.

49{ return renderedFrameFiles.size(); }

References renderedFrameFiles.

Member Data Documentation

◆ renderedFrameFiles

QStringList RenderedFrames::renderedFrameFiles = {}

Definition at line 45 of file KisDlgImportVideoAnimation.h.

45{};

◆ renderedFrameTargetTimes

QList<int> RenderedFrames::renderedFrameTargetTimes = {}

Definition at line 46 of file KisDlgImportVideoAnimation.h.

46{};

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