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

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

Member Function Documentation

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

Member Data Documentation

quint32 QtAV::SubImage::color
QByteArray QtAV::SubImage::data
int QtAV::SubImage::h
int QtAV::SubImage::stride
int QtAV::SubImage::w
int QtAV::SubImage::x
int QtAV::SubImage::y

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