HyperLinkCustomGui Class Reference

#include <customgui_hyperlink.h>

Inheritance diagram for HyperLinkCustomGui:

详细描述

Hyper link custom GUI ( CUSTOMGUI_HYPER_LINK_STATIC ) for use with HyperLinkData .
Here are the settings: HYPERLINK_CUSTOMGUISETTINGS

公共成员函数

Bool   SetLinkString (const maxon::String *pStrLink, const maxon::String *pStrText)
Bool   GetLinkString ( maxon::String *pStrLink, maxon::String *pStrText)
Bool   SetLinkStringThreaded (const maxon::String *pStrLink, const maxon::String *pStrText)
-  Public Member Functions inherited from BaseCustomGui< 1009180 >
Int32   GetWidth ()
Int32   GetHeight ()
void  Redraw ()
Bool   LayoutChanged ()
Bool   激活 ()
Bool   SetDefaultForResEdit ()
Bool   SetData (const TriState < GeData > &tristate)
TriState < GeData GetData ()
void  SetLayoutMode ( Int32 mode)
Int32   GetLayoutMode ()
Bool   SupportLayoutSwitch ()
-  Public Member Functions inherited from _BaseCustomGui
Int32   GetWidth ( Int32 plugid)
Int32   GetHeight ( Int32 plugid)
void  Redraw ( Int32 plugid)
Bool   LayoutChanged ( Int32 plugid)
Bool   激活 ( Int32 plugid)
Bool   SetDefaultForResEdit ( Int32 plugid)
Bool   SetData ( Int32 plugid, const TriState < GeData > &tristate)
TriState < GeData GetData ( Int32 plugid)
void  SetLayoutMode ( Int32 plugid, Int32 mode)
Int32   GetLayoutMode ( Int32 plugid)
Bool   SupportLayoutSwitch ( Int32 plugid)

私有成员函数

  HyperLinkCustomGui ()
  ~HyperLinkCustomGui ()

构造函数 & 析构函数文档编制

◆  HyperLinkCustomGui()

HyperLinkCustomGui () private

◆  ~HyperLinkCustomGui()

~ HyperLinkCustomGui () private

成员函数文档编制

◆  SetLinkString()

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 .
返回
true if successful, otherwise false .

◆  GetLinkString()

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 .
返回
true if successful, otherwise false .

◆  SetLinkStringThreaded()

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 .
返回
true if successful, otherwise false .