Starshatter_Open
Open source Starshatter engine
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Window Member List

This is the complete list of members for Window, including all inherited members.

AddView(View *v)Windowvirtual
ClipBitmap(int x1, int y1, int x2, int y2, Bitmap *img, Color c, int blend, const Rect &clip)Window
ClipLine(int &x1, int &y1, int &x2, int &y2)Window
ClipLine(double &x1, double &y1, double &x2, double &y2)Window
ClipRect(const Rect &r)Window
DelView(View *v)Windowvirtual
DrawBitmap(int x1, int y1, int x2, int y2, Bitmap *img, int blend=0)Window
DrawEllipse(int x1, int y1, int x2, int y2, Color color, int blend=0)Window
DrawLine(int x1, int y1, int x2, int y2, Color color, int blend=0)Window
DrawLines(int nPts, POINT *pts, Color color, int blend=0)Window
DrawPoly(int nPts, POINT *pts, Color color, int blend=0)Window
DrawRect(int x1, int y1, int x2, int y2, Color color, int blend=0)Window
DrawRect(const Rect &r, Color color, int blend=0)Window
DrawText(const char *txt, int count, Rect &txt_rect, DWORD flags)Window
FadeBitmap(int x1, int y1, int x2, int y2, Bitmap *img, Color c, int blend)Window
FillEllipse(int x1, int y1, int x2, int y2, Color color, int blend=0)Window
FillPoly(int nPts, POINT *pts, Color color, int blend=0)Window
FillRect(int x1, int y1, int x2, int y2, Color color, int blend=0)Window
FillRect(const Rect &r, Color color, int alpha=0)Window
fontWindowprotected
GetFont() const Windowinline
GetRect() const Windowinline
GetScreen() const Windowinline
Height() const Windowinline
Hide()Windowinlinevirtual
IsShown() const Windowinlinevirtual
MoveTo(const Rect &r)Windowvirtual
operator==(const Window &that) const Windowinline
Paint()Windowvirtual
Print(int x1, int y1, const char *fmt,...)Window
rectWindowprotected
screenWindowprotected
Screen classWindowfriend
ScreenToWindow(int &x, int &y)Windowinlineprotectedvirtual
ScreenToWindow(Rect &r)Windowinlineprotectedvirtual
SetFont(Font *f)Windowinline
Show()Windowinlinevirtual
shownWindowprotected
TileBitmap(int x1, int y1, int x2, int y2, Bitmap *img, int blend=0)Window
TYPENAME()Windowinlinestatic
view_listWindowprotected
Width() const Windowinline
Window(Screen *s, int ax, int ay, int aw, int ah)Window
X() const Windowinline
Y() const Windowinline
~Window()Windowvirtual