Searched refs:GetRootPane (Results 1 – 13 of 13) sorted by relevance
| /NW4C-2.0.3/sources/libraries/lyt/ |
| D | lyt_Layout.cpp | 244 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 …]
|
| D | lyt_Drawer.cpp | 41 if ( pLayout->GetRootPane() == NULL || in Draw() 42 pLayout->GetRootPane()->IsVisible() == false ) return; in Draw() 44 pLayout->GetRootPane()->MakeUniformData( &drawInfo, this ); in Draw()
|
| D | lyt_Util.cpp | 156 return FindHitPane(pLayout->GetRootPane(), pos); in FindHitPane()
|
| /NW4C-2.0.3/demos/lyt/bounding/sources/ |
| D | main.cpp | 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() 319 …::lyt::PaneList::Iterator it = pLayout->GetRootPane()->GetChildList().GetBeginIter(); it != pLayou… in nnMain()
|
| /NW4C-2.0.3/demos/lyt/simple2/sources/ |
| D | main.cpp | 202 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/ |
| D | SmLayout.h | 101 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/ |
| D | main.cpp | 237 … 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/ |
| D | SmLayout.cpp | 184 nw::lyt::Pane* pane = layout->GetRootPane(); in SetupLayout()
|
| /NW4C-2.0.3/demos/lyt/animShare/sources/ |
| D | main.cpp | 196 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/ |
| D | main.cpp | 246 nw::lyt::Pane *const pExtUserDataPane = pLayout->GetRootPane()->FindPaneByName("TextBox"); in nnMain()
|
| /NW4C-2.0.3/demos/lyt/group/sources/ |
| D | main.cpp | 258 nw::lyt::PaneList& paneList = pLayout->GetRootPane()->GetChildList(); in nnMain()
|
| /NW4C-2.0.3/include/nw/lyt/ |
| D | lyt_Layout.h | 543 Pane* GetRootPane() const in GetRootPane() function
|
| /NW4C-2.0.3/demos/lyt/tagGroupBind/sources/ |
| D | main.cpp | 236 nw::lyt::Pane* pCrossBar = pLayout->GetRootPane()->FindPaneByName("CrossBar", true); in ApplyCursorPosition()
|