onClose
Default mainpageApplicationApplicationonClose
Description Source Call Graph
Application::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.
Reimplemented by
Name Brief description
BrickApplication::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:
  • Application.cpp
  • Application.hpp