FormIt C++ API  v23.0.0 (2023.0.0)
WSM::Utils::ITooltipProvider Class Referenceabstract

Description

ITooltipProvider is an interface supplied by the application to display the tooltip class ITooltipProvider.

#include <interfaces.h>

Public Member Functions

virtual ~ITooltipProvider ()
 
virtual void AddTooltip (1::string const &text, WSM::Utils::TooltipType tooltipType=WSM::Utils::TooltipType::TOOLTIP)=0
 Request the application to display the tooltip. More...
 

Constructor & Destructor Documentation

virtual WSM::Utils::ITooltipProvider::~ITooltipProvider ( )
inlinevirtual

Member Function Documentation

virtual void WSM::Utils::ITooltipProvider::AddTooltip ( 1::string const &  text,
WSM::Utils::TooltipType  tooltipType = WSM::Utils::TooltipType::TOOLTIP 
)
pure virtual

Request the application to display the tooltip.


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