Home
last modified time | relevance | path

Searched refs:GetRootPane (Results 1 – 13 of 13) sorted by relevance

/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_Layout.cpp242 if (this->GetRootPane() == 0) in Build()
281 …* pGroup = NewObj<Group>(reinterpret_cast<const res::Group*>(pDataBlockHead), this->GetRootPane())) in Build()
359 if (this->GetRootPane()) in BindAnimation()
361 this->GetRootPane()->BindAnimation(pAnimTrans, true); in BindAnimation()
368 if (this->GetRootPane()) in UnbindAnimation()
370 this->GetRootPane()->UnbindAnimation(pAnimTrans, true); in UnbindAnimation()
386 if (! this->GetRootPane()) in BindAnimationAuto()
417 this->GetRootPane()->BindAnimation(pAnimTrans, bRecursive, true/* bDisable */); in BindAnimationAuto()
461 … Pane *const pSrcPane = this->GetRootPane()->FindPaneByName(animShareInfoAry[i].GetSrcPaneName()); in BindAnimationAuto()
521 if (this->GetRootPane()) in SetAnimationEnable()
[all …]
Dlyt_Drawer.cpp39 if ( pLayout->GetRootPane() == NULL || in Draw()
40 pLayout->GetRootPane()->IsVisible() == false ) return; in Draw()
42 pLayout->GetRootPane()->MakeUniformData( &drawInfo, this ); in Draw()
Dlyt_Util.cpp153 return FindHitPane(pLayout->GetRootPane(), pos); in FindHitPane()
/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()
317 …::lyt::PaneList::Iterator it = pLayout->GetRootPane()->GetChildList().GetBeginIter(); it != pLayou… in nnMain()
/NW4C-1.2.23/demos/lyt/simple2/sources/
Dmain.cpp200 pLayout->GetRootPane()->AppendChild(pPic); in nnMain()
218 pLayout->GetRootPane()->AppendChild(pPic); in nnMain()
238 pLayout->GetRootPane()->AppendChild(pPic); in nnMain()
/NW4C-1.2.23/demos/Nw4cDemo/include/
DSmLayout.h99 nw::lyt::Pane* rootPane = m_Layout->GetRootPane(); in GetOriginalRect()
112 nw::lyt::Pane* rootPane = m_Layout->GetRootPane(); 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/demos/Nw4cDemo/sources/
DSmLayout.cpp182 nw::lyt::Pane* pane = layout->GetRootPane(); in SetupLayout()
/NW4C-1.2.23/demos/lyt/animShare/sources/
Dmain.cpp194 nw::lyt::Pane* pCrossBar = layout.GetRootPane()->FindPaneByName("CrossBar", true); in ApplyCursorPosition()
432 pLayout->GetRootPane()->SetAnimationEnable(animRes, true/*bEnable*/, true/*bRecursive*/); 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/demos/lyt/group/sources/
Dmain.cpp256 nw::lyt::PaneList& paneList = pLayout->GetRootPane()->GetChildList(); in nnMain()
/NW4C-1.2.23/include/nw/lyt/
Dlyt_Layout.h541 Pane* GetRootPane() const in GetRootPane() function
/NW4C-1.2.23/demos/lyt/tagGroupBind/sources/
Dmain.cpp234 nw::lyt::Pane* pCrossBar = pLayout->GetRootPane()->FindPaneByName("CrossBar", true); in ApplyCursorPosition()