XDraw

Undocumented in source.

Constructors

this
this(ws.wm.Window window)
Undocumented in source.
this
this(Display* dpy, x11.X.Window window)
Undocumented in source.

Members

Functions

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
clip
void clip(int[2] pos, int[2] size)
Undocumented in source. Be warned that the author may not have intended to support it.
clip
void clip(XserverRegion region)
Undocumented in source. Be warned that the author may not have intended to support it.
destroy
void destroy()
Undocumented in source. Be warned that the author may not have intended to support it.
finishFrame
void finishFrame()
Undocumented in source. Be warned that the author may not have intended to support it.
fontHeight
int fontHeight()
Undocumented in source. Be warned that the author may not have intended to support it.
icon
Icon icon(ubyte[] data, int[2] size)
Undocumented in source. Be warned that the author may not have intended to support it.
icon
void icon(Icon icon, int x, int y, double scale, Picture alpha)
Undocumented in source. Be warned that the author may not have intended to support it.
line
void line(int[2] start, int[2] end)
Undocumented in source. Be warned that the author may not have intended to support it.
noclip
void noclip()
Undocumented in source. Be warned that the author may not have intended to support it.
rect
void rect(int[2] pos, int[2] size)
Undocumented in source. Be warned that the author may not have intended to support it.
rectOutline
void rectOutline(int[2] pos, int[2] size)
Undocumented in source. Be warned that the author may not have intended to support it.
resize
void resize(int[2] size)
Undocumented in source. Be warned that the author may not have intended to support it.
setColor
void setColor(float[3] color)
Undocumented in source. Be warned that the author may not have intended to support it.
setColor
void setColor(float[4] color)
Undocumented in source. Be warned that the author may not have intended to support it.
setFont
void setFont(string font, int size)
Undocumented in source. Be warned that the author may not have intended to support it.
text
int text(int[2] pos, string text, double offset)
Undocumented in source. Be warned that the author may not have intended to support it.
text
int text(int[2] pos, int h, string text, double offset)
Undocumented in source. Be warned that the author may not have intended to support it.
width
int width(string text)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

clipStack
ClipStack clipStack;
Undocumented in source.
color
Color color;
Undocumented in source.
colors
Color[long[4]] colors;
Undocumented in source.
dpy
Display* dpy;
Undocumented in source.
drawable
Xdbe.BackBuffer drawable;
Undocumented in source.
drawable
PixmapDoubleBuffer drawable;
Undocumented in source.
font
ws.x.font.Font font;
Undocumented in source.
fonts
ws.x.font.Font[string] fonts;
Undocumented in source.
gc
GC gc;
Undocumented in source.
picture
ManagedPicture picture;
Undocumented in source.
screen
int screen;
Undocumented in source.
size
int[2] size;
Undocumented in source.
visual
Visual* visual;
Undocumented in source.
window
x11.X.Window window;
Undocumented in source.
xft
XftDraw* xft;
Undocumented in source.

Inherited Members

From DrawEmpty

destroy
void destroy()
Undocumented in source. Be warned that the author may not have intended to support it.
resize
void resize(int[2] size)
Undocumented in source. Be warned that the author may not have intended to support it.
setColor
void setColor(float[3] color)
Undocumented in source. Be warned that the author may not have intended to support it.
setColor
void setColor(float[4] color)
Undocumented in source. Be warned that the author may not have intended to support it.
setColor
void setColor(int color)
Undocumented in source. Be warned that the author may not have intended to support it.
clip
void clip(int[2] pos, int[2] size)
Undocumented in source. Be warned that the author may not have intended to support it.
noclip
void noclip()
Undocumented in source. Be warned that the author may not have intended to support it.
rect
void rect(int[2] pos, int[2] size)
Undocumented in source. Be warned that the author may not have intended to support it.
rectOutline
void rectOutline(int[2] pos, int[2] size)
Undocumented in source. Be warned that the author may not have intended to support it.
line
void line(int[2] start, int[2] end)
Undocumented in source. Be warned that the author may not have intended to support it.
setFont
void setFont(string font, int size)
Undocumented in source. Be warned that the author may not have intended to support it.
fontHeight
int fontHeight()
Undocumented in source. Be warned that the author may not have intended to support it.
text
int text(int[2] pos, string text, double offset)
Undocumented in source. Be warned that the author may not have intended to support it.
text
int text(int[2] pos, int h, string text, double offset)
Undocumented in source. Be warned that the author may not have intended to support it.
width
int width(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
finishFrame
void finishFrame()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta