Public Member Functions | Public Attributes

Window Class Reference

Inherits Control, IGUIScreenCallbackFocus, and IGUIScreenCallbackShow.

Inherited by CContextMenu, CContextMenu, CElevatorScreen, CFollowersContextMenu, ChaWindowEx, COnlineStatsWindow, CSpawnNpcWindow, CXpWindow, and RegWindowEx.

List of all members.

Public Member Functions

int Left ()
int Top ()
int Width ()
int Height ()
 Window ()
void Init ()
IControlPosition (int x, int y)
IControlSize (int w, int h)
void Center ()
 Centers window on screen.
void OnShow (int p0, int p1, int p2)
void Show (int x, int y)
void ShowWindow ()
void ShowWindow (int x, int y)
void HideWindow ()
void OnLostFocus ()
bool MouseDown (int x, int y, int click)
void Auto (bool v)
 If in auto mode window uses previous values to spawn critter.
bool Auto ()

Public Attributes

IGUIScreenOptscreen
bool autoMode

Constructor & Destructor Documentation

Window (  ) 

Member Function Documentation

int Left (  ) 
int Top (  ) 
int Width (  ) 
int Height (  ) 
void Init (  ) 
IControl@ Position ( int  x,
int  y 
)
IControl@ Size ( int  w,
int  h 
)
void Center (  ) 

Centers window on screen.

void OnShow ( int  p0,
int  p1,
int  p2 
)
void Show ( int  x,
int  y 
)

Reimplemented in CContextMenu.

void ShowWindow (  ) 
void ShowWindow ( int  x,
int  y 
)
void HideWindow (  ) 
void OnLostFocus (  ) 
bool MouseDown ( int  x,
int  y,
int  click 
)
void Auto ( bool  v  ) 

If in auto mode window uses previous values to spawn critter.

bool Auto (  ) 

Member Data Documentation

bool autoMode