#include <customgui_hyperlink.h>
Hyper link custom data ( CUSTOMDATATYPE_HYPER_LINK_STATIC ) for use with HyperLinkCustomGui .
公共成员函数 |
|
void | SetStrings (const maxon::String *pStrLink, const maxon::String *pStrText) |
void | GetStrings ( maxon::String *pStrLink, maxon::String *pStrText) |
私有成员函数 |
|
HyperLinkData () | |
~HyperLinkData () |
|
|
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 . |