HRuler

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

measure
void measure(int parentWidth, int parentHeight)

Measure widget according to desired width and height constraints. (Step 1 of two phase layout).

onDraw
void onDraw(DrawBuf buf)

Draw widget at its position to buffer

setPosition
void setPosition(float startPos, float totalDuration, float visibleDuration)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_startPos
float _startPos;
Undocumented in source.
_totalDuration
float _totalDuration;
Undocumented in source.
_visibleDuration
float _visibleDuration;
Undocumented in source.

Meta