Searched refs:FindPaneByName (Results 1 – 11 of 11) sorted by relevance
101 nw::lyt::Pane* pane = rootPane->FindPaneByName( name ); in GetOriginalRect()114 nw::lyt::Pane* pane = rootPane->FindPaneByName( name ); in GetPane()
235 … nw::lyt::Pane *const pTextBoxEnabled = pLayout->GetRootPane()->FindPaneByName("TextBoxEnabled"); in nnMain()237 … nw::lyt::Pane *const pTextBoxDisabled = pLayout->GetRootPane()->FindPaneByName("TextBoxDisabled"); in nnMain()
47 … if (Pane* pFindPane = pRootPane->FindPaneByName(paneNameBase + i * ResourceNameStrMax, true)) in Group()
506 Pane::FindPaneByName( in FindPaneByName() function in nw::lyt::Pane521 if (Pane* pPane = it->FindPaneByName(findName, bRecursive)) in FindPaneByName()
478 if (Pane *const pFindPane = pPane->FindPaneByName(animCont.name, bRecursive)) in Bind()826 if (Pane *const pFindPane = pPane->FindPaneByName(animCont.name, bRecursive)) in CalcAnimationNum()
461 … Pane *const pSrcPane = this->GetRootPane()->FindPaneByName(animShareInfoAry[i].GetSrcPaneName()); in BindAnimationAuto()
184 nw::lyt::Pane* pCrossBar = pLayout->GetRootPane()->FindPaneByName("CrossBar", true); in ApplyCursorPosition()253 if (nw::lyt::Pane* pPane = pLayout->GetRootPane()->FindPaneByName(paneNames[i])) in nnMain()
244 nw::lyt::Pane *const pExtUserDataPane = pLayout->GetRootPane()->FindPaneByName("TextBox"); in nnMain()
1062 virtual Pane* FindPaneByName(
194 nw::lyt::Pane* pCrossBar = layout.GetRootPane()->FindPaneByName("CrossBar", true); in ApplyCursorPosition()
234 nw::lyt::Pane* pCrossBar = pLayout->GetRootPane()->FindPaneByName("CrossBar", true); in ApplyCursorPosition()