![]() |
Middle Europe Productions Library
alpha 1.3.3
|
A class with the additional methods for the MEP::Window::Template. More...
#include <BaseTemplate.h>
Public Member Functions | |
| BaseTemplate ()=default | |
| virtual void | additionalEvents (sf::RenderWindow &, sf::Event &) |
| virtual void | additionalInit () |
A class with the additional methods for the MEP::Window::Template.
I do recommend to use it with all of the template windows. It provides two additional methods: additinalEvents() - it is recommended to override the method in case of additional out of MEP::Window::Template events. additinalInit() - it is recommended to override the method in case of additional initialization objects.
|
default |
|
inlinevirtual |
Method handling additional events defined by the user. It is recommended to use it with any Template window.
|
inlinevirtual |
Method handling initialization of the objects defined by the user. It is recommended to use it with any Template window.