Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Layout.cpp244 if (this->GetRootPane() == 0) in Build()
283 …* pGroup = NewObj<Group>(reinterpret_cast<const res::Group*>(pDataBlockHead), this->GetRootPane())) in Build()
361 if (this->GetRootPane()) in BindAnimation()
363 this->GetRootPane()->BindAnimation(pAnimTrans, true); in BindAnimation()
370 if (this->GetRootPane()) in UnbindAnimation()
372 this->GetRootPane()->UnbindAnimation(pAnimTrans, true); in UnbindAnimation()
388 if (! this->GetRootPane()) in BindAnimationAuto()
419 this->GetRootPane()->BindAnimation(pAnimTrans, bRecursive, true/* bDisable */); in BindAnimationAuto()
463 … Pane *const pSrcPane = this->GetRootPane()->FindPaneByName(animShareInfoAry[i].GetSrcPaneName()); in BindAnimationAuto()
523 if (this->GetRootPane()) in SetAnimationEnable()
[all …]
Dlyt_Drawer.cpp41 if ( pLayout->GetRootPane() == NULL || in Draw()
42 pLayout->GetRootPane()->IsVisible() == false ) return; in Draw()
44 pLayout->GetRootPane()->MakeUniformData( &drawInfo, this ); in Draw()
Dlyt_Util.cpp156 return FindHitPane(pLayout->GetRootPane(), pos); in FindHitPane()
/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()
319 …::lyt::PaneList::Iterator it = pLayout->GetRootPane()->GetChildList().GetBeginIter(); it != pLayou… in nnMain()
/NW4C-2.0.3/demos/lyt/simple2/sources/
Dmain.cpp202 pLayout->GetRootPane()->AppendChild(pPic); in nnMain()
220 pLayout->GetRootPane()->AppendChild(pPic); in nnMain()
240 pLayout->GetRootPane()->AppendChild(pPic); in nnMain()
/NW4C-2.0.3/demos/Nw4cDemo/include/
DSmLayout.h101 nw::lyt::Pane* rootPane = m_Layout->GetRootPane(); in GetOriginalRect()
114 nw::lyt::Pane* rootPane = m_Layout->GetRootPane(); 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/demos/Nw4cDemo/sources/
DSmLayout.cpp184 nw::lyt::Pane* pane = layout->GetRootPane(); in SetupLayout()
/NW4C-2.0.3/demos/lyt/animShare/sources/
Dmain.cpp196 nw::lyt::Pane* pCrossBar = layout.GetRootPane()->FindPaneByName("CrossBar", true); in ApplyCursorPosition()
434 pLayout->GetRootPane()->SetAnimationEnable(animRes, true/*bEnable*/, true/*bRecursive*/); 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/demos/lyt/group/sources/
Dmain.cpp258 nw::lyt::PaneList& paneList = pLayout->GetRootPane()->GetChildList(); in nnMain()
/NW4C-2.0.3/include/nw/lyt/
Dlyt_Layout.h543 Pane* GetRootPane() const in GetRootPane() function
/NW4C-2.0.3/demos/lyt/tagGroupBind/sources/
Dmain.cpp236 nw::lyt::Pane* pCrossBar = pLayout->GetRootPane()->FindPaneByName("CrossBar", true); in ApplyCursorPosition()