#include <view.h>
Inheritance diagram for Overlay:

Public Member Functions | |
| virtual void | draw ()=0 |
| Draw overlay object. | |
| virtual | ~Overlay () |
Static Public Member Functions | |
| void | setFont (AdsoFont *s, AdsoFont *l) |
| AdsoFont * | getFont () |
Static Protected Attributes | |
| AdsoFont * | smallFont |
| AdsoFont * | largeFont |
Overlays are used to display onscreen text and 2D graphics. The Overlay class defines an interface that may be registered in the View object. The View object will call the draw() method in each registered Overlay object. This method should be overridden by the class implementing the Overlay to supply the draw of the desired text/graphics.
|
|
|
|
|
Draw overlay object.
Implemented in Chat, GameCtrl, Menu, NetLinkStat, NetLink, and MessageDisplay. |
|
|
|
|
||||||||||||
|
|
1.3.2