| Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
#include <WMclass.h>
Inheritance diagram for WMitem_base:

Definition at line 122 of file WMclass.h.
Public Member Functions | |
| virtual std::string | toString (void) const =0 |
| override this to return appropriate string representation | |
| WMitem_base (void *const val) | |
| Constructor. | |
| WMitem_base (const WMitem_base &in) | |
| *can* copy | |
| void | watch (void) const |
| Turn on monitoring of changes to the variable described by this entry. | |
| void | unwatch (void) const |
| Turn off monitoring of changes to the variable described by this entry. | |
Public Attributes | |
| void *const | value |
| Pointer to the actual variable referenced by this WMitem. | |
| WMentry * | entry |
| Pointer to the WMentry describing this variable. | |
Private Member Functions | |
| WMitem_base & | operator= (const WMitem_base &) |
| don't assign | |
|
|
Constructor.
|
|
|
*can* copy
|
|
|
don't assign
|
|
|
override this to return appropriate string representation
Implemented in WMitem< T >. |
|
|
Turn off monitoring of changes to the variable described by this entry.
Definition at line 139 of file WMclass.h. References EventBase::deactivateETID, entry, erouter, EventRouter::postEvent(), WMentry::watched, and EventBase::wmVarEGID. |
Here is the call graph for this function:

|
|
Turn on monitoring of changes to the variable described by this entry.
Definition at line 133 of file WMclass.h. References EventBase::activateETID, entry, erouter, EventRouter::postEvent(), WMentry::watched, and EventBase::wmVarEGID. |
Here is the call graph for this function:

|
|
Pointer to the WMentry describing this variable.
|
|
|
Pointer to the actual variable referenced by this WMitem.
|
|
Tekkotsu v1.5 |
Generated Fri Oct 10 15:58:35 2003 by Doxygen 1.3.4 |