#include <testing.h>
Inheritance diagram for Testing::CFPSGraphicalObserver:


Public Member Functions | |
| CFPSGraphicalObserver (CPoint &pos, CFont *font) | |
| virtual void | update (CModel *model) |
| virtual int | do_handle_event (CEvent &event) |
Definition at line 15 of file testing.h.
|
||||||||||||
|
Create the observer, placing it at the given point, using the given font. |
|
|
If the user presses the 'f' key, toggle the display of this component.
Reimplemented from CComponent. Definition at line 35 of file testing.h. References CEvent::get_key_ascii_value(), CEvent::get_type(), CComponent::set_visible(), CEvent::TYPE_KEY_DOWN, and CComponent::visible(). |
Here is the call graph for this function:

|
|
IObserver implementation, called by the CFPSTimer whenever it updates its state. Implements IObserver. Definition at line 22 of file testing.h. References CTextLabel::set_text(). |
Here is the call graph for this function:

1.3.3