Handbook
Glossary
QTTimeRange
Vocabulary
qtkit
Definition
USING:
classes.struct
;
IN:
qtkit
STRUCT:
QTTimeRange
{
time
QTTime
initial:
S{
QTTime
{
timeValue 0
}
{
timeScale 0
}
{
flags 0
}
}
}
{
duration
QTTime
initial:
S{
QTTime
{
timeValue 0
}
{
timeScale 0
}
{
flags 0
}
}
}
;
Methods
USING:
classes.struct
classes.struct.private
kernel
qtkit
;
M:
QTTimeRange
clone
clone-underlying
\
QTTimeRange
memory>struct
;
inline
USING:
accessors
classes.struct
combinators.smart
qtkit
;
M:
QTTimeRange
struct-slot-values
{
[
time>>
]
[
duration>>
]
}
cleave>array
;
inline