#include <soccerrender.h>
Inheritance diagram for SoccerRender:
Public Member Functions | |
SoccerRender () | |
virtual | ~SoccerRender () |
virtual void | Render () |
virtual void | OnLink () |
This method is called, when the hierarchy object has been linked to a parent. | |
virtual void | OnUnlink () |
This rountine is called, before the hierarchy object is removed from the parent. | |
Protected Attributes | |
boost::shared_ptr< SoccerMonitor > | mMonitor |
boost::shared_ptr< kerosin::FontServer > | mFontServer |
boost::shared_ptr< kerosin::Font > | mFont |
Definition at line 36 of file soccerrender.h.
|
Definition at line 35 of file soccerrender.cpp. |
|
Definition at line 39 of file soccerrender.cpp. |
|
This method is called, when the hierarchy object has been linked to a parent. At that point, traversal can commence. It can be overridden to support custom 'link' behavior. Reimplemented from zeitgeist::Leaf. Definition at line 43 of file soccerrender.cpp. References zeitgeist::Object::GetCore(), zeitgeist::Object::GetLog(), mFont, mFontServer, and mMonitor. Here is the call graph for this function: ![]() |
|
This rountine is called, before the hierarchy object is removed from the parent. It can be overridden to support custom 'unlink' behavior. Reimplemented from zeitgeist::Leaf. Definition at line 74 of file soccerrender.cpp. References mFont, mFontServer, and mMonitor. |
|
Implements kerosin::CustomRender. Definition at line 82 of file soccerrender.cpp. References mFont, mFontServer, and mMonitor. |
|
Definition at line 53 of file soccerrender.h. Referenced by OnLink(), OnUnlink(), and Render(). |
|
Definition at line 52 of file soccerrender.h. Referenced by OnLink(), OnUnlink(), and Render(). |
|
Definition at line 51 of file soccerrender.h. Referenced by OnLink(), OnUnlink(), and Render(). |