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

Method GetLinkContent

DuiLib/Control/UIList.cpp:1980–1984  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1978}
1979
1980CDuiString* CListTextElementUI::GetLinkContent(int iIndex)
1981{
1982 if( iIndex >= 0 && iIndex < m_nLinks ) return &m_sLinks[iIndex];
1983 return NULL;
1984}
1985
1986void CListTextElementUI::DoEvent(TEventUI& event)
1987{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected