]> git.gag.com Git - debian/openrocket/commit
Refactor ExtendedThrustCurveMotor so it extends ThrustCurveMotor instead of delegates...
authorkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Wed, 16 May 2012 06:27:02 +0000 (06:27 +0000)
committerkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Wed, 16 May 2012 06:27:02 +0000 (06:27 +0000)
commit3773af05e07d8eaddb73889a6110abd3ba096122
tree6f33e4d8d01983b466e150796a196eff0225a47c
parentc978d47e7e619d5f73f71ce12e4cbf13b334398f
Refactor ExtendedThrustCurveMotor so it extends ThrustCurveMotor instead of delegates to a member variable.  This is so when rockets are deserialized from orc files, the ThrustCurveMotors in the Rocket are actually ExtendedThrustCurveMotors.  We will use this in the motor configuration editor system.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@688 180e2498-e6e9-4542-8430-84ac67f01cd8
android/src/net/sf/openrocket/android/MotorDatabaseAdapter.java
android/src/net/sf/openrocket/android/db/MotorDao.java
android/src/net/sf/openrocket/android/motor/BurnPlotFragment.java
android/src/net/sf/openrocket/android/motor/ExtendedThrustCurveMotor.java
android/src/net/sf/openrocket/android/motor/MotorDetailsFragment.java
android/src/net/sf/openrocket/android/thrustcurve/TCQueryAction.java