Lines Matching refs:Pane
53 class Pane; variable
62 typedef ut::LinkList<Pane, offsetof(internal::PaneBase, m_Link)> PaneList;
73 class Pane : public internal::PaneBase
90 Pane();
101 Pane(const res::Pane* pBlock);
107 virtual ~Pane();
886 __forceinline Pane* GetParent() const in GetParent()
900 __forceinline Pane* GetFirstChild() const in GetFirstChild()
905 return const_cast<Pane*>(&list.front()); in GetFirstChild()
927 __forceinline Pane* GetNextChild(const Pane* pChild) const in GetNextChild()
930 return const_cast<Pane*>(list.GetNext(pChild)); in GetNextChild()
968 void AppendChild(Pane* pChild);
983 void PrependChild(Pane* pChild);
1003 Pane* pNext,
1004 Pane* pChild);
1025 Pane* pChild);
1037 void RemoveChild(Pane* pChild);
1062 virtual Pane* FindPaneByName(
1480 Pane* m_pParent;
1506 Pane(const Pane& other);
1507 Pane& operator = (const Pane& other);