nanogui ~2d (2021-12-21T00:34:43.9140468)
Dub
Repo
TimemarkedModel
auxil
model
Undocumented in source.
version(HAVE_TIMEMARKED)
struct
TimemarkedModel (
alias
A
) {
import
rdp
.
timemarked
:
Timemarked
;
;
alias
Data
=
TypeOf
!
A
;
struct
TimemarkedPayload
;
enum
Collapsable
;
enum
DynamicCollapsable
;
enum
NulledPayload
;
Model
!
string
nulled_model
;
Model
!
TimemarkedPayload
timemarked_model
;
version(none)
Model
!(
Data
.
value
)
value_model
;
version(none)
Model
!(
Data
.
timestamp
)
timestamp_model
;
auto
size
[@property getter];
SizeType
size
[@property setter];
this
(const(Data) data);
bool
visit
(const(Data) data, Visitor visitor);
}
Constructors
this
this
(const(Data) data)
Undocumented in source.
Alias This
timemarked_model
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.
NulledPayload
enum
NulledPayload
;
Undocumented in source.
Properties
size
auto
size
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
size
SizeType
size
[@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
Structs
TimemarkedPayload
struct
TimemarkedPayload
Undocumented in source.
Variables
nulled_model
Model
!
string
nulled_model
;
Undocumented in source.
timemarked_model
Model
!
TimemarkedPayload
timemarked_model
;
Undocumented in source.
timestamp_model
Model
!(
Data
.
timestamp
)
timestamp_model
;
Undocumented in source.
value_model
Model
!(
Data
.
value
)
value_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