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

Definition at line 11 of file ViewWMVarsBehavior.h.
Public Member Functions | |
| ViewWMVarsBehavior () | |
| constructor | |
| virtual void | DoStart () |
| By default, merely adds to the reference counter (through AddReference()) you should still call this from your overriding methods. | |
| virtual void | DoStop () |
By default, subtracts from the reference counter, and deletes if zero you should still call this when you override this call this at the end of your DoStop(), not beginning (it might delete this ). | |
| virtual std::string | getName () const |
| Identifies the behavior in menus and such. | |
Static Public Member Functions | |
| std::string | getClassDescription () |
| Gives a short description of what this class of behaviors does... you should override this (but don't have to). | |
|
|
constructor
Definition at line 14 of file ViewWMVarsBehavior.h. |
|
|
By default, merely adds to the reference counter (through AddReference()) you should still call this from your overriding methods.
Reimplemented from BehaviorBase. Definition at line 16 of file ViewWMVarsBehavior.h. References config, BehaviorBase::DoStart(), Controller::loadGUI(), Config::main, and Config::main_config::wmmonitor_port. |
Here is the call graph for this function:

|
|
By default, subtracts from the reference counter, and deletes if zero you should still call this when you override this call this at the end of your DoStop(), not beginning (it might
Reimplemented from BehaviorBase. Definition at line 22 of file ViewWMVarsBehavior.h. References Controller::closeGUI(), and BehaviorBase::DoStop(). |
Here is the call graph for this function:

|
|
Gives a short description of what this class of behaviors does... you should override this (but don't have to).
Reimplemented from BehaviorBase. Definition at line 29 of file ViewWMVarsBehavior.h. References config, Config::main, and Config::main_config::wmmonitor_port. |
|
|
Identifies the behavior in menus and such.
Implements BehaviorBase. Definition at line 28 of file ViewWMVarsBehavior.h. |
|
Tekkotsu v1.5 |
Generated Fri Oct 10 15:58:07 2003 by Doxygen 1.3.4 |