|
LMMS
|
#include <juce_TooltipClient.h>
Public Member Functions | |
| virtual | ~TooltipClient ()=default |
| virtual String | getTooltip ()=0 |
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.
@tags{GUI}
|
virtualdefault |
Destructor.
|
pure virtual |
Returns the string that this object wants to show as its tooltip.
Implemented in juce::ComboBox, juce::ListBox::RowComponent, juce::SettableTooltipClient, juce::TableListBox::RowComp, juce::TreeView::ContentComponent, and juce::TreeView::ItemComponent.