#include <osdtypes.h>

Definition at line 491 of file osdtypes.h.
Public Member Functions | |
| OSDTypePositionRectangle (const QString &name) | |
| OSDTypePositionRectangle (const OSDTypePositionRectangle &other) | |
| ~OSDTypePositionRectangle () | |
| void | AddPosition (QRect rect, float wmult, float hmult) |
| void | Reinit (float wmult, float hmult) |
| void | Draw (OSDSurface *surface, int fade, int maxfade, int xoff, int yoff) |
Private Attributes | |
| vector< QRect > | positions |
| vector< QRect > | unbiasedpos |
| OSDTypePositionRectangle::OSDTypePositionRectangle | ( | const QString & | name | ) |
Definition at line 2187 of file osdtypes.cpp.
| OSDTypePositionRectangle::OSDTypePositionRectangle | ( | const OSDTypePositionRectangle & | other | ) |
Definition at line 2192 of file osdtypes.cpp.
| OSDTypePositionRectangle::~OSDTypePositionRectangle | ( | ) |
Definition at line 2208 of file osdtypes.cpp.
| void OSDTypePositionRectangle::AddPosition | ( | QRect | rect, | |
| float | wmult, | |||
| float | hmult | |||
| ) |
| void OSDTypePositionRectangle::Reinit | ( | float | wmult, | |
| float | hmult | |||
| ) | [virtual] |
| void OSDTypePositionRectangle::Draw | ( | OSDSurface * | surface, | |
| int | fade, | |||
| int | maxfade, | |||
| int | xoff, | |||
| int | yoff | |||
| ) | [virtual] |
vector<QRect> OSDTypePositionRectangle::positions [private] |
Definition at line 506 of file osdtypes.h.
Referenced by AddPosition(), Draw(), OSDTypePositionRectangle(), and Reinit().
vector<QRect> OSDTypePositionRectangle::unbiasedpos [private] |
Definition at line 507 of file osdtypes.h.
Referenced by AddPosition(), OSDTypePositionRectangle(), and Reinit().
1.5.5