§ onCreate()
virtual void ewol::context::Application::onCreate |
( |
ewol::Context & |
_context | ) |
|
|
virtual |
The application is created.
- Parameters
-
[in] | _context | Current ewol context. |
§ onDestroy()
virtual void ewol::context::Application::onDestroy |
( |
ewol::Context & |
_context | ) |
|
|
virtual |
The application is removed (call destructor just adter it.).
- Parameters
-
[in] | _context | Current ewol context. |
§ onKillDemand()
virtual void ewol::context::Application::onKillDemand |
( |
ewol::Context & |
_context | ) |
|
|
virtual |
The user request application removing.
- Parameters
-
[in] | _context | Current ewol context. |
§ onPause()
virtual void ewol::context::Application::onPause |
( |
ewol::Context & |
_context | ) |
|
|
virtual |
The application is Hide / not visible.
- Parameters
-
[in] | _context | Current ewol context. |
§ onResume()
virtual void ewol::context::Application::onResume |
( |
ewol::Context & |
_context | ) |
|
|
virtual |
The application is resumed (now visible).
- Parameters
-
[in] | _context | Current ewol context. |
§ onStart()
virtual void ewol::context::Application::onStart |
( |
ewol::Context & |
_context | ) |
|
|
virtual |
The application is started.
- Parameters
-
[in] | _context | Current ewol context. |
§ onStop()
virtual void ewol::context::Application::onStop |
( |
ewol::Context & |
_context | ) |
|
|
virtual |
The application is stopped.
- Parameters
-
[in] | _context | Current ewol context. |
The documentation for this class was generated from the following file: