plot2d ~master (2022-01-15T15:41:32.7834376)
Dub
Repo
Stylized
plot2d
style
interface
Stylized {
void
setRootStyle
(Style root);
void
setStyle
(Style );
string
styleName
[@property getter];
Style
style
[@property getter];
mixintemplate
StylizedHelper
(string NAME = "")
;
}
Members
Functions
setRootStyle
void
setRootStyle
(Style root)
get sub style from root and set style
setStyle
void
setStyle
(Style )
Mixin templates
StylizedHelper
mixintemplate
StylizedHelper
(string NAME = "")
Properties
style
Style
style
[@property getter]
styleName
string
styleName
[@property getter]
Meta
Source
See Implementation
plot2d
style
classes
NSStyle
PlainStyle
interfaces
Style
Stylized
ValueHandler