#include <drawAreaComponent.h>


Public Member Functions | |
| DrawAreaComponent (const VXV::Rect ¢er, double magnify=1.0) | |
| bool | draw (unsigned long ticks, const UserInput &ui) |
| コンポーネントの描画 | |
| void | setViewCenter (const VXV::Grid ¢er) |
| void | setViewCenterOffset (const VXV::Grid &offset) |
| void | setViewRotateAngle (const VXV::Direction &angle) |
| void | setViewMagnify (double magnify) |
| void | add (DrawAreaCtrlInterface *obj) |
| void | del (DrawAreaCtrlInterface *obj) |
| void | clear (void) |
Definition at line 20 of file drawAreaComponent.h.
| bool DrawAreaComponent::draw | ( | unsigned long | ticks, | |
| const UserInput & | ui | |||
| ) | [virtual] |
コンポーネントの描画
コンポーネントを描画する
| ticks | [i] 時刻印 [msec]を渡す。ただし、これ以外の情報を渡してもよい | |
| ui | [i] ウィンドウへのユーザ入力情報 |
| true | 正常 | |
| false | 以後の描画は必要ない |
Implements ComponentInterface.
Definition at line 20 of file drawAreaComponent.cpp.
1.5.7.1