#include <DisplayView.h>
List of all members.
Public Member Functions |
| DisplayView (Window *c) |
virtual | ~DisplayView () |
virtual void | Refresh () |
virtual void | OnWindowMove () |
virtual void | ExecFrame () |
virtual void | ClearDisplay () |
virtual void | AddText (const char *txt, Font *font, Color color, const Rect &rect, double hold=1e9, double fade_in=0, double fade_out=0) |
virtual void | AddImage (Bitmap *bmp, Color color, int blend, const Rect &rect, double hold=1e9, double fade_in=0, double fade_out=0) |
| View (Window *c) |
virtual | ~View () |
int | operator== (const View &that) const |
virtual void | OnShow () |
virtual void | OnHide () |
virtual void | SetWindow (Window *w) |
virtual Window * | GetWindow () |
Detailed Description
Definition at line 32 of file DisplayView.h.
Constructor & Destructor Documentation
DisplayView::DisplayView |
( |
Window * |
c | ) |
|
DisplayView::~DisplayView |
( |
| ) |
|
|
virtual |
Member Function Documentation
void DisplayView::AddImage |
( |
Bitmap * |
bmp, |
|
|
Color |
color, |
|
|
int |
blend, |
|
|
const Rect & |
rect, |
|
|
double |
hold = 1e9 , |
|
|
double |
fade_in = 0 , |
|
|
double |
fade_out = 0 |
|
) |
| |
|
virtual |
void DisplayView::AddText |
( |
const char * |
txt, |
|
|
Font * |
font, |
|
|
Color |
color, |
|
|
const Rect & |
rect, |
|
|
double |
hold = 1e9 , |
|
|
double |
fade_in = 0 , |
|
|
double |
fade_out = 0 |
|
) |
| |
|
virtual |
void DisplayView::ClearDisplay |
( |
| ) |
|
|
virtual |
void DisplayView::ExecFrame |
( |
| ) |
|
|
virtual |
void DisplayView::OnWindowMove |
( |
| ) |
|
|
virtual |
void DisplayView::Refresh |
( |
| ) |
|
|
virtual |
Member Data Documentation
double DisplayView::xcenter |
|
protected |
double DisplayView::ycenter |
|
protected |
The documentation for this class was generated from the following files: