#include <osdtypes.h>

Definition at line 445 of file osdtypes.h.
Public Member Functions | |
| OSDTypeBox (const QString &name, QRect displayrect, float wmult, float hmult) | |
| OSDTypeBox (const OSDTypeBox &other) | |
| ~OSDTypeBox () | |
| void | Reinit (float wmult, float hmult) |
| void | SetRect (QRect newrect, float wmult, float hmult) |
| void | Draw (OSDSurface *surface, int fade, int maxfade, int xoff, int yoff, unsigned int alpha) |
| void | Draw (OSDSurface *surface, int fade, int maxfade, int xoff, int yoff) |
| void | SetColor (QColor c) |
Private Attributes | |
| QRect | size |
| QRect | m_unbiasedsize |
| QColor | m_color |
| OSDTypeBox::OSDTypeBox | ( | const QString & | name, | |
| QRect | displayrect, | |||
| float | wmult, | |||
| float | hmult | |||
| ) |
Definition at line 2058 of file osdtypes.cpp.
| OSDTypeBox::OSDTypeBox | ( | const OSDTypeBox & | other | ) |
Definition at line 2071 of file osdtypes.cpp.
| OSDTypeBox::~OSDTypeBox | ( | ) |
Definition at line 2079 of file osdtypes.cpp.
| void OSDTypeBox::Reinit | ( | float | wmult, | |
| float | hmult | |||
| ) | [virtual] |
| void OSDTypeBox::SetRect | ( | QRect | newrect, | |
| float | wmult, | |||
| float | hmult | |||
| ) |
| void OSDTypeBox::Draw | ( | OSDSurface * | surface, | |
| int | fade, | |||
| int | maxfade, | |||
| int | xoff, | |||
| int | yoff, | |||
| unsigned int | alpha | |||
| ) |
Definition at line 2088 of file osdtypes.cpp.
Referenced by Draw(), OSDTypeCC::Draw(), OSDTypeText::DrawHiLiteString(), and OSDTypeText::DrawString().
| void OSDTypeBox::Draw | ( | OSDSurface * | surface, | |
| int | fade, | |||
| int | maxfade, | |||
| int | xoff, | |||
| int | yoff | |||
| ) | [inline, virtual] |
| void OSDTypeBox::SetColor | ( | QColor | c | ) | [inline] |
Definition at line 462 of file osdtypes.h.
Referenced by OSDTypeText::DrawHiLiteString(), and OSDTypeText::DrawString().
QRect OSDTypeBox::size [private] |
Definition at line 464 of file osdtypes.h.
Referenced by Draw(), OSDTypeBox(), Reinit(), and SetRect().
QRect OSDTypeBox::m_unbiasedsize [private] |
QColor OSDTypeBox::m_color [private] |
1.5.5