Handles system-level events (creation, resize, quit) for the application and its widget tree.
More...
#include <spk_system_module.hpp>
|
| void | _treatEvent (spk::SystemEvent &p_ievent) override |
| | Applies a system event to the application.
|
Handles system-level events (creation, resize, quit) for the application and its widget tree.
- See also
- GraphicalApplication, EventBasedModule
◆ _treatEvent()
| void spk::Module::SystemModule::_treatEvent |
( |
spk::SystemEvent & | p_ievent | ) |
|
|
overrideprotectedvirtual |
◆ setApplication()
Associates the module with an application instance.
- Parameters
-
| p_application | Target application; may be null to detach. |
The documentation for this class was generated from the following files:
- includes/structure/application/module/spk_system_module.hpp
- srcs/structure/application/module/spk_system_module.cpp