MovingGraph

Constructors

this
this(string name, T var, T min, T max)
Undocumented in source.

Members

Functions

draw
void draw()
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update(armos.events.UpdateEvent arg)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Widget

draw
void draw()

描画を行います.

height
int height()

Widgetの高さを返します.

style
void style(Style stl)
position
void position(Vector2i pos)

Widgetの座標を返します.

update
void update(armos.events.UpdateEvent arg)
mouseMoved
void mouseMoved(armos.events.MouseMovedEvent message)

マウスが動いた時に呼ばれるイベントハンドラです.

mouseReleased
void mouseReleased(armos.events.MouseReleasedEvent message)

マウスのボタンが離された時に呼ばれるイベントハンドラです.

mousePressed
void mousePressed(armos.events.MousePressedEvent message)

マウスのボタンが押された時に呼ばれるイベントハンドラです.

_height
int _height;
Undocumented in source.
_position
Vector2i _position;
Undocumented in source.
_style
Style _style;
Undocumented in source.

Meta