#include <CachedValueString.h>
Public Member Functions | |
| CachedValueString () | |
| ~CachedValueString () | |
| bool | hasChanged (fixed newValue) |
Public Attributes | |
| LangString | cachedString |
| fixed | cachedValue |
Private Attributes | |
| bool | firstTime_ |
Definition at line 27 of file CachedValueString.h.
| CachedValueString::CachedValueString | ( | ) |
Definition at line 23 of file CachedValueString.cpp.
| CachedValueString::~CachedValueString | ( | ) |
Definition at line 27 of file CachedValueString.cpp.
| bool CachedValueString::hasChanged | ( | fixed | newValue | ) |
Definition at line 31 of file CachedValueString.cpp.
References cachedValue, and firstTime_.
Referenced by GLWScorchedInfo::draw().
Definition at line 36 of file CachedValueString.h.
Referenced by GLWScorchedInfo::draw(), and hasChanged().
bool CachedValueString::firstTime_ [private] |
1.5.3