Home
last modified time | relevance | path

Searched refs:FindPaneByName (Results 1 – 11 of 11) sorted by relevance

/NW4C-1.2.23/demos/Nw4cDemo/include/
DSmLayout.h101 nw::lyt::Pane* pane = rootPane->FindPaneByName( name ); in GetOriginalRect()
114 nw::lyt::Pane* pane = rootPane->FindPaneByName( name ); in GetPane()
/NW4C-1.2.23/demos/lyt/locationAdjust/sources/
Dmain.cpp235 … nw::lyt::Pane *const pTextBoxEnabled = pLayout->GetRootPane()->FindPaneByName("TextBoxEnabled"); in nnMain()
237 … nw::lyt::Pane *const pTextBoxDisabled = pLayout->GetRootPane()->FindPaneByName("TextBoxDisabled"); in nnMain()
/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_Group.cpp47 … if (Pane* pFindPane = pRootPane->FindPaneByName(paneNameBase + i * ResourceNameStrMax, true)) in Group()
Dlyt_Pane.cpp506 Pane::FindPaneByName( in FindPaneByName() function in nw::lyt::Pane
521 if (Pane* pPane = it->FindPaneByName(findName, bRecursive)) in FindPaneByName()
Dlyt_Animation.cpp478 if (Pane *const pFindPane = pPane->FindPaneByName(animCont.name, bRecursive)) in Bind()
826 if (Pane *const pFindPane = pPane->FindPaneByName(animCont.name, bRecursive)) in CalcAnimationNum()
Dlyt_Layout.cpp461 … Pane *const pSrcPane = this->GetRootPane()->FindPaneByName(animShareInfoAry[i].GetSrcPaneName()); in BindAnimationAuto()
/NW4C-1.2.23/demos/lyt/bounding/sources/
Dmain.cpp184 nw::lyt::Pane* pCrossBar = pLayout->GetRootPane()->FindPaneByName("CrossBar", true); in ApplyCursorPosition()
253 if (nw::lyt::Pane* pPane = pLayout->GetRootPane()->FindPaneByName(paneNames[i])) in nnMain()
/NW4C-1.2.23/demos/lyt/extUserData/sources/
Dmain.cpp244 nw::lyt::Pane *const pExtUserDataPane = pLayout->GetRootPane()->FindPaneByName("TextBox"); in nnMain()
/NW4C-1.2.23/include/nw/lyt/
Dlyt_Pane.h1062 virtual Pane* FindPaneByName(
/NW4C-1.2.23/demos/lyt/animShare/sources/
Dmain.cpp194 nw::lyt::Pane* pCrossBar = layout.GetRootPane()->FindPaneByName("CrossBar", true); in ApplyCursorPosition()
/NW4C-1.2.23/demos/lyt/tagGroupBind/sources/
Dmain.cpp234 nw::lyt::Pane* pCrossBar = pLayout->GetRootPane()->FindPaneByName("CrossBar", true); in ApplyCursorPosition()