matf-rg-engine 1.0.0
Base for project for the Computer Graphics course at Faculty of Mathematics, University of Belgrade
Loading...
Searching...
No Matches
Private Member Functions | List of all members
engine::test::app::TestApp Class Referencefinal

#include <TestApp.hpp>

Inheritance diagram for engine::test::app::TestApp:
Inheritance graph
[legend]
Collaboration diagram for engine::test::app::TestApp:
Collaboration graph
[legend]

Private Member Functions

void app_setup () override
 Override to define your custom app setup that gets called after engine engine_setup.
 

Additional Inherited Members

- Public Member Functions inherited from engine::core::App
int run (int argc, char **argv)
 The main entry point into the App.
 
virtual ~App ()=default
 
- Protected Member Functions inherited from engine::core::App
template<typename TController >
TController * register_controller ()
 Registers the controller for execution. The Controller instance that the register_controller returns isn't initialized yet. It will be initialized during the App::initialize. If the register_controller is called twice for the same controller, it's registered only once. The other calls just return the pointer to the already registered instance.
 

Member Function Documentation

◆ app_setup()

void engine::test::app::TestApp::app_setup ( )
overrideprivatevirtual

Override to define your custom app setup that gets called after engine engine_setup.

Reimplemented from engine::core::App.


The documentation for this class was generated from the following files: