- application - When we talk about the application, we are referring to both the base of the Chandler application and all of the Parcels that get loaded into the Repository. The base of the Chandler application creates a wxWidgets application, displays the splash screen, loads the Repository, sets up a few global variables, loads all of the Parcels, and performs various other initialization chores. Outside of this boostrapping and initialization, most of the application is implemented with Parcels.
|