evael v0.0.1 (2019-04-17T22:22:13Z)
Dub
Repo
Theme
evael
graphics
gui
Theme
Undocumented in source.
class
Theme {
mixin
JsonizeMe
;
enum
BorderType
;
@
jsonize
BorderType
borderType
;
@
jsonize
float
cornerRadius
;
@
jsonize
bool
drawDropShadow
;
@
jsonize
bool
drawTextShadow
;
@
jsonize
Font
font
;
@
jsonize
Font
iconFont
;
@
jsonize
int
fontSize
;
@
jsonize
Color
borderColor
;
@
jsonize
Color
dropShadowColor
;
@
jsonize
Color
fontColor
;
@
jsonize
Color
disabledTextColor
;
@
jsonize
Background
background
;
@
jsonize
float
scale
;
@
jsonize
Color
[
string
]
customColors
;
Theme
parent
;
Theme
[
string
]
subThemes
;
string
name
;
Theme
copy
();
}
Members
Enums
BorderType
enum
BorderType
Border type
Functions
copy
Theme
copy
()
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
JsonizeMe
Undocumented in source.
Variables
background
Background
background
;
Background
borderColor
Color
borderColor
;
Undocumented in source.
borderType
BorderType
borderType
;
Border type
cornerRadius
float
cornerRadius
;
Radius
customColors
Color
[
string
]
customColors
;
Undocumented in source.
disabledTextColor
Color
disabledTextColor
;
Undocumented in source.
drawDropShadow
bool
drawDropShadow
;
Draw drop shadow ?
drawTextShadow
bool
drawTextShadow
;
Draw text shadow ?
dropShadowColor
Color
dropShadowColor
;
Undocumented in source.
font
Font
font
;
Undocumented in source.
fontColor
Color
fontColor
;
Undocumented in source.
fontSize
int
fontSize
;
Undocumented in source.
iconFont
Font
iconFont
;
Undocumented in source.
name
string
name
;
Undocumented in source.
parent
Theme
parent
;
Undocumented in source.
scale
float
scale
;
Scale
subThemes
Theme
[
string
]
subThemes
;
Undocumented in source.
Meta
Source
See Implementation
evael
graphics
gui
Theme
classes
Theme