# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
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 Reference

Inheritance diagram for NLMISC::CUpdateThread:

NLMISC::IRunnable 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

CWindowDisplayerDisp
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

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 49 of file window_displayer.cpp.

Referenced by CUpdateThread, and run.

sint NLMISC::CUpdateThread::H [private]
 

Definition at line 48 of file window_displayer.cpp.

Referenced by CUpdateThread, and run.

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 52 of file window_displayer.cpp.

Referenced by CUpdateThread, and run.

sint NLMISC::CUpdateThread::W [private]
 

Definition at line 48 of file window_displayer.cpp.

Referenced by CUpdateThread, and run.

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 50 of file window_displayer.cpp.

Referenced by CUpdateThread, and run.

sint NLMISC::CUpdateThread::X [private]
 

Definition at line 48 of file window_displayer.cpp.

Referenced by CUpdateThread, and run.

sint NLMISC::CUpdateThread::Y [private]
 

Definition at line 48 of file window_displayer.cpp.

Referenced by CUpdateThread, and run.


The documentation for this class was generated from the following file: