Class ImageCache.ImageCacheItem

Inherits from

  • Object (base class)

Constructors

Name Description
this

Fields

Name Type Description
_drawbuf Ref!(dlangui.graphics.drawbuf.DrawBuf)
_error bool
_filename string
_transformMap Ref!(dlangui.graphics.drawbuf.DrawBuf)[ColorTransform]
_used bool

Properties

Name Type Description
get [get] Ref!(dlangui.graphics.drawbuf.DrawBuf) get normal image
get [set] Ref!(dlangui.graphics.drawbuf.DrawBuf) get color transformed image

Methods

Name Description
checkpoint mark as not used
cleanup cleanup if unused since last checkpoint
compact remove from memory, will cause reload on next access

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0