Searched refs:FindPaneByName (Results 1 – 11 of 11) sorted by relevance
103 nw::lyt::Pane* pane = rootPane->FindPaneByName( name ); in GetOriginalRect()116 nw::lyt::Pane* pane = rootPane->FindPaneByName( name ); in GetPane()
237 … nw::lyt::Pane *const pTextBoxEnabled = pLayout->GetRootPane()->FindPaneByName("TextBoxEnabled"); in nnMain()239 … nw::lyt::Pane *const pTextBoxDisabled = pLayout->GetRootPane()->FindPaneByName("TextBoxDisabled"); in nnMain()
49 … if (Pane* pFindPane = pRootPane->FindPaneByName(paneNameBase + i * ResourceNameStrMax, true)) in Group()
480 if (Pane *const pFindPane = pPane->FindPaneByName(animCont.name, bRecursive)) in Bind()804 if (Pane *const pFindPane = pPane->FindPaneByName(animCont.name, bRecursive)) in CalcAnimationNum()
508 Pane::FindPaneByName( in FindPaneByName() function in nw::lyt::Pane523 if (Pane* pPane = it->FindPaneByName(findName, bRecursive)) in FindPaneByName()
463 … Pane *const pSrcPane = this->GetRootPane()->FindPaneByName(animShareInfoAry[i].GetSrcPaneName()); in BindAnimationAuto()
186 nw::lyt::Pane* pCrossBar = pLayout->GetRootPane()->FindPaneByName("CrossBar", true); in ApplyCursorPosition()255 if (nw::lyt::Pane* pPane = pLayout->GetRootPane()->FindPaneByName(paneNames[i])) in nnMain()
246 nw::lyt::Pane *const pExtUserDataPane = pLayout->GetRootPane()->FindPaneByName("TextBox"); in nnMain()
1064 virtual Pane* FindPaneByName(
196 nw::lyt::Pane* pCrossBar = layout.GetRootPane()->FindPaneByName("CrossBar", true); in ApplyCursorPosition()
236 nw::lyt::Pane* pCrossBar = pLayout->GetRootPane()->FindPaneByName("CrossBar", true); in ApplyCursorPosition()