Ion
|
Base class for Fields (see below). More...
#include "resourceholder.h"
Public Member Functions | |
virtual | ~FieldBase () |
int | GetBit () const |
Get the change bit. More... | |
Protected Member Functions | |
FieldBase (const int change_bit, ResourceHolder *holder) | |
The constructor is protected because this is an abstract base class. More... | |
void | OnChanged () |
void | OnChanged (const int bit) |
Trigger a change for a specific bit. More... | |
Base class for Fields (see below).
Definition at line 97 of file resourceholder.h.
|
virtual |
Definition at line 129 of file resourceholder.cc.
|
inlineprotected |
The constructor is protected because this is an abstract base class.
Definition at line 106 of file resourceholder.h.
|
inline |
Get the change bit.
Definition at line 102 of file resourceholder.h.
|
inlineprotected |
Definition at line 113 of file resourceholder.h.
|
inlineprotected |
Trigger a change for a specific bit.
Definition at line 121 of file resourceholder.h.