Public Member Functions | Public Attributes

CListBox Class Reference

Inherits Control, and Control.

Inherited by CSpawnNpcList.

List of all members.

Public Member Functions

 CListBox (int left, int top, int width, int height)
uint GetRowCount ()
uint GetIndex ()
void AddElement (string@ elem)
void Scroll (int d)
void Draw ()
void Click ()
 CListBox (int left, int top, int width, int height)
uint GetRowCount ()
uint GetIndex ()
void AddElement (string@ elem)
void Scroll (int d)
void Draw ()
void Click ()

Public Attributes

array< string@> elements
uint start
uint index
uint textHeight

Constructor & Destructor Documentation

CListBox ( int  left,
int  top,
int  width,
int  height 
)
CListBox ( int  left,
int  top,
int  width,
int  height 
)

Member Function Documentation

uint GetRowCount (  ) 
uint GetIndex (  ) 
void AddElement ( string elem  ) 
void Scroll ( int  d  ) 
void Draw (  ) 

Reimplemented from Control.

void Click (  ) 

Reimplemented from Control.

Reimplemented in CSpawnNpcList.

uint GetRowCount (  ) 
uint GetIndex (  ) 
void AddElement ( string elem  ) 
void Scroll ( int  d  ) 
void Draw (  ) 

Reimplemented from Control.

void Click (  ) 

Reimplemented from Control.

Reimplemented in CSpawnNpcList.


Member Data Documentation

array< string@> elements
uint start
uint index
uint textHeight