ListBox Class Reference

#include <listbox.h>

Inheritance diagram for ListBox:

Inheritance graph
[legend]
Collaboration diagram for ListBox:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ListBox (Widget w)
 ~ListBox ()
ListItem GetSelected ()

Private Attributes

vector< ListItemitems
int cur

Detailed Description

Definition at line 10 of file listbox.h.


Constructor & Destructor Documentation

ListBox::ListBox Widget  w  ) 
 

ListBox::~ListBox  ) 
 


Member Function Documentation

ListItem ListBox::GetSelected  )  [inline]
 

Reimplemented from VGUI::Widget.

Definition at line 16 of file listbox.h.

References cur, and items.


Member Data Documentation

int ListBox::cur [private]
 

Definition at line 20 of file listbox.h.

Referenced by GetSelected().

vector<ListItem> ListBox::items [private]
 

Definition at line 19 of file listbox.h.

Referenced by GetSelected().


The documentation for this class was generated from the following file:
Generated on Thu Oct 19 04:11:58 2006 by  doxygen 1.4.6