einiges zeugs usw ... blabla brummbrumm dada

git-svn-id: http://svn.lsim.tuxzone.org/trunk@33 4bec179b-ab65-46ed-a5f8-55b8b5c735d0
This commit is contained in:
catdog2
2008-12-20 17:26:58 +00:00
parent 792fecff9e
commit ef2f7e188e
8 changed files with 167 additions and 61 deletions

View File

@@ -22,6 +22,7 @@
#include <QGraphicsScene>
#include <graphicsellipseitem.h>
#include <QMap>
class QTimeLine;
class HomoEFieldItem;
@@ -109,6 +110,7 @@ class SimulScene : public QGraphicsScene {
void moveFieldItemOnBottom(QGraphicsItem* fieldItem);
void moveSelectedFieldItemOnBottom();
void resetScene();
void handleTimeLineValueChange(qreal value);
private slots:
void displayResizeRects(bool move = false);
@@ -125,6 +127,10 @@ class SimulScene : public QGraphicsScene {
void timeLineDurationChanged(int duration);
void timeLineInRunningState(bool yesno = false);
void realSimulTimeChanged(QString theString);
void probeSpeedXChanged(QString text);
void probespeedYChanged(QString text);
void probeSpeedChanged(QString text);
private:
QTimeLine *timer;
@@ -159,6 +165,7 @@ class SimulScene : public QGraphicsScene {
QGraphicsPathItem *pathItem1;
QListWidget* fieldListWidget;
QMap<double, int> aniStepList;
//rechtecke zur groesenaenderung
struct resizeRects {