OSDTypeCC Class Reference
#include <osdtypes.h>
List of all members.
Detailed Description
Definition at line 541 of file osdtypes.h.
|
Public Member Functions |
| | OSDTypeCC (const QString &name, TTFFont *font, int xoff, int yoff, int dispw, int disph, float wmult, float hmult) |
| | ~OSDTypeCC () |
| void | Reinit (float wmult, float hmult) |
| void | Reinit (int xoff, int yoff, int dispw, int disph, float wmult, float hmult) |
| void | AddCCText (const QString &text, int x, int y, int color, bool teletextmode=false) |
| void | ClearAllCCText () |
| int | UpdateCCText (vector< ccText * > *ccbuf, int replace=0, int scroll=0, bool scroll_prsv=false, int scroll_yoff=0, int scroll_ymax=15) |
| void | Draw (OSDSurface *surface, int fade, int maxfade, int xoff, int yoff) |
Private Attributes |
| TTFFont * | m_font |
| vector< ccText * > * | m_textlist |
| OSDTypeBox * | m_box |
| int | m_ccbackground |
| float | m_wmult |
| float | m_hmult |
| int | xoffset |
| int | yoffset |
| int | displaywidth |
| int | displayheight |
Constructor & Destructor Documentation
| OSDTypeCC::OSDTypeCC |
( |
const QString & |
name, |
|
|
TTFFont * |
font, |
|
|
int |
xoff, |
|
|
int |
yoff, |
|
|
int |
dispw, |
|
|
int |
disph, |
|
|
float |
wmult, |
|
|
float |
hmult | |
|
) |
| | |
| OSDTypeCC::~OSDTypeCC |
( |
|
) |
|
Member Function Documentation
| void OSDTypeCC::Reinit |
( |
float |
wmult, |
|
|
float |
hmult | |
|
) |
| | [virtual] |
| void OSDTypeCC::Reinit |
( |
int |
xoff, |
|
|
int |
yoff, |
|
|
int |
dispw, |
|
|
int |
disph, |
|
|
float |
wmult, |
|
|
float |
hmult | |
|
) |
| | |
| void OSDTypeCC::AddCCText |
( |
const QString & |
text, |
|
|
int |
x, |
|
|
int |
y, |
|
|
int |
color, |
|
|
bool |
teletextmode = false | |
|
) |
| | |
| void OSDTypeCC::ClearAllCCText |
( |
|
) |
|
| int OSDTypeCC::UpdateCCText |
( |
vector< ccText * > * |
ccbuf, |
|
|
int |
replace = 0, |
|
|
int |
scroll = 0, |
|
|
bool |
scroll_prsv = false, |
|
|
int |
scroll_yoff = 0, |
|
|
int |
scroll_ymax = 15 | |
|
) |
| | |
| void OSDTypeCC::Draw |
( |
OSDSurface * |
surface, |
|
|
int |
fade, |
|
|
int |
maxfade, |
|
|
int |
xoff, |
|
|
int |
yoff | |
|
) |
| | [virtual] |
Member Data Documentation
The documentation for this class was generated from the following files: