| 27 | } |
| 28 | |
| 29 | UINT CTextUI::GetControlFlags() const |
| 30 | { |
| 31 | if( IsEnabled() && m_nLinks > 0 ) return UIFLAG_SETCURSOR; |
| 32 | else return 0; |
| 33 | } |
| 34 | |
| 35 | CDuiString* CTextUI::GetLinkContent(int iIndex) |
| 36 | { |
nothing calls this directly
no outgoing calls
no test coverage detected