#include <IWindowKeeper.h>
|
|
| IWindowKeeper (const sf::VideoMode &video_mode, const std::string &window_title) |
| |
IWindowKeeper задает интерфейс для работы с каждый кадром окна.
◆ event_handling()
| virtual void IWindowKeeper::event_handling |
( |
| ) |
|
|
protectedpure virtual |
◆ render()
| virtual void IWindowKeeper::render |
( |
| ) |
|
|
protectedpure virtual |
◆ update()
| virtual void IWindowKeeper::update |
( |
| ) |
|
|
protectedpure virtual |
◆ m_window
| sf::RenderWindow IWindowKeeper::m_window |
|
protected |
Объявления и описания членов классов находятся в файлах:
- source/application/State/IWindowKeeper.h
- source/application/State/IWindowKeeper.cpp