#include <osdtypes.h>

Definition at line 510 of file osdtypes.h.
Public Member Functions | |
| OSDTypePositionImage (const QString &name) | |
| OSDTypePositionImage (const OSDTypePositionImage &other) | |
| ~OSDTypePositionImage () | |
| void | Reinit (float wmult, float hmult) |
| void | AddPosition (QPoint pos, float wmult, float hmult) |
| void | Draw (OSDSurface *surface, int fade, int maxfade, int xoff, int yoff) |
Private Attributes | |
| vector< QPoint > | positions |
| vector< QPoint > | unbiasedpos |
| float | m_wmult |
| float | m_hmult |
| OSDTypePositionImage::OSDTypePositionImage | ( | const QString & | name | ) |
Definition at line 2309 of file osdtypes.cpp.
| OSDTypePositionImage::OSDTypePositionImage | ( | const OSDTypePositionImage & | other | ) |
Definition at line 2315 of file osdtypes.cpp.
| OSDTypePositionImage::~OSDTypePositionImage | ( | ) |
Definition at line 2328 of file osdtypes.cpp.
| void OSDTypePositionImage::Reinit | ( | float | wmult, | |
| float | hmult | |||
| ) | [virtual] |
| void OSDTypePositionImage::AddPosition | ( | QPoint | pos, | |
| float | wmult, | |||
| float | hmult | |||
| ) |
| void OSDTypePositionImage::Draw | ( | OSDSurface * | surface, | |
| int | fade, | |||
| int | maxfade, | |||
| int | xoff, | |||
| int | yoff | |||
| ) | [virtual] |
vector<QPoint> OSDTypePositionImage::positions [private] |
Definition at line 525 of file osdtypes.h.
Referenced by AddPosition(), Draw(), OSDTypePositionImage(), and Reinit().
vector<QPoint> OSDTypePositionImage::unbiasedpos [private] |
Definition at line 526 of file osdtypes.h.
Referenced by AddPosition(), OSDTypePositionImage(), and Reinit().
float OSDTypePositionImage::m_wmult [private] |
Definition at line 527 of file osdtypes.h.
Referenced by AddPosition(), Draw(), OSDTypePositionImage(), and Reinit().
float OSDTypePositionImage::m_hmult [private] |
Definition at line 528 of file osdtypes.h.
Referenced by AddPosition(), Draw(), OSDTypePositionImage(), and Reinit().
1.5.5