#include <customgui_hyperlink.h>
Hyper link custom GUI (
CUSTOMGUI_HYPER_LINK_STATIC
) for use with
HyperLinkData
.
Here are the settings:
HYPERLINK_CUSTOMGUISETTINGS
私有成员函数 |
|
| HyperLinkCustomGui () | |
| ~HyperLinkCustomGui () | |
|
|
| Bool SetLinkString | ( | 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 . |
| Bool GetLinkString | ( | 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 . |
| Bool SetLinkStringThreaded | ( | const maxon::String * | pStrLink , |
| const maxon::String * | pStrText | ||
| ) |
Private . Sets the strings but only redraw, no layout change.
| [out] | pStrLink | Assigned the text string if not nullptr . |
| [out] | pStrText | Assigned the link string if not nullptr . |