SumoXMLAttr
Numbers representing SUMO-XML - attributes.
bool isMovingAttributeValid(SumoXMLAttr key, const std::string &value) const override
check if the given moving attribute is valid
void setMoveShape(const GNEMoveResult &moveResult) override
set move shape
double getMovingAttributeDouble(SumoXMLAttr key) const override
get moving attribute double
Position getMovingAttributePosition(SumoXMLAttr key) const override
get moving attribute position
GNEMoveElementCrossing()=delete
invalidate default constructor
void setMovingAttribute(SumoXMLAttr key, const std::string &value, GNEUndoList *undoList) override
set moving attribute (using undo-list)
GNECrossing * myCrossing
pointer to crossing
~GNEMoveElementCrossing()
GNEMoveElementCrossing(const GNEMoveElementCrossing &)=delete
Invalidated copy constructor.
void removeGeometryPoint(const Position clickedPosition, GNEUndoList *undoList) override
remove geometry point in the clicked position
PositionVector getMovingAttributePositionVector(SumoXMLAttr key) const override
get moving attribute positionVector
std::string getMovingAttribute(SumoXMLAttr key) const override
get moving attribute
GNEMoveOperation * getMoveOperation()
get move operation
void commitMoveShape(const GNEMoveResult &moveResult, GNEUndoList *undoList) override
commit move shape
GNEMoveElementCrossing & operator=(const GNEMoveElementCrossing &)=delete
Invalidated assignment operator.
A point in 2D or 3D with translation and scaling methods.