Starshatter_Open
Open source Starshatter engine
|
This is the complete list of members for Window, including all inherited members.
AddView(View *v) | Window | virtual |
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) | Window | virtual |
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 | |
font | Window | protected |
GetFont() const | Window | inline |
GetRect() const | Window | inline |
GetScreen() const | Window | inline |
Height() const | Window | inline |
Hide() | Window | inlinevirtual |
IsShown() const | Window | inlinevirtual |
MoveTo(const Rect &r) | Window | virtual |
operator==(const Window &that) const | Window | inline |
Paint() | Window | virtual |
Print(int x1, int y1, const char *fmt,...) | Window | |
rect | Window | protected |
screen | Window | protected |
Screen class | Window | friend |
ScreenToWindow(int &x, int &y) | Window | inlineprotectedvirtual |
ScreenToWindow(Rect &r) | Window | inlineprotectedvirtual |
SetFont(Font *f) | Window | inline |
Show() | Window | inlinevirtual |
shown | Window | protected |
TileBitmap(int x1, int y1, int x2, int y2, Bitmap *img, int blend=0) | Window | |
TYPENAME() | Window | inlinestatic |
view_list | Window | protected |
Width() const | Window | inline |
Window(Screen *s, int ax, int ay, int aw, int ah) | Window | |
X() const | Window | inline |
Y() const | Window | inline |
~Window() | Window | virtual |