|
|
Classes grouped by layer:
Pjre UI Layer
The main ones, thus far (4.17.04)...
PjreDriver - Driver class, starts up the gui.
PjreParent - The parent frame that fits in the main frame. Contains menus and toolbars.
PjreChild - The child frames that fit in the parent frame. This class holds the graphical representation of the PRom object (tabs of tables, params, etc). Multiple instances of this can be created (multiple roms open at once).
PTabCtrl - Sets up the tabs that fit inside the child. These tabs hold the tables, the "info" tab, and the ROM parameters.
PTableCtrl - Sets up the tables so they arent a pain the ass to use for our application. Uses a couple of separate table models I (ben) wrote.
Pjre Engine Layer
Pjre IO layer
Pjre ROM representation layer
PRom (abstract class, all rom classes derived from PRom)
- OBD0NonVtec (another abstract, no need for instances of this)
- PM6
- PM6Ghettodyne
- PR4
- PM7
- etc
- OBD0Vtec
- OBD1NonVtec
- OBD1Vtec
- Other Roms?
|
Copyright © 2002-present by the contributing authors. All material on this collaboration platform is the property of the contributing authors, and is covered by the Non-Commercial Share-Alike License unless explicitly stated otherwise. |
|