Lines Matching refs:GetModel
123 if (!GetModel()->HasChilds(_pEntry)) in implDetermineState()
134 SvLBoxEntry* pChildLoop = GetModel()->FirstChild(_pEntry); in implDetermineState()
148 pChildLoop = GetModel()->NextSibling(pChildLoop); in implDetermineState()
163 pChildLoop = GetModel()->NextSibling(pChildLoop); in implDetermineState()
190 SvLBoxEntry* pEntry = GetModel()->First(); in CheckButtons()
194 pEntry = GetModel()->NextSibling(pEntry); in CheckButtons()
209 if (GetModel()->HasChilds(_pEntry)) // Falls Kinder, dann diese auch checken in checkedButton_noBroadcast()
211 SvLBoxEntry* pChildEntry = GetModel()->Next(_pEntry); in checkedButton_noBroadcast()
212 SvLBoxEntry* pSiblingEntry = GetModel()->NextSibling(_pEntry); in checkedButton_noBroadcast()
216 pChildEntry = GetModel()->Next(pChildEntry); in checkedButton_noBroadcast()
224 if(GetModel()->HasChilds(pEntry)) // Falls Kinder, dann diese auch checken in checkedButton_noBroadcast()
226 SvLBoxEntry* pChildEntry = GetModel()->Next(pEntry); in checkedButton_noBroadcast()
227 SvLBoxEntry* pSiblingEntry = GetModel()->NextSibling(pEntry); in checkedButton_noBroadcast()
231 pChildEntry = GetModel()->Next(pChildEntry); in checkedButton_noBroadcast()