#include <messageBoxComponent.h>
Public Types | |
enum | { OK_Button, OK_Cancel_Buttons } |
Public Member Functions | |
bool | draw (unsigned long ticks, const UserInput &ui) |
コンポーネントの描画 | |
void | setLabel (LabelComponent *label, int type=OK_Button) |
void | activate (void) |
bool | isDecided (void) |
int | getSelectedIndex (void) |
Definition at line 19 of file messageBoxComponent.h.
bool MessageBoxComponent::draw | ( | unsigned long | ticks, | |
const UserInput & | ui | |||
) | [virtual] |
コンポーネントの描画
コンポーネントを描画する
ticks | [i] 時刻印 [msec]を渡す。ただし、これ以外の情報を渡してもよい | |
ui | [i] ウィンドウへのユーザ入力情報 |
true | 正常 | |
false | 以後の描画は必要ない |
Implements ComponentInterface.
Definition at line 19 of file messageBoxComponent.cpp.