#include <osdtypes.h>

Definition at line 380 of file osdtypes.h.
Public Member Functions | |
| OSDTypeFillSlider (const QString &name, const QString &filename, QRect displayrect, float wmult, float hmult, int scalew=-1, int scaleh=-1) | |
| ~OSDTypeFillSlider () | |
| void | Reinit (float wmult, float hmult) |
| void | SetRectangle (QRect rect) |
| QRect | ImageSize () |
| void | SetPosition (int pos) |
| int | GetPosition () |
| void | Draw (OSDSurface *surface, int fade, int maxfade, int xoff, int yoff) |
Private Attributes | |
| QRect | m_displayrect |
| QRect | m_unbiasedrect |
| int | m_maxval |
| int | m_curval |
| OSDTypeFillSlider::OSDTypeFillSlider | ( | const QString & | name, | |
| const QString & | filename, | |||
| QRect | displayrect, | |||
| float | wmult, | |||
| float | hmult, | |||
| int | scalew = -1, |
|||
| int | scaleh = -1 | |||
| ) |
Definition at line 1798 of file osdtypes.cpp.
| OSDTypeFillSlider::~OSDTypeFillSlider | ( | ) |
Definition at line 1813 of file osdtypes.cpp.
| void OSDTypeFillSlider::Reinit | ( | float | wmult, | |
| float | hmult | |||
| ) | [virtual] |
| void OSDTypeFillSlider::SetRectangle | ( | QRect | rect | ) | [inline] |
Definition at line 390 of file osdtypes.h.
| QRect OSDTypeFillSlider::ImageSize | ( | ) | [inline] |
Definition at line 391 of file osdtypes.h.
| void OSDTypeFillSlider::SetPosition | ( | int | pos | ) |
Definition at line 1823 of file osdtypes.cpp.
Referenced by OSD::ShowStatus(), and OSD::UpdateStatus().
| int OSDTypeFillSlider::GetPosition | ( | ) | [inline] |
| void OSDTypeFillSlider::Draw | ( | OSDSurface * | surface, | |
| int | fade, | |||
| int | maxfade, | |||
| int | xoff, | |||
| int | yoff | |||
| ) | [virtual] |
QRect OSDTypeFillSlider::m_displayrect [private] |
Definition at line 399 of file osdtypes.h.
Referenced by OSDTypeFillSlider(), Reinit(), SetPosition(), and SetRectangle().
QRect OSDTypeFillSlider::m_unbiasedrect [private] |
int OSDTypeFillSlider::m_maxval [private] |
int OSDTypeFillSlider::m_curval [private] |
Definition at line 402 of file osdtypes.h.
Referenced by GetPosition(), OSDTypeFillSlider(), and SetPosition().
1.5.5