vdr  2.2.0
Public Member Functions | Public Attributes | List of all members
sDvbSpuRect Struct Reference

#include <dvbspu.h>

Public Member Functions

 sDvbSpuRect (void)
 
int width () const
 
int height () const
 
bool operator!= (const sDvbSpuRect r) const
 

Public Attributes

int x1
 
int y1
 
int x2
 
int y2
 

Detailed Description

Definition at line 32 of file dvbspu.h.

Constructor & Destructor Documentation

§ sDvbSpuRect()

sDvbSpuRect::sDvbSpuRect ( void  )
inline

Definition at line 36 of file dvbspu.h.

Member Function Documentation

§ height()

int sDvbSpuRect::height ( ) const
inline

Definition at line 42 of file dvbspu.h.

Referenced by cDvbSpuBitmap::getBitmap().

§ operator!=()

bool sDvbSpuRect::operator!= ( const sDvbSpuRect  r) const
inline

Definition at line 46 of file dvbspu.h.

References x1, x2, y1, and y2.

§ width()

int sDvbSpuRect::width ( ) const
inline

Definition at line 39 of file dvbspu.h.

Referenced by cDvbSpuBitmap::getBitmap().

Member Data Documentation

§ x1

int sDvbSpuRect::x1

§ x2

int sDvbSpuRect::x2

§ y1

int sDvbSpuRect::y1

§ y2

int sDvbSpuRect::y2

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