DOSBox-X
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
GUI::Drawable Member List
This is the complete list of members for GUI::Drawable, including all inherited members.
bufferGUI::Drawable [protected]
chGUI::Drawable [protected]
clear(RGB clear=Color::Transparent)GUI::Drawable
colorGUI::Drawable [protected]
cwGUI::Drawable [protected]
cxGUI::Drawable [protected]
cyGUI::Drawable [protected]
Drawable(int w, int h, RGB clear=Color::Transparent)GUI::Drawable
Drawable(Drawable &src, RGB clear=0)GUI::Drawable
Drawable(Drawable &src, int x, int y, int w, int h)GUI::Drawable
drawCircle(int d)GUI::Drawable
drawCircle(int x, int y, int d)GUI::Drawable [inline]
drawDotLine(int x2, int y2)GUI::Drawable
drawDotLine(int x1, int y1, int x2, int y2)GUI::Drawable [inline]
drawDotRect(int w, int h)GUI::Drawable
drawDotRect(int x, int y, int w, int h)GUI::Drawable [inline]
drawDrawable(Drawable &d, unsigned char alpha=1)GUI::Drawable
drawDrawable(int x, int y, Drawable &d, unsigned char alpha=1)GUI::Drawable [inline]
drawLine(int x2, int y2)GUI::Drawable
drawLine(int x1, int y1, int x2, int y2)GUI::Drawable [inline]
drawPixel()GUI::Drawable [inline]
drawPixel(int x, int y)GUI::Drawable [inline]
drawRect(int w, int h)GUI::Drawable
drawRect(int x, int y, int w, int h)GUI::Drawable [inline]
drawText(const String &text, bool interpret=true, Size start=0, Size len=(Size)-1)GUI::Drawable
drawText(int x, int y, const STR text, bool interpret, Size start, Size len=(Size)-1)GUI::Drawable [inline]
drawText(const Char c, bool interpret=false)GUI::Drawable
drawText(int x, int y, const Char c, bool interpret=false)GUI::Drawable [inline]
fhGUI::Drawable [protected]
fill()GUI::Drawable
fill(int x, int y)GUI::Drawable [inline]
fillCircle(int d)GUI::Drawable
fillCircle(int x, int y, int d)GUI::Drawable [inline]
fillRect(int w, int h)GUI::Drawable
fillRect(int x, int y, int w, int h)GUI::Drawable [inline]
fontGUI::Drawable [protected]
fwGUI::Drawable [protected]
getClipHeight()GUI::Drawable [inline]
getClipWidth()GUI::Drawable [inline]
getClipX()GUI::Drawable [inline]
getClipY()GUI::Drawable [inline]
getColor()GUI::Drawable [inline]
getFont()GUI::Drawable [inline]
getLineWidth()GUI::Drawable [inline]
getPixel()GUI::Drawable [inline]
getPixel(int x, int y)GUI::Drawable [inline]
getX()GUI::Drawable [inline]
getY()GUI::Drawable [inline]
gotoXY(int x, int y)GUI::Drawable [inline]
heightGUI::Drawable [protected]
lineWidthGUI::Drawable [protected]
ownerGUI::Drawable [protected]
Screen::update (defined in GUI::Drawable)GUI::Drawable [friend]
setColor(RGB c)GUI::Drawable [inline]
setFont(const Font *f)GUI::Drawable [inline]
setLineWidth(int w)GUI::Drawable [inline]
txGUI::Drawable [protected]
tyGUI::Drawable [protected]
widthGUI::Drawable [protected]
xGUI::Drawable [protected]
yGUI::Drawable [protected]
~Drawable()GUI::Drawable [virtual]