Contents
Once all aspect of the HCI Studio user interface management system has been specified, consideration must be given to the internal structure of the system.One of great strengths of Visual C++ development system is its capability to create highly functional application through the application wizard (AppWizard) tools .
HCI Studio is implemented using Microsoft Foundation Classes so its software structure is presented in terms of its classes and the functions associated with each class. Since HCI Studio project is crated using MFC AppWizard, it is natural that it contains the following classes:
1. Main Frame Class (CMainFrame).
2. Child Frame Class (CchildFrame).
3. Application Class (CHCIStudioApp)
4. Document Class (CHCIStudioDoc).
5. View Class (CHCIStudioView).