#include <customgui_hyperlink.h>

Hyper link custom data (CUSTOMDATATYPE_HYPER_LINK_STATIC) for use with HyperLinkCustomGui.
Public Member Functions | |
| void | SetStrings (const maxon::String *pStrLink, const maxon::String *pStrText) |
| void | GetStrings (maxon::String *pStrLink, maxon::String *pStrText) |
Private Member Functions | |
| HyperLinkData () | |
| ~HyperLinkData () | |
|
private |
|
private |
| void SetStrings | ( | const maxon::String * | pStrLink, |
| const maxon::String * | pStrText | ||
| ) |
Sets the strings.
| [in] | pStrLink | The new link string or nullptr. |
| [in] | pStrText | The new text string or nullptr. |
| void GetStrings | ( | maxon::String * | pStrLink, |
| maxon::String * | pStrText | ||
| ) |
Gets the strings.
| [out] | pStrLink | Assigned the text string if not nullptr. |
| [out] | pStrText | Assigned the link string if not nullptr. |