doom3-gpl
Doom 3 GPL source release
|
#include <ListGUILocal.h>
Public Member Functions | |
idListGUILocal () | |
void | Config (idUserInterface *pGUI, const char *name) |
void | Add (int id, const idStr &s) |
void | Push (const idStr &s) |
bool | Del (int id) |
void | Clear (void) |
int | Num (void) |
int | GetSelection (char *s, int size, int sel=0) const |
void | SetSelection (int sel) |
int | GetNumSelections () |
bool | IsConfigured (void) const |
void | SetStateChanges (bool enable) |
void | Shutdown (void) |
Public Member Functions inherited from idListGUI | |
virtual | ~idListGUI () |
Private Member Functions | |
void | StateChanged () |
Private Attributes | |
idUserInterface * | m_pGUI |
idStr | m_name |
int | m_water |
idList< int > | m_ids |
bool | m_stateUpdates |
Definition at line 41 of file ListGUILocal.h.
|
inline |
Definition at line 43 of file ListGUILocal.h.
Implements idListGUI.
Definition at line 104 of file ListGUI.cpp.
Implements idListGUI.
Definition at line 147 of file ListGUI.cpp.
|
inlinevirtual |
Implements idListGUI.
Definition at line 46 of file ListGUILocal.h.
Implements idListGUI.
Definition at line 131 of file ListGUI.cpp.
|
virtual |
Implements idListGUI.
Definition at line 61 of file ListGUI.cpp.
Implements idListGUI.
Definition at line 70 of file ListGUI.cpp.
Implements idListGUI.
Definition at line 161 of file ListGUI.cpp.
Implements idListGUI.
Definition at line 52 of file ListGUILocal.h.
Implements idListGUI.
Definition at line 120 of file ListGUI.cpp.
Implements idListGUI.
Definition at line 94 of file ListGUI.cpp.
Implements idListGUI.
Definition at line 170 of file ListGUI.cpp.
Implements idListGUI.
Definition at line 180 of file ListGUI.cpp.
|
private |
Definition at line 39 of file ListGUI.cpp.
Definition at line 64 of file ListGUILocal.h.
|
private |
Definition at line 62 of file ListGUILocal.h.
|
private |
Definition at line 61 of file ListGUILocal.h.
|
private |
Definition at line 65 of file ListGUILocal.h.
|
private |
Definition at line 63 of file ListGUILocal.h.