]> git.mxchange.org Git - flightgear.git/commit
Panel code reorganization contributed by David Megginson:
authorcurt <curt>
Thu, 23 Dec 1999 17:37:18 +0000 (17:37 +0000)
committercurt <curt>
Thu, 23 Dec 1999 17:37:18 +0000 (17:37 +0000)
commit7da417530f8dc06e8c4cb62adc2d20fd2a7a3809
tree12ca79b92eb8b240fe793e45aaf1d79fd148b4cc
parent46b65bcab2a1910767f9aa2fda70ea9897f178ed
Panel code reorganization contributed by David Megginson:

I've reorganized the code in panel.cxx and panel.hxx so that it will
be a little easier to extend the panel later if someone wants to.
It's still basically Friedemann's code at the core, but I've
repackaged it into a saner class hierarchy and encapsulated as much as
I could (there are still a couple of circular dependencies that need
swatting).  If someone wants to modify it to use SSG or to add new
gauges, it should be a lot easier now.

There are no user-visible changes.
src/Cockpit/panel.cxx
src/Cockpit/panel.hxx