Crazy Eddies GUI System 0.7.5
|
Base class for Tooltip window renderer objects. More...
Public Member Functions | |
TooltipWindowRenderer (const String &name) | |
Constructor. | |
virtual Size | 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 Size 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.