Lines Matching refs:Pane
55 class Pane; variable
64 typedef ut::LinkList<Pane, offsetof(internal::PaneBase, m_Link)> PaneList;
75 class Pane : public internal::PaneBase
92 Pane();
103 Pane(const res::Pane* pBlock);
109 virtual ~Pane();
888 __forceinline Pane* GetParent() const in GetParent()
902 __forceinline Pane* GetFirstChild() const in GetFirstChild()
907 return const_cast<Pane*>(&list.front()); in GetFirstChild()
929 __forceinline Pane* GetNextChild(const Pane* pChild) const in GetNextChild()
932 return const_cast<Pane*>(list.GetNext(pChild)); in GetNextChild()
970 void AppendChild(Pane* pChild);
985 void PrependChild(Pane* pChild);
1005 Pane* pNext,
1006 Pane* pChild);
1027 Pane* pChild);
1039 void RemoveChild(Pane* pChild);
1064 virtual Pane* FindPaneByName(
1487 Pane* m_pParent;
1538 Pane(const Pane& other);
1539 Pane& operator = (const Pane& other);