Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 29 and Version 30 of Projects/GSoC/ApplicationConfigurationGUI


Ignore:
Timestamp:
09/16/13 23:49:39 (11 years ago)
Author:
Shubhamsomani
Comment:

/*GUI DIRECTORY STRUCTURE*/

Legend:

Unmodified
Added
Removed
Modified
  • Projects/GSoC/ApplicationConfigurationGUI

    v29 v30  
    3030# Generate a .h file which would be used in an application
    3131# Automatically generated by running a command that uses textual substitution/parsing of http://git.rtems.org/rtems/tree/doc/user/conf.t
    32 ==  ===================GUI  DIRECTORY STRUCTURE================================
     32
     33GUI  DIRECTORY STRUCTURE
    3334
    3435Controller.py -> Controller of the complete tool.
     36
    3537GUI.py -> File responsible for UI generation.
     38
    3639Generator.py -> File responsible for header file generation.
     40
    3741configuration.ini (present after you save values) -> responsible for storing saved values.
     42
    3843header.h -> The generated header to be used in Applications.
     44
    3945/text/text_parser.py -> The text parser module, which parses the conf.t and fetches neccesary information.
    40 The Graphical User Interface is created on the MVC(Model View Controller) framework.
    41 In the GUI ,the Model is the conf.t file where definitions of the macros are present.
    42 The View is GUI.py file which handles with creating the GUI.
    43 The Controller is the Controller.py file.
     46
     47The Graphical User Interface is created on the MVC(Model View Controller) framework. In the GUI ,the Model is the conf.t file where definitions of the macros are present. The View is GUI.py file which handles with creating the GUI. The Controller is the Controller.py file.
    4448= Goal: =
    4549