Lines Matching refs:Window

56     : Window(manager, name, CVec2(0, 0), CVec2(1.4, 0.1 + start.count * 0.1))  in ComboCustom()
80 : Window(manager, name, CVec2(0, 0), CVec2(1.4, 0.1 + start.count * 0.1)) in ComboCustom()
104 : Window(manager, name, CVec2(0, 0), CVec2(1.4, 0.1 + option.size() * 0.1)) in ComboCustom()
163 Window::Window(WindowManager* manager, const char* _name, CVec2 _position, CVec2 _size, CVec2 _maxS… in Window() function in DEMOWin::Window
180 Window::~Window() in ~Window()
195 float& Window::GetOffY() in GetOffY()
205 float Window::GetTop() in GetTop()
215 float Window::GetWidth() in GetWidth()
223 Window* custom = this->child; in GetWidth()
236 float Window::GetHeight() in GetHeight()
244 Window* custom = this->child; in GetHeight()
255 float Window::GetMaxHeight() in GetMaxHeight()
263 Window* custom = this->child; in GetMaxHeight()
274 Window* Window::GetMaster() in GetMaster()
284 bool Window::CursorOver() in CursorOver()
303 void Window::Reset() in Reset()
312 void Window::Hide() in Hide()
323 void Window::Show() in Show()
329 bool Window::InFront() in InFront()
335 bool Window::Enabled() in Enabled()
341 bool Window::Visible() in Visible()
347 void Window::BringToFront() in BringToFront()
359 void Window::ClearItems() in ClearItems()
371 bool Window::PreUpdate(bool canUpdate) in PreUpdate()
394 void Window::PreDraw() in PreDraw()
411 void Window::AttachWindow(Window* window) in AttachWindow()
429 void Window::DetachWindow() in DetachWindow()
439 Window* master = this; in DetachWindow()
446 void Window::AddTabbing(MenuItem* item) in AddTabbing()