Searched refs:GetRootPane (Results 1 – 13 of 13) sorted by relevance
| /NW4C-1.2.23/sources/libraries/lyt/ |
| D | lyt_Layout.cpp | 242 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 …]
|
| D | lyt_Drawer.cpp | 39 if ( pLayout->GetRootPane() == NULL || in Draw() 40 pLayout->GetRootPane()->IsVisible() == false ) return; in Draw() 42 pLayout->GetRootPane()->MakeUniformData( &drawInfo, this ); in Draw()
|
| D | lyt_Util.cpp | 153 return FindHitPane(pLayout->GetRootPane(), pos); in FindHitPane()
|
| /NW4C-1.2.23/demos/lyt/bounding/sources/ |
| D | main.cpp | 184 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/ |
| D | main.cpp | 200 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/ |
| D | SmLayout.h | 99 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/ |
| D | main.cpp | 235 … 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/ |
| D | SmLayout.cpp | 182 nw::lyt::Pane* pane = layout->GetRootPane(); in SetupLayout()
|
| /NW4C-1.2.23/demos/lyt/animShare/sources/ |
| D | main.cpp | 194 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/ |
| D | main.cpp | 244 nw::lyt::Pane *const pExtUserDataPane = pLayout->GetRootPane()->FindPaneByName("TextBox"); in nnMain()
|
| /NW4C-1.2.23/demos/lyt/group/sources/ |
| D | main.cpp | 256 nw::lyt::PaneList& paneList = pLayout->GetRootPane()->GetChildList(); in nnMain()
|
| /NW4C-1.2.23/include/nw/lyt/ |
| D | lyt_Layout.h | 541 Pane* GetRootPane() const in GetRootPane() function
|
| /NW4C-1.2.23/demos/lyt/tagGroupBind/sources/ |
| D | main.cpp | 234 nw::lyt::Pane* pCrossBar = pLayout->GetRootPane()->FindPaneByName("CrossBar", true); in ApplyCursorPosition()
|