stopper fertig
git-svn-id: http://svn.lsim.tuxzone.org/trunk@21 4bec179b-ab65-46ed-a5f8-55b8b5c735d0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user