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