Class NSTooltipsAgent

Tooltip system, hint to text transformation.

Examples

NSTooltipsAgent agent;
agent.callMethod(arg1, arg2);

Constructors

NSTooltipsAgent()

Tooltip system, hint to text transformation.

Declaration

NSTooltipsAgent

Examples

NSTooltipsAgent agent;
agent.callMethod(arg1, arg2);

Methods

GetTooltip(String)

Parses a tooltip hint and return a tooltip.

Declaration

String GetTooltip(String tooltipHint)

Parameters

Type Name Description
String tooltipHint

Returns

Type Description
String either a literal text, representing itself or a set of key/value pairs enclosed in curly braces. may contain resource string identifiers (in square brackets), to be processed by the resource manager.