ein paar kleinere verbesserungen
git-svn-id: http://svn.lsim.tuxzone.org/trunk@28 4bec179b-ab65-46ed-a5f8-55b8b5c735d0
This commit is contained in:
@@ -50,6 +50,7 @@ class GraphicsEllipseItem : public QObject , public QGraphicsEllipseItem {
|
||||
double getMasse(double speed = 0);
|
||||
|
||||
QPainterPath getFlightPath() const;
|
||||
double getRealSimulTime() const;
|
||||
|
||||
|
||||
protected:
|
||||
@@ -63,7 +64,7 @@ class GraphicsEllipseItem : public QObject , public QGraphicsEllipseItem {
|
||||
///Liste Der Geschwindigkeitsanteile in y-richtung
|
||||
QList<double> *speedListY;
|
||||
///Gesamtzeilt der der Simulation
|
||||
double *realSimulTime;
|
||||
double realSimulTime;
|
||||
///Masse der Probeladung in kg
|
||||
double masse;
|
||||
///Ladung der Probleadung in As
|
||||
|
||||
Reference in New Issue
Block a user