Home
last modified time | relevance | path

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

/NW4C-2.0.3/demos/Nw4cDemo/include/
DSmLayout.h103 nw::lyt::Pane* pane = rootPane->FindPaneByName( name ); in GetOriginalRect()
116 nw::lyt::Pane* pane = rootPane->FindPaneByName( name ); in GetPane()
/NW4C-2.0.3/demos/lyt/locationAdjust/sources/
Dmain.cpp237 … nw::lyt::Pane *const pTextBoxEnabled = pLayout->GetRootPane()->FindPaneByName("TextBoxEnabled"); in nnMain()
239 … nw::lyt::Pane *const pTextBoxDisabled = pLayout->GetRootPane()->FindPaneByName("TextBoxDisabled"); in nnMain()
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Group.cpp49 … if (Pane* pFindPane = pRootPane->FindPaneByName(paneNameBase + i * ResourceNameStrMax, true)) in Group()
Dlyt_Animation.cpp480 if (Pane *const pFindPane = pPane->FindPaneByName(animCont.name, bRecursive)) in Bind()
804 if (Pane *const pFindPane = pPane->FindPaneByName(animCont.name, bRecursive)) in CalcAnimationNum()
Dlyt_Pane.cpp508 Pane::FindPaneByName( in FindPaneByName() function in nw::lyt::Pane
523 if (Pane* pPane = it->FindPaneByName(findName, bRecursive)) in FindPaneByName()
Dlyt_Layout.cpp463 … Pane *const pSrcPane = this->GetRootPane()->FindPaneByName(animShareInfoAry[i].GetSrcPaneName()); in BindAnimationAuto()
/NW4C-2.0.3/demos/lyt/bounding/sources/
Dmain.cpp186 nw::lyt::Pane* pCrossBar = pLayout->GetRootPane()->FindPaneByName("CrossBar", true); in ApplyCursorPosition()
255 if (nw::lyt::Pane* pPane = pLayout->GetRootPane()->FindPaneByName(paneNames[i])) in nnMain()
/NW4C-2.0.3/demos/lyt/extUserData/sources/
Dmain.cpp246 nw::lyt::Pane *const pExtUserDataPane = pLayout->GetRootPane()->FindPaneByName("TextBox"); in nnMain()
/NW4C-2.0.3/include/nw/lyt/
Dlyt_Pane.h1064 virtual Pane* FindPaneByName(
/NW4C-2.0.3/demos/lyt/animShare/sources/
Dmain.cpp196 nw::lyt::Pane* pCrossBar = layout.GetRootPane()->FindPaneByName("CrossBar", true); in ApplyCursorPosition()
/NW4C-2.0.3/demos/lyt/tagGroupBind/sources/
Dmain.cpp236 nw::lyt::Pane* pCrossBar = pLayout->GetRootPane()->FindPaneByName("CrossBar", true); in ApplyCursorPosition()