w4d v0.0.4 (2018-08-22T12:42:48Z)
Dub
Repo
PageWidget
imgbrowser
widget
page
Undocumented in source.
class
PageWidget : VerticalScrollPanelWidget {
protected
ImgSearcher
_searcher
;
protected
Task
[]
_taskStack
;
this
(string url);
void
addImage
(BitmapRGBA bmp);
void
reload
();
}
Constructors
this
this
(string url)
Undocumented in source.
Members
Functions
addImage
void
addImage
(BitmapRGBA bmp)
Undocumented in source. Be warned that the author may not have intended to support it.
reload
void
reload
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_searcher
ImgSearcher
_searcher
;
Undocumented in source.
_taskStack
Task
[]
_taskStack
;
Undocumented in source.
Meta
Source
See Implementation
imgbrowser
widget
page
classes
PageWidget