Miam-Player  0.8.0
A nice music player
QtAV::SubImageSet Struct Reference

#include <SubImage.h>

Public Types

enum  Format { ASS, RGBA, Unknown }
 

Public Member Functions

 SubImageSet (int width=0, int height=0, Format format=Unknown)
 
int width () const
 
int height () const
 
Format format () const
 
bool isValid () const
 
void reset (int width=0, int height=0, Format format=Unknown)
 
bool operator== (const SubImageSet &other) const
 

Public Attributes

QVector< SubImageimages
 

Member Enumeration Documentation

◆ Format

Enumerator
ASS 
RGBA 
Unknown 

Constructor & Destructor Documentation

◆ SubImageSet()

QtAV::SubImageSet::SubImageSet ( int  width = 0,
int  height = 0,
Format  format = Unknown 
)

Member Function Documentation

◆ format()

Format QtAV::SubImageSet::format ( ) const
inline

◆ height()

int QtAV::SubImageSet::height ( ) const
inline

◆ isValid()

bool QtAV::SubImageSet::isValid ( ) const
inline

◆ operator==()

bool QtAV::SubImageSet::operator== ( const SubImageSet other) const
inline

◆ reset()

void QtAV::SubImageSet::reset ( int  width = 0,
int  height = 0,
Format  format = Unknown 
)
inline

◆ width()

int QtAV::SubImageSet::width ( ) const
inline

Member Data Documentation

◆ images

QVector<SubImage> QtAV::SubImageSet::images

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