Public Member Functions

CEGUI::TooltipWindowRenderer Class Reference

Base class for Tooltip window renderer objects. More...

Inheritance diagram for CEGUI::TooltipWindowRenderer:
Collaboration diagram for CEGUI::TooltipWindowRenderer:

List of all members.

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.

Detailed Description

Base class for Tooltip window renderer objects.


Member Function Documentation

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.

Returns:
Size object describing the size of the rendered tooltip text in pixels.

Implemented in CEGUI::FalagardTooltip.