nanogui ~test2 (2021-12-21T00:35:00.9622635)
Dub
Repo
AggregateModel.AggregateModel
auxil
model
AggregateModel
Undocumented in source.
alias
AggregateModel
=
SingleMemberAggregateModel
!
D
struct
AggregateModel
template
AggregateModel
(alias A)
static if
(!(
DrawableMembers!D.length == 1
))
struct
AggregateModel {
alias
Data
=
D
;
enum
Collapsable
;
import
std
.
format
:
format
;
;
mixin
State
;
template
DrawableMembers
(alias A)
via
import
auxil
.
traits
:
DrawableMembers
;
;
this
(const(Data) data);
mixin
visitImpl
;
}
Constructors
this
this
(const(Data) data)
Undocumented in source.
Members
Aliases
Data
alias
Data
=
D
Undocumented in source.
Manifest constants
Collapsable
enum
Collapsable
;
Undocumented in source.
Mixins
__anonymous
mixin
State
Undocumented in source.
__anonymous
mixin
visitImpl
Undocumented in source.
Mixed In Members
From
mixin
State
Spacing
enum
SizeType
Spacing
;
Undocumented in source.
size
SizeType
size
;
header_size
SizeType
header_size
;
Undocumented in source.
_placeholder
int
_placeholder
;
Undocumented in source.
collapsed
bool
collapsed
[@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
collapsed
bool
collapsed
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
enabled
bool
enabled
[@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
enabled
bool
enabled
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
auxil
model
AggregateModel
aliases
AggregateModel
D
structs
SingleMemberAggregateModel