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

#include <osd.h>

Public Member Functions

int Width (void) const
 
int Height (void) const
 
bool Intersects (const tArea &Area) const
 

Public Attributes

int x1
 
int y1
 
int x2
 
int y2
 
int bpp
 

Detailed Description

Definition at line 298 of file osd.h.

Member Function Documentation

int tArea::Height ( void  ) const
inline

Definition at line 302 of file osd.h.

Referenced by cDvbSdFfOsd::CanHandleAreas().

bool tArea::Intersects ( const tArea Area) const
inline

Definition at line 303 of file osd.h.

References x1, x2, y1, and y2.

int tArea::Width ( void  ) const
inline

Member Data Documentation

int tArea::bpp
int tArea::x1

Definition at line 299 of file osd.h.

Referenced by cDvbSubtitlePage::GetAreas(), Intersects(), and cOsd::SetAreas().

int tArea::x2
int tArea::y1

Definition at line 299 of file osd.h.

Referenced by cDvbSubtitlePage::GetAreas(), Intersects(), and cOsd::SetAreas().

int tArea::y2

Definition at line 299 of file osd.h.

Referenced by cDvbSubtitlePage::GetAreas(), Intersects(), and cOsd::SetAreas().


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