Home | History | Annotate | Download | only in fwl

Lines Matching defs:pParent

51   CFWL_Widget* pParent = m_pProperties->m_pParent;
52 m_pWidgetMgr->InsertWidget(pParent, this);
93 void CFWL_Widget::SetParent(CFWL_Widget* pParent) {
94 m_pProperties->m_pParent = pParent;
95 m_pWidgetMgr->SetParent(pParent, this);
564 CFX_SizeF CFWL_Widget::GetOffsetFromParent(CFWL_Widget* pParent) {
565 if (pParent == this)
576 while (pDstWidget && pDstWidget != pParent) {
584 bool CFWL_Widget::IsParent(CFWL_Widget* pParent) {
587 if (pUpWidget == pParent)