Lines Matching refs:WindowManager
14 WindowManager::WindowManager(Peripheral* peripheral, GX2Texture** textureList, float screenWidth) in WindowManager() function in WindowManager
29 void WindowManager::SetPeripheral(Peripheral* peripheral) in SetPeripheral()
35 void WindowManager::SetTextureList(GX2Texture** textureList) in SetTextureList()
41 void WindowManager::SetScreenWidth(float screenWidth) in SetScreenWidth()
47 void WindowManager::UpdateInput() in UpdateInput()
149 bool WindowManager::UpdateCloseButton(Window* window) in UpdateCloseButton()
175 void WindowManager::DrawCloseButton(Window* window) in DrawCloseButton()
209 void WindowManager::Draw() in Draw()
271 void WindowManager::Update(bool canBeOver) in Update()
487 void WindowManager::BringWindowToFront(Window* window) in BringWindowToFront()
497 void WindowManager::BringWindowToFront() in BringWindowToFront()
512 void WindowManager::AddToWindowList(Window* window) in AddToWindowList()
527 void WindowManager::RemoveFromWindowList(Window* window) in RemoveFromWindowList()
570 GX2Texture** WindowManager::GetTexture(CWTextures num) in GetTexture()
576 GX2Texture** WindowManager::GetTextureList() in GetTextureList()