stopper fertig

git-svn-id: http://svn.lsim.tuxzone.org/trunk@21 4bec179b-ab65-46ed-a5f8-55b8b5c735d0
This commit is contained in:
catdog2
2008-11-22 16:45:09 +00:00
parent cabf7af527
commit aa9a70cd8b
4 changed files with 20 additions and 1 deletions

View File

@@ -67,6 +67,7 @@ class SimulScene : public QGraphicsScene {
\param xy rückgabe in x oder y-Richtung
*/
double getPowerAt(QPointF point, double charge, double speedX, double speedY, char xy);
bool stopsHere(const QPointF &p1,const QPointF &p2);
QWidget* getProbeDockWidget() const;
@@ -171,6 +172,7 @@ class SimulScene : public QGraphicsScene {
QList<HomoEFieldItem*> calcEFieldList;
QList<HomoBFieldItem*> calcBFieldList;
QList<StopperItem*> calcStopperList;
static const qreal FieldDefaultZValue = 10.0; //default z-value fuer Felder
static const qreal FieldZStep = 1e-10; //schritt, um den der z-index erhoeht wird