JUCE  v5.1.1-3-g1a0b28c73
JUCE API
TooltipClient Class Referenceabstract

Components that want to use pop-up tooltips should implement this interface. More...

#include <juce_TooltipClient.h>

Inheritance diagram for TooltipClient:

Public Member Functions

virtual ~TooltipClient ()
 Destructor. More...
 
virtual String getTooltip ()=0
 Returns the string that this object wants to show as its tooltip. More...
 

Detailed Description

Components that want to use pop-up tooltips should implement this interface.

A TooltipWindow will wait for the mouse to hover over a component that implements the TooltipClient interface, and when it finds one, it will display the tooltip returned by its getTooltip() method.

See also
TooltipWindow, SettableTooltipClient

Constructor & Destructor Documentation

◆ ~TooltipClient()

virtual TooltipClient::~TooltipClient ( )
inlinevirtual

Destructor.

Member Function Documentation

◆ getTooltip()

virtual String TooltipClient::getTooltip ( )
pure virtual

Returns the string that this object wants to show as its tooltip.

Implemented in ComboBox, and SettableTooltipClient.


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