Lines Matching refs:WindowLayer
23 class WindowLayer; variable
53 bool AddWindow(WindowLayer* window);
54 bool RemoveWindow(WindowLayer* window);
55 int32 IndexOf(WindowLayer* window) const;
57 bool HasWindow(WindowLayer* window) const;
59 WindowLayer* WindowAt(int32 index) const;
60 WindowLayer* WindowAtFast(int32 index) const;
61 WindowLayer* WindowAt(const BPoint& where) const;
62 WindowLayer* TopWindow() const;
63 WindowLayer* BottomWindow() const;
66 void MoveWindowBy(WindowLayer* window, int32 x, int32 y);
67 void ResizeWindowBy(WindowLayer* window, int32 x, int32 y);
69 void ShowWindow(WindowLayer* window);
70 void HideWindow(WindowLayer* window);
71 void SetWindowHidden(WindowLayer* window, bool hidden);
73 void BringToFront(WindowLayer* window);
74 void SendToBack(WindowLayer* window);
76 void SetFocusWindow(WindowLayer* window);
100 void WindowDied(WindowLayer* window);
109 WindowLayer* fClickedWindow;
132 WindowLayer* fFocusWindow;