dlangui v0.0.7 (2014-04-18T05:43:18Z)
Home
Dub
Repo
ImageCache
dlangui
graphics
resources
decoded image cache
class
ImageCache {
class
ImageCacheItem
;
ImageCacheItem
[
string
]
_map
;
DrawBufRef
get
(string filename);
DrawBufRef
get
(string filename, ColorTransform transform);
void
checkpoint
();
void
cleanup
();
this
();
~this
();
}
Constructors
this
this
()
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Classes
ImageCacheItem
class
ImageCacheItem
Undocumented in source.
Functions
checkpoint
void
checkpoint
()
Undocumented in source. Be warned that the author may not have intended to support it.
cleanup
void
cleanup
()
Undocumented in source. Be warned that the author may not have intended to support it.
get
DrawBufRef
get
(string filename)
get and cache image
get
DrawBufRef
get
(string filename, ColorTransform transform)
get and cache color transformed image
Variables
_map
ImageCacheItem
[
string
]
_map
;
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
decoded image cache