29 #include "../idlib/precompiled.h"
57 if (len > 5 && key[0] ==
'g' && key[1] ==
'u' && key[2] ==
'i' && key[3] ==
':') {
58 key = key.
Right(len - VAR_GUIPREFIX_LEN);
67 for (
int i = 0;
i <
Num();
i++ ) {
68 (*this)[
i]->Set( val );
73 for (
int i = 0;
i <
Num();
i++ ) {
79 for (
int i = 0;
i <
Num();
i++ ) {
80 (*this)[
i]->SetGuiInfo( dict, (*
this)[
i]->c_str() );
virtual void Set(const char *val)=0
void SetGuiInfo(idDict *gd, const char *_name)
void AddUpdateVar(idWinVar *var)
virtual void Init(const char *_name, idWindow *win)=0
void SetName(const char *_name)
const char * Right(int len, idStr &result) const
idUserInterfaceLocal * GetGui()
void SetGuiInfo(idDict *dict)
void Set(const char *val)