deepmagic ~master (2022-05-05T22:53:26.1121174)
Dub
Repo
DashboardWidget
deepmagic
dom
complex
widgets
dashboard
dashboard
Undocumented in source.
class
DashboardWidget : DivElement {
string
_title
;
DashboardDatastructure
datastructure
;
this
(DashboardDatastructure datastructure);
void
init
();
class
ShortcutArea
;
}
Constructors
this
this
(DashboardDatastructure datastructure)
Undocumented in source.
Members
Classes
ShortcutArea
class
ShortcutArea
Undocumented in source.
Functions
init
void
init
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_title
string
_title
;
Undocumented in source.
datastructure
DashboardDatastructure
datastructure
;
Undocumented in source.
Meta
Source
See Implementation
deepmagic
dom
complex
widgets
dashboard
dashboard
classes
DashboardWidget