|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLMISC::CUpdateThread Class ReferenceInheritance diagram for NLMISC::CUpdateThread:
List of all members.
Public Methods |
| 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) |
void | run () |
Private Attributes |
CWindowDisplayer * | Disp |
string | WindowNameEx |
sint | X |
sint | Y |
sint | W |
sint | H |
sint | HS |
uint32 | FS |
bool | WW |
string | FN |
bool | Iconified |
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 |
|
) |
[inline] |
|
|
Definition at line 55 of file window_displayer.cpp.
References Disp, FN, FS, H, HS, Iconified, W, w, WindowNameEx, WW, X, x, Y, and y. |
Member Function Documentation
void NLMISC::CUpdateThread::run |
( |
void |
|
) |
[inline, virtual] |
|
|
Implements NLMISC::IRunnable.
Definition at line 60 of file window_displayer.cpp.
References Disp, FN, FS, H, HS, Iconified, W, WindowNameEx, WW, X, and Y. |
Member Data Documentation
string NLMISC::CUpdateThread::FN [private]
|
|
uint32 NLMISC::CUpdateThread::FS [private]
|
|
sint NLMISC::CUpdateThread::H [private]
|
|
sint NLMISC::CUpdateThread::HS [private]
|
|
bool NLMISC::CUpdateThread::Iconified [private]
|
|
sint NLMISC::CUpdateThread::W [private]
|
|
string NLMISC::CUpdateThread::WindowNameEx [private]
|
|
bool NLMISC::CUpdateThread::WW [private]
|
|
sint NLMISC::CUpdateThread::X [private]
|
|
sint NLMISC::CUpdateThread::Y [private]
|
|
The documentation for this class was generated from the following file:
|
|