nanogui ~2d (2021-12-21T00:34:43.9140468)
Dub
Repo
AggregateModel.AggregateModel
auxil
model
AggregateModel
Undocumented in source.
alias
AggregateModel
=
SingleMemberAggregateModel
!
Data
struct
AggregateModel
template
AggregateModel
(alias A)
static if
(!(
DrawableMembers!Data.length == 1
))
struct
AggregateModel {
enum
Collapsable
;
enum
DynamicCollapsable
;
import
std
.
format
:
format
;
;
mixin
State
!
A
;
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
Manifest constants
Collapsable
enum
Collapsable
;
Undocumented in source.
DynamicCollapsable
enum
DynamicCollapsable
;
Undocumented in source.
Mixins
__anonymous
mixin
State
!
A
Undocumented in source.
__anonymous
mixin
visitImpl
Undocumented in source.
Mixed In Members
From
mixin
visitImpl
visit
bool
visit
(const(Data) data, Visitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool
visit
(const(Data) data, Visitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
baseVisit
bool
baseVisit
(const(Data) data, Visitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
auxil
model
AggregateModel
aliases
AggregateModel
Data
structs
SingleMemberAggregateModel