doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Attributes | List of all members
idWinBool Class Reference

#include <Winvar.h>

Inheritance diagram for idWinBool:
idWinVar

Public Member Functions

 idWinBool ()
 
 ~idWinBool ()
 
virtual void Init (const char *_name, idWindow *win)
 
int operator== (const bool &other)
 
booloperator= (const bool &other)
 
idWinBooloperator= (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)
 
idWinVaroperator= (const idWinVar &other)
 
idDictGetDict () const
 
bool NeedsUpdate ()
 
virtual size_t Size ()
 
void SetEval (bool b)
 
bool GetEval ()
 

Protected Attributes

bool data
 
- Protected Attributes inherited from idWinVar
idDictguiDict
 
char * name
 
bool eval
 

Detailed Description

Definition at line 95 of file Winvar.h.

Constructor & Destructor Documentation

idWinBool::idWinBool ( )
inline

Definition at line 97 of file Winvar.h.

idWinBool::~idWinBool ( )
inline

Definition at line 98 of file Winvar.h.

Member Function Documentation

virtual const char* idWinBool::c_str ( void  ) const
inlinevirtual

Implements idWinVar.

Definition at line 134 of file Winvar.h.

virtual void idWinBool::Init ( const char *  _name,
idWindow win 
)
inlinevirtual

Implements idWinVar.

Definition at line 99 of file Winvar.h.

idWinBool::operator bool ( ) const
inline

Definition at line 118 of file Winvar.h.

bool& idWinBool::operator= ( const bool other)
inline

Definition at line 105 of file Winvar.h.

idWinBool& idWinBool::operator= ( const idWinBool other)
inline

Definition at line 112 of file Winvar.h.

int idWinBool::operator== ( const bool other)
inline

Definition at line 104 of file Winvar.h.

virtual void idWinBool::ReadFromSaveGame ( idFile savefile)
inlinevirtual

Implements idWinVar.

Definition at line 141 of file Winvar.h.

virtual void idWinBool::Set ( const char *  val)
inlinevirtual

Implements idWinVar.

Definition at line 120 of file Winvar.h.

virtual void idWinBool::Update ( void  )
inlinevirtual

Implements idWinVar.

Definition at line 127 of file Winvar.h.

virtual void idWinBool::WriteToSaveGame ( idFile savefile)
inlinevirtual

Implements idWinVar.

Definition at line 137 of file Winvar.h.

virtual float idWinBool::x ( void  ) const
inlinevirtual

Implements idWinVar.

Definition at line 146 of file Winvar.h.

Member Data Documentation

bool idWinBool::data
protected

Definition at line 146 of file Winvar.h.


The documentation for this class was generated from the following file: