Steps

Undocumented in source.

Constructors

this
this(Widget parent, HWND hwnd, int width, int height)
Undocumented in source.

Members

Functions

createWidgets
void createWidgets(size_t vOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
createWidgets
void createWidgets(size_t vOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
draw
void draw(StateContext ctx)
Undocumented in source. Be warned that the author may not have intended to support it.
process
LRESULT process(UINT message, WPARAM wParam, LPARAM lParam)
Undocumented in source. Be warned that the author may not have intended to support it.
redrawSteps
void redrawSteps(size_t beatIndex)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

BeatCount
enum BeatCount;
Undocumented in source.
StepCount
enum StepCount;
Undocumented in source.

Variables

curBeat
size_t curBeat;
Undocumented in source.
stepHeight
int stepHeight;
Undocumented in source.
stepWidth
int stepWidth;
Undocumented in source.
steps
Step[StepCount][BeatCount] steps;
Undocumented in source.
timeSteps
TimeStep[BeatCount] timeSteps;
Undocumented in source.

Inherited Members

From Widget

parent
Widget parent;
Undocumented in source.
paintBuffer
PaintBuffer paintBuffer;
Undocumented in source.
ps
PAINTSTRUCT ps;
Undocumented in source.
hwnd
HWND hwnd;
Undocumented in source.
width
int width;
height
int height;
Undocumented in source.
needsRedraw
bool needsRedraw;
Undocumented in source.
size
Size!int size [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
process
LRESULT process(UINT message, WPARAM wParam, LPARAM lParam)
Undocumented in source. Be warned that the author may not have intended to support it.
redraw
void redraw()
Undocumented in source. Be warned that the author may not have intended to support it.
blit
void blit()
Undocumented in source. Be warned that the author may not have intended to support it.
OnPaint
void OnPaint(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
Undocumented in source. Be warned that the author may not have intended to support it.
draw
void draw(StateContext ctx)
Undocumented in source.

Meta