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

Method GetText

DuiLib/Control/UIList.cpp:1950–1955  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1948}
1949
1950LPCTSTR CListTextElementUI::GetText(int iIndex) const
1951{
1952 CDuiString* pText = static_cast<CDuiString*>(m_aTexts.GetAt(iIndex));
1953 if( pText ) return pText->GetData();
1954 return NULL;
1955}
1956
1957void CListTextElementUI::SetText(int iIndex, LPCTSTR pstrText)
1958{

Callers 15

InitMethod · 0.45
GetItemTextMethod · 0.45
InitMethod · 0.45
InitWindowMethod · 0.45
OnConnectedMethod · 0.45
OnConnectingMethod · 0.45
DoApplyDataMethod · 0.45
InitWindowMethod · 0.45
OnAddInfoMethod · 0.45
OnAltInfoMethod · 0.45
OnItemActiveForListMethod · 0.45
OnPaginateMethod · 0.45

Calls 2

GetAtMethod · 0.80
GetDataMethod · 0.45

Tested by

no test coverage detected