Inheritance diagram for NLMISC::CUpdateThread:
Public Member Functions | |
CUpdateThread (CWindowDisplayer *disp, string windowNameEx, bool iconified, sint x, sint y, sint w, sint h, sint hs, sint fs, const std::string &fn, bool ww, CLog *log) | |
virtual void | getName (std::string &result) const |
void | run () |
Private Attributes | |
CWindowDisplayer * | Disp |
string | FN |
uint32 | FS |
sint | H |
sint | HS |
bool | Iconified |
CLog * | Log |
sint | W |
string | WindowNameEx |
bool | WW |
sint | X |
sint | Y |
|
Definition at line 56 of file window_displayer.cpp. References Disp, FN, FS, HS, Iconified, sint, w, WindowNameEx, WW, x, and y.
|
|
Reimplemented in NL3D::CAsyncFileManager3D::CMeshLoad, NL3D::CAsyncFileManager3D::CIGLoad, NL3D::CAsyncFileManager3D::CIGLoadUser, NL3D::CAsyncFileManager3D::CTextureLoad, NL3D::CZoneLoadingTask, NLPACS::CGlobalRetriever::CLrLoader, NLMISC::CAsyncFileManager::CFileLoad, NLMISC::CAsyncFileManager::CMultipleFileLoad, and NLMISC::CAsyncFileManager::CSignal. Definition at line 74 of file thread.h. Referenced by NLMISC::CTaskManager::run().
00075 {
00076 result = "NoName";
00077 }
|
|
Implements NLMISC::IRunnable. Definition at line 61 of file window_displayer.cpp. References Disp, NLMISC::CWindowDisplayer::display_main(), FN, FS, HS, Iconified, NLMISC::CWindowDisplayer::open(), WindowNameEx, and WW.
|
|
Definition at line 46 of file window_displayer.cpp. Referenced by CUpdateThread(), and run(). |
|
Definition at line 51 of file window_displayer.cpp. Referenced by CUpdateThread(), and run(). |
|
Definition at line 50 of file window_displayer.cpp. Referenced by CUpdateThread(), and run(). |
|
Definition at line 48 of file window_displayer.cpp. |
|
Definition at line 48 of file window_displayer.cpp. Referenced by CUpdateThread(), and run(). |
|
Definition at line 49 of file window_displayer.cpp. Referenced by CUpdateThread(), and run(). |
|
Definition at line 53 of file window_displayer.cpp. |
|
Definition at line 48 of file window_displayer.cpp. |
|
Definition at line 47 of file window_displayer.cpp. Referenced by CUpdateThread(), and run(). |
|
Definition at line 52 of file window_displayer.cpp. Referenced by CUpdateThread(), and run(). |
|
Definition at line 48 of file window_displayer.cpp. |
|
Definition at line 48 of file window_displayer.cpp. |