vdr 2.7.7
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.

References x1, x2, y1, and y2.

Referenced by operator!=().

Member Function Documentation

◆ height()

int sDvbSpuRect::height ( ) const
inline

Definition at line 42 of file dvbspu.h.

References y1, and y2.

Referenced by cDvbSpuBitmap::getBitmap().

◆ operator!=()

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

Definition at line 46 of file dvbspu.h.

References sDvbSpuRect(), x1, x2, y1, and y2.

◆ width()

int sDvbSpuRect::width ( ) const
inline

Definition at line 39 of file dvbspu.h.

References x1, and x2.

Referenced by cDvbSpuBitmap::getBitmap().

Member Data Documentation

◆ x1

◆ x2

◆ y1

◆ y2


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