Class NSTooltipsAgent
Tooltip system, hint to text transformation.
Syntax
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. |
Remarks
Each key is separated from its value by an equals sign, and each pair from the next by an ampersand, according to usual conventions.
A typical tooltip hint could be{contact_id=123}
or {appointment_id=222 & mode=simple}
Examples
NSTooltipsAgent agent;
agent.callMethod(arg1, arg2);