1#ifndef LIBS_GRAPHICSCOMP_CSTACKWINDOWS_HPP_
2#define LIBS_GRAPHICSCOMP_CSTACKWINDOWS_HPP_
Definition CEventGraphics.hpp:9
Definition CLibraryImages.hpp:11
Definition CStackWindows.hpp:9
IWindowGraphics * getCurrentWindows()
Definition CStackWindows.cpp:185
void processEvent(CEventGraphics *evt, double xSizeScreen, double ySizeScreen)
Definition CStackWindows.cpp:68
void pushWindow(IWindowGraphics *window)
Definition CStackWindows.cpp:102
void drawScene(IGraphics *graphics, double xSizeScreen, double ySizeScreen, CTheme *theme)
Definition CStackWindows.cpp:15
void nextFrameAnimation()
Definition CStackWindows.cpp:43
void removeWindow(IGraphics *graphics, IWindowGraphics *window)
Definition CStackWindows.cpp:136
void removeAll(IGraphics *graphics)
Definition CStackWindows.cpp:151
bool hasProcessFocus() const
Definition CStackWindows.cpp:35
void popWindow(IGraphics *graphics)
Definition CStackWindows.cpp:55
std::vector< IWindowGraphics * > m_stack
Definition CStackWindows.hpp:28
void update(IGraphics *graphics, double sizeXScreen, double sizeYScreen, CTheme *theme, CLibraryImages *libraryImages)
Definition CStackWindows.cpp:161
Definition IGraphics.hpp:20
Definition IWindowGraphics.hpp:12