openshot-audio  0.1.7
Public Member Functions | List of all members
TooltipClient Class Referenceabstract

#include <juce_TooltipClient.h>

Inheritance diagram for TooltipClient:
ListBox::RowComponent SettableTooltipClient TableListBox::RowComp Button FilenameComponent FileSearchPathListComponent ImageComponent ListBox PropertyComponent Slider TextEditor

Public Member Functions

virtual ~TooltipClient ()
 
virtual String getTooltip ()=0
 

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

virtual TooltipClient::~TooltipClient ( )
inlinevirtual

Destructor.

Member Function Documentation

virtual String TooltipClient::getTooltip ( )
pure virtual

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

Implemented in TableListBox::RowComp, ListBox::RowComponent, and SettableTooltipClient.


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