dlangui v0.9.76 (2017-06-21T06:58:02Z)
Home
Dub
Repo
EmbeddedResource
dlangui
graphics
resources
Undocumented in source.
struct
EmbeddedResource {
immutable
string
name
;
immutable
ubyte
[]
data
;
this
(string name, ubyte[] data);
}
Constructors
this
this
(string name, ubyte[] data)
Undocumented in source.
Members
Variables
data
ubyte
[]
data
;
Undocumented in source.
name
string
name
;
Undocumented in source.
Meta
Source
See Implementation
dlangui
graphics
resources
aliases
DrawableRef
classes
Drawable
DrawableCache
EmptyDrawable
FrameDrawable
ImageCache
ImageDrawable
OpenGLDrawable
SolidFillDrawable
StateDrawable
TextDrawable
enums
DimensionUnits
functions
attrValue
embedResource
embedResources
embedResourcesFromList
embedStandardDlangUIResources
extractStateFlag
extractStateFlags
loadResourceBytes
loadTextResource
splitLines
properties
drawableCache
imageCache
static functions
createColorDrawable
createTextDrawable
decodeDimension
static variables
_drawableCache
_imageCache
embeddedResourceList
structs
EmbeddedResource
EmbeddedResourceList
variables
EMBEDDED_RESOURCE_PREFIX