onClose
Default mainpageExamplesBrickApplicationBrickApplicationonClose
Description Source Call Graph
BrickApplication::onClose ( Public Method )
Author: Don Olmstead
Define what actions to take when exiting the application.
 
Syntax / parameters
virtual void onClose()

There is no parameters for this function   Description
 
Return value virtual void
 
Description
Define what actions to take when exiting the application.
Reimplements
Name Brief description
Application::onClose Define what actions to take when exiting the application.
Notes
  • This is meant to contain all the cleanup of the application.
  •  
    Source
    The documentation for this Member was generated from the following files:
  • BrickApplication.cpp
  • BrickApplication.hpp