nanogui ~master (2021-04-26T14:20:51Z)
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
;
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
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
Spacing
;
Undocumented in source.
size
double
size
;
header_size
double
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.
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