dlangui v0.10.7 (2024-03-11T09:32:36Z)
Home
Dub
Repo
EmbeddedResource
dlangui
graphics
resources
Undocumented in source.
struct
EmbeddedResource {
immutable
string
name
;
immutable
ubyte
[]
data
;
immutable
string
dir
;
this
(string name, ubyte[] data, string dir);
}
Constructors
this
this
(string name, ubyte[] data, string dir)
Undocumented in source.
Members
Variables
data
ubyte
[]
data
;
Undocumented in source.
dir
string
dir
;
Undocumented in source.
name
string
name
;
Undocumented in source.
Meta
Source
See Implementation
dlangui
graphics
resources
aliases
DrawableRef
FrameDrawable
classes
BorderDrawable
BoxShadowDrawable
CombinedDrawable
ConsoleDrawBuf
Drawable
DrawableCache
EmptyDrawable
GradientDrawable
ImageCache
ImageDrawable
OpenGLDrawable
SolidFillDrawable
StateDrawable
TextDrawable
enums
DimensionUnits
functions
attrValue
embedResource
embedResources
embedResourcesFromList
embedStandardDlangUIResources
extractStateFlag
extractStateFlags
loadResourceBytes
loadTextResource
resDirName
properties
drawableCache
imageCache
static functions
createColorDrawable
createTextDrawable
decodeAngle
decodeDimension
static variables
_drawableCache
_imageCache
embeddedResourceList
structs
EmbeddedResource
EmbeddedResourceList
variables
EMBEDDED_RESOURCE_PREFIX