MCPcopy Create free account
hub / github.com/SOUI2/soui / GetText

Method GetText

SOUI/src/control/SListbox.cpp:109–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109SStringT SListBox::GetText(int nIndex,BOOL bRawText) const
110{
111 if (nIndex < 0 || nIndex >= GetCount())
112 return SStringT();
113
114 return m_arrItems[nIndex]->strText.GetText(bRawText);
115}
116
117
118int SListBox::GetItemHeight(int nIndex) const

Callers 12

DrawWeekMethod · 0.45
OnInitFinishedMethod · 0.45
OnPaintMethod · 0.45
OnKillFocusMethod · 0.45
OnSetFocusMethod · 0.45
OnPaintMethod · 0.45
GetCueTextMethod · 0.45
GetItemMethod · 0.45
DrawItemMethod · 0.45
FindStringMethod · 0.45
DrawItemMethod · 0.45
DrawTitleMethod · 0.45

Calls 1

GetCountFunction · 0.85

Tested by

no test coverage detected