dlangui v0.0.7 (2014-04-18T05:43:18Z)
Home
Dub
Repo
Drawable
dlangui
graphics
resources
Undocumented in source.
class
Drawable : RefCountedObject {
this
();
~this
();
void
drawTo
(DrawBuf buf, Rect rc, uint state, int tilex0, int tiley0);
int
width
[@property getter];
int
height
[@property getter];
Rect
padding
[@property getter];
}
Constructors
this
this
()
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
drawTo
void
drawTo
(DrawBuf buf, Rect rc, uint state, int tilex0, int tiley0)
Undocumented in source.
Properties
height
int
height
[@property getter]
Undocumented in source.
padding
Rect
padding
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
width
int
width
[@property getter]
Undocumented in source.
Meta
Source
See Implementation
dlangui
graphics
resources
aliases
DrawableRef
classes
Drawable
DrawableCache
EmptyDrawable
ImageCache
ImageDrawable
SolidFillDrawable
StateDrawable
functions
attrValue
extractStateFlag
extractStateFlags
properties
drawableCache
imageCache
static variables
_drawableCache
_imageCache