doom3-gpl
Doom 3 GPL source release
|
#include <Winvar.h>
Public Member Functions | |
idWinBool () | |
~idWinBool () | |
virtual void | Init (const char *_name, idWindow *win) |
int | operator== (const bool &other) |
bool & | operator= (const bool &other) |
idWinBool & | operator= (const idWinBool &other) |
operator bool () const | |
virtual void | Set (const char *val) |
virtual void | Update () |
virtual const char * | c_str () const |
virtual void | WriteToSaveGame (idFile *savefile) |
virtual void | ReadFromSaveGame (idFile *savefile) |
virtual float | x (void) const |
Public Member Functions inherited from idWinVar | |
idWinVar () | |
virtual | ~idWinVar () |
void | SetGuiInfo (idDict *gd, const char *_name) |
const char * | GetName () const |
void | SetName (const char *_name) |
idWinVar & | operator= (const idWinVar &other) |
idDict * | GetDict () const |
bool | NeedsUpdate () |
virtual size_t | Size () |
void | SetEval (bool b) |
bool | GetEval () |
Protected Attributes | |
bool | data |
Protected Attributes inherited from idWinVar | |
idDict * | guiDict |
char * | name |
bool | eval |