nanogui ~2d (2021-12-21T00:34:43.9140468)
Dub
Repo
RenderedAsAggregateModel
auxil
model
Undocumented in source.
struct
RenderedAsAggregateModel (
alias
A
) {
template
getRenderedAs
(alias value)
via
import
auxil
.
traits
:
getRenderedAs
;
;
alias
Data
=
TypeOf
!
A
;
alias
Proxy
=
getRenderedAs
!
A
;
Proxy
proxy
;
Model
!
proxy
proxy_model
;
enum
Collapsable
;
enum
DynamicCollapsable
;
this
(const(Data) data);
bool
visit
(const(Data) ignored_data, Visitor visitor);
}
Constructors
this
this
(const(Data) data)
Undocumented in source.
Alias This
proxy_model
Members
Aliases
Data
alias
Data
=
TypeOf
!
A
Undocumented in source.
Proxy
alias
Proxy
=
getRenderedAs
!
A
Undocumented in source.
Functions
visit
bool
visit
(const(Data) ignored_data, Visitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
Manifest constants
Collapsable
enum
Collapsable
;
Undocumented in source.
DynamicCollapsable
enum
DynamicCollapsable
;
Undocumented in source.
Variables
proxy
Proxy
proxy
;
Undocumented in source.
proxy_model
Model
!
proxy
proxy_model
;
Undocumented in source.
Meta
Source
See Implementation
auxil
model
enums
Orientation
functions
applyByTreePath
getPropertyByTreePath
makeModel
nextAxis
setPropertyByTreePath
visit
visitBackward
visitForward
mixin templates
State
visitImpl
structs
AssocArrayModel
DurationModel
FixedAppender
NullableModel
RaRModel
RenderedAsAggregateModel
RenderedAsMemberAggregateModel
RenderedAsMemberStringAggregateModel
RenderedAsPointeeStringModel
ScalarModel
StaticArrayModel
TaggedAlgebraicModel
TimemarkedModel
templates
AggregateModel
Model