Crazy Eddie's GUI System
0.8.4
|
Base class for Tooltip window renderer objects. More...
Public Member Functions | |
TooltipWindowRenderer (const String &name) | |
Constructor. | |
virtual Sizef | getTextSize () const =0 |
Return the size of the area that will be occupied by the tooltip text, given any current formatting options. |
Base class for Tooltip window renderer objects.
virtual Sizef CEGUI::TooltipWindowRenderer::getTextSize | ( | ) | const [pure virtual] |
Return the size of the area that will be occupied by the tooltip text, given any current formatting options.
Implemented in CEGUI::FalagardTooltip.