NDEVR
API Documentation
TooltipTextManager

Provides common tooltips for usage with the software. More...

Static Public Member Functions

static TranslatedString tooltip (const String &id)
 Retrieves a tooltip string by its string identifier.
static TranslatedString tooltip (TooltipType id)
 Retrieves a tooltip string by its TooltipType enum value.

Detailed Description

Provides common tooltips for usage with the software.


Definition at line 106 of file TooltipTextManager.h.

Member Function Documentation

◆ tooltip() [1/2]

TranslatedString TooltipTextManager::tooltip ( const String & id)
static

Retrieves a tooltip string by its string identifier.

Parameters
[in]idThe string identifier for the tooltip.
Returns
The translated tooltip text.

◆ tooltip() [2/2]

TranslatedString TooltipTextManager::tooltip ( TooltipType id)
static

Retrieves a tooltip string by its TooltipType enum value.

Parameters
[in]idThe tooltip type enum value.
Returns
The translated tooltip text.

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