PixelLightAPI  .
Protected Member Functions | Protected Attributes
PLGui::AbstractTooltip Class Reference

Base class for tooltip windows. More...

#include <AbstractTooltip.h>

Inheritance diagram for PLGui::AbstractTooltip:
Inheritance graph
[legend]

List of all members.

Protected Member Functions

virtual void OnShowTooltip ()
 Called on display of the tooltip.
virtual void OnTimeout ()
 Called on timeout.

Protected Attributes

PLCore::String m_sTooltip
PLCore::uint64 m_nTimeout
Timer m_cTimer

Detailed Description

Base class for tooltip windows.


Member Function Documentation

virtual void PLGui::AbstractTooltip::OnShowTooltip ( ) [protected, virtual]

Called on display of the tooltip.

Reimplemented in PLGui::Tooltip.

virtual void PLGui::AbstractTooltip::OnTimeout ( ) [protected, virtual]

Called on timeout.

Reimplemented in PLGui::Tooltip.


Member Data Documentation

Tooltip text

PLCore::uint64 PLGui::AbstractTooltip::m_nTimeout [protected]

Timeout (in ms)


The documentation for this class was generated from the following file:


PixelLight PixelLight 0.9.10-R1
Copyright (C) 2002-2011 by The PixelLight Team
Last modified Fri Dec 23 2011 15:51:18
The content of this PixelLight document is published under the
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported