From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a03638.html | 551 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 551 insertions(+) create mode 100644 docs/doxygen/nel/a03638.html (limited to 'docs/doxygen/nel/a03638.html') diff --git a/docs/doxygen/nel/a03638.html b/docs/doxygen/nel/a03638.html new file mode 100644 index 00000000..dc9dffe2 --- /dev/null +++ b/docs/doxygen/nel/a03638.html @@ -0,0 +1,551 @@ + + +NeL: NLMISC::CUpdateThread class Reference + + + +
+

NLMISC::CUpdateThread Class Reference

Inheritance diagram for NLMISC::CUpdateThread: +

+ +NLMISC::IRunnable + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

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

CWindowDisplayerDisp
string FN
uint32 FS
sint H
sint HS
bool Iconified
CLogLog
sint W
string WindowNameEx
bool WW
sint X
sint Y
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NLMISC::CUpdateThread::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
[inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 56 of file window_displayer.cpp. +

+References Disp, FN, FS, HS, Iconified, sint, w, WindowNameEx, WW, x, and y. +

+

00056                                                                                                                                                                                :
+00057           Disp(disp), WindowNameEx(windowNameEx), X(x), Y(y), W(w), H(h), HS(hs), Iconified(iconified), FS(fs), FN(fn), WW(ww), Log(log)
+00058         {
+00059         }
+
+
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
virtual void NLMISC::IRunnable::getName std::string &  result  )  const [inline, virtual, inherited]
+
+ + + + + +
+   + + +

+ +

+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         }
+
+

+ + + + +
+ + + + + + + + + + +
void NLMISC::CUpdateThread::run void   )  [inline, virtual]
+
+ + + + + +
+   + + +

+ +

+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. +

+

00062         {
+00063                 Disp->open (WindowNameEx, Iconified, X, Y, W, H, HS, FS, FN, WW, Log);
+00064                 Disp->display_main ();
+00065         }
+
+


Field Documentation

+

+ + + + +
+ + +
CWindowDisplayer* NLMISC::CUpdateThread::Disp [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 46 of file window_displayer.cpp. +

+Referenced by CUpdateThread(), and run().

+

+ + + + +
+ + +
string NLMISC::CUpdateThread::FN [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 51 of file window_displayer.cpp. +

+Referenced by CUpdateThread(), and run().

+

+ + + + +
+ + +
uint32 NLMISC::CUpdateThread::FS [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 50 of file window_displayer.cpp. +

+Referenced by CUpdateThread(), and run().

+

+ + + + +
+ + +
sint NLMISC::CUpdateThread::H [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 48 of file window_displayer.cpp.

+

+ + + + +
+ + +
sint NLMISC::CUpdateThread::HS [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 48 of file window_displayer.cpp. +

+Referenced by CUpdateThread(), and run().

+

+ + + + +
+ + +
bool NLMISC::CUpdateThread::Iconified [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 49 of file window_displayer.cpp. +

+Referenced by CUpdateThread(), and run().

+

+ + + + +
+ + +
CLog* NLMISC::CUpdateThread::Log [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 53 of file window_displayer.cpp.

+

+ + + + +
+ + +
sint NLMISC::CUpdateThread::W [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 48 of file window_displayer.cpp.

+

+ + + + +
+ + +
string NLMISC::CUpdateThread::WindowNameEx [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 47 of file window_displayer.cpp. +

+Referenced by CUpdateThread(), and run().

+

+ + + + +
+ + +
bool NLMISC::CUpdateThread::WW [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 52 of file window_displayer.cpp. +

+Referenced by CUpdateThread(), and run().

+

+ + + + +
+ + +
sint NLMISC::CUpdateThread::X [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 48 of file window_displayer.cpp.

+

+ + + + +
+ + +
sint NLMISC::CUpdateThread::Y [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 48 of file window_displayer.cpp.

+


The documentation for this class was generated from the following file: +
Generated on Tue Mar 16 13:39:36 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1