#include <resourceInitialize.h>


Public Member Functions | |
| int | Initialize (int argc, char *argv[]) |
| 初期化処理 | |
| int | MainLoop (void) |
| 繰り返りループへの遷移 | |
| void | terminate (void) |
Protected Types | |
| enum | { BackDepth = 0, ForeDepth = 1 } |
Static Protected Attributes | |
| static TTF_Draw * | ttf = NULL |
| static DrawSurface * | back_bmp = NULL |
| static FillSurface * | background = NULL |
| static AnimationSurface * | icon = NULL |
| static Property * | property = NULL |
| static TcpipDevice * | to_server = NULL |
Definition at line 22 of file resourceInitialize.h.
| int ResourceInitialize::Initialize | ( | int | argc, | |
| char * | argv[] | |||
| ) | [virtual] |
初期化処理
| argc | [i] main() の argc | |
| argv | [i] main() の argv |
| 0 | 正常終了 | |
| 戻り値 | < 0 エラー |
Implements GUI_ApplicationInterface.
Reimplemented in FirstMenu, NetworkMenu, PracticeMenu, and UserCreateScr.
Definition at line 26 of file resourceInitialize.cpp.
References WindowInterface::activate(), WindowInterface::add(), AnimationSurface::addCell(), AnimationSurface::addCellInformation(), WindowInterface::autoHideCursor(), WindowInterface::h, TTF_Draw::load(), AnimationSurface::setTicksMsec(), WindowInterface::setTitle(), ttf, WindowInterface::w, and GUI_ApplicationInterface::win.
| int ResourceInitialize::MainLoop | ( | void | ) | [virtual] |
繰り返りループへの遷移
| 0 | 正常終了 | |
| 戻り値 | < 0 エラー |
Implements GUI_ApplicationInterface.
Reimplemented in FirstMenu, NetworkMenu, PracticeMenu, and UserCreateScr.
Definition at line 74 of file resourceInitialize.cpp.
TTF_Draw * ResourceInitialize::ttf = NULL [static, protected] |
TrueTypeFontリソース
Reimplemented from GUI_ApplicationInterface.
Definition at line 28 of file resourceInitialize.h.
Referenced by UserCreateScr::Initialize(), Initialize(), PracticeMenu::Initialize(), NetworkMenu::Initialize(), and FirstMenu::Initialize().
1.5.7.1