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

#include <SubImage.h>

Public Member Functions

 SubImage (int x=0, int y=0, int w=0, int h=0, int stride=0)
 
bool operator== (const SubImage &o) const
 

Public Attributes

int x
 
int y
 
int w
 
int h
 
int stride
 
quint32 color
 
QByteArray data
 

Constructor & Destructor Documentation

◆ SubImage()

QtAV::SubImage::SubImage ( int  x = 0,
int  y = 0,
int  w = 0,
int  h = 0,
int  stride = 0 
)

Member Function Documentation

◆ operator==()

bool QtAV::SubImage::operator== ( const SubImage o) const
inline

Member Data Documentation

◆ color

quint32 QtAV::SubImage::color

◆ data

QByteArray QtAV::SubImage::data

◆ h

int QtAV::SubImage::h

◆ stride

int QtAV::SubImage::stride

◆ w

int QtAV::SubImage::w

◆ x

int QtAV::SubImage::x

◆ y

int QtAV::SubImage::y

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