nanogui ~2d (2021-12-21T00:34:43.9140468)
Dub
Repo
TaggedAlgebraicModel
auxil
model
Undocumented in source.
struct
TaggedAlgebraicModel (
alias
A
) {
alias
Data
=
TypeOf
!
A
;
import
std
.
traits
:
Fields
;
;
import
std
.
meta
:
anySatisfy
;
;
enum
Collapsable
;
enum
DynamicCollapsable
;
struct
TAModel
;
TAModel
tamodel
;
static
TAModel
makeModel
(const(Data) data);
this
(const(Data) data);
bool
visit
(const(Data) data, Visitor visitor);
}
Constructors
this
this
(const(Data) data)
Undocumented in source.
Alias This
tamodel
Members
Aliases
Data
alias
Data
=
TypeOf
!
A
Undocumented in source.
Functions
visit
bool
visit
(const(Data) 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.
Static functions
makeModel
TAModel
makeModel
(const(Data) data)
returns a model corresponding to given data value
Structs
TAModel
struct
TAModel
Undocumented in source.
Variables
tamodel
TAModel
tamodel
;
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