MCPcopy Create free account
hub / github.com/cinience/RedisStudio / GetLinkContent

Method GetLinkContent

DuiLib/Control/UIText.cpp:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 }
34
35 CDuiString* CTextUI::GetLinkContent(int iIndex)
36 {
37 if( iIndex >= 0 && iIndex < m_nLinks ) return &m_sLinks[iIndex];
38 return NULL;
39 }
40
41 void CTextUI::DoEvent(TEventUI& event)
42 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected