| 1978 | } |
| 1979 | |
| 1980 | CDuiString* CListTextElementUI::GetLinkContent(int iIndex) |
| 1981 | { |
| 1982 | if( iIndex >= 0 && iIndex < m_nLinks ) return &m_sLinks[iIndex]; |
| 1983 | return NULL; |
| 1984 | } |
| 1985 | |
| 1986 | void CListTextElementUI::DoEvent(TEventUI& event) |
| 1987 | { |
nothing calls this directly
no outgoing calls
no test coverage detected