![]() |
SUMO - Simulation of Urban MObility
|
#include <GNEChange_Additional.h>
Public Member Functions | |
GNEChange_Additional (GNEAdditional *additional, bool forward) | |
Constructor for creating/deleting an additional element. More... | |
virtual FXuint | size () const |
return actual size More... | |
~GNEChange_Additional () | |
Destructor. More... | |
inherited from GNEChange | |
get undo Name | |
FXString | undoName () const |
return undoName More... | |
FXString | redoName () const |
get Redo name More... | |
void | undo () |
undo action More... | |
void | redo () |
redo action More... | |
Protected Attributes | |
bool | myForward |
we group antagonistic commands (create junction/delete junction) and keep them apart by this flag More... | |
GNENet * | myNet |
the net to which operations shall be applied or which shall be informed about gui updates (we are not responsible for the pointer) More... | |
Private Attributes | |
GNEAdditional * | myAdditional |
full information regarding the additional element that is to be created/deleted More... | |
GNEAdditional * | myAdditionalParent |
pointer to additional (used by additional with parents, for example Entry/exits) More... | |
std::vector< GNEEdge * > | myEdgeChilds |
list of Edge childs (used by Rerouters) More... | |
GNEEdge * | myEdgeParent |
pointer to edge (used by additionals with edge parent) More... | |
std::vector< GNELane * > | myLaneChilds |
list of Edge childs (used by VSS) More... | |
GNELane * | myLaneParent |
pointer to lane (used by additionals with lane parent) More... | |
A network change in which a additional element is created or deleted
Definition at line 54 of file GNEChange_Additional.h.
GNEChange_Additional::GNEChange_Additional | ( | GNEAdditional * | additional, |
bool | forward | ||
) |
Constructor for creating/deleting an additional element.
[in] | additional | The additional element to be created/deleted |
[in] | forward | Whether to create/delete (true/false) |
Definition at line 54 of file GNEChange_Additional.cpp.
References GNEAttributeCarrier::hasAttribute(), SUMO_ATTR_EDGE, and SUMO_ATTR_LANE.
GNEChange_Additional::~GNEChange_Additional | ( | ) |
Destructor.
Definition at line 75 of file GNEChange_Additional.cpp.
References GNEReferenceCounter::decRef(), GNENet::deleteAdditional(), OptionsCont::getBool(), GNEAttributeCarrier::getID(), OptionsCont::getOptions(), GNEAttributeCarrier::getTag(), myAdditional, GNEChange::myNet, GNENet::retrieveAdditional(), toString(), GNEReferenceCounter::unreferenced(), and WRITE_WARNING.
|
virtual |
redo action
Reimplemented from GNEChange.
Definition at line 155 of file GNEChange_Additional.cpp.
References GNENetElement::addAdditionalChild(), GNEAdditional::addAdditionalChild(), GNENet::deleteAdditional(), GNEAttributeCarrier::getID(), OptionsCont::getOptions(), GNEAttributeCarrier::getTag(), GNENet::insertAdditional(), myAdditional, myAdditionalParent, myEdgeChilds, myEdgeParent, GNEChange::myForward, myLaneChilds, myLaneParent, GNEChange::myNet, GNENetElement::removeAdditionalChild(), GNEAdditional::removeAdditionalChild(), GNENet::requiereSaveAdditionals(), toString(), and WRITE_WARNING.
|
virtual |
get Redo name
Reimplemented from GNEChange.
Definition at line 227 of file GNEChange_Additional.cpp.
References GNEAttributeCarrier::getTag(), myAdditional, GNEChange::myForward, and toString().
|
virtualinherited |
return actual size
Definition at line 52 of file GNEChange.cpp.
|
virtual |
undo action
Reimplemented from GNEChange.
Definition at line 93 of file GNEChange_Additional.cpp.
References GNENetElement::addAdditionalChild(), GNEAdditional::addAdditionalChild(), GNENet::deleteAdditional(), GNEAttributeCarrier::getID(), OptionsCont::getOptions(), GNEAttributeCarrier::getTag(), GNENet::insertAdditional(), myAdditional, myAdditionalParent, myEdgeChilds, myEdgeParent, GNEChange::myForward, myLaneChilds, myLaneParent, GNEChange::myNet, GNENetElement::removeAdditionalChild(), GNEAdditional::removeAdditionalChild(), GNENet::requiereSaveAdditionals(), toString(), and WRITE_WARNING.
|
virtual |
return undoName
Reimplemented from GNEChange.
Definition at line 217 of file GNEChange_Additional.cpp.
References GNEAttributeCarrier::getTag(), myAdditional, GNEChange::myForward, and toString().
|
private |
full information regarding the additional element that is to be created/deleted
Definition at line 86 of file GNEChange_Additional.h.
Referenced by redo(), redoName(), undo(), undoName(), and ~GNEChange_Additional().
|
private |
pointer to additional (used by additional with parents, for example Entry/exits)
Definition at line 95 of file GNEChange_Additional.h.
|
private |
list of Edge childs (used by Rerouters)
Definition at line 98 of file GNEChange_Additional.h.
|
private |
pointer to edge (used by additionals with edge parent)
Definition at line 92 of file GNEChange_Additional.h.
|
protectedinherited |
we group antagonistic commands (create junction/delete junction) and keep them apart by this flag
Definition at line 86 of file GNEChange.h.
Referenced by GNEChange_Junction::redo(), GNEChange_Shape::redo(), GNEChange_Selection::redo(), GNEChange_TLS::redo(), GNEChange_VariableSpeedSignItem::redo(), GNEChange_Lane::redo(), redo(), GNEChange_Connection::redo(), GNEChange_Edge::redo(), GNEChange_Crossing::redo(), GNEChange_CalibratorItem::redo(), GNEChange_RerouterItem::redo(), GNEChange_Shape::redoName(), GNEChange_Junction::redoName(), GNEChange_Selection::redoName(), GNEChange_TLS::redoName(), redoName(), GNEChange_Connection::redoName(), GNEChange_Lane::redoName(), GNEChange_Edge::redoName(), GNEChange_Crossing::redoName(), GNEChange_Shape::undo(), GNEChange_Junction::undo(), GNEChange_Selection::undo(), GNEChange_TLS::undo(), GNEChange_VariableSpeedSignItem::undo(), GNEChange_Connection::undo(), GNEChange_Lane::undo(), undo(), GNEChange_Edge::undo(), GNEChange_Crossing::undo(), GNEChange_CalibratorItem::undo(), GNEChange_RerouterItem::undo(), GNEChange_Shape::undoName(), GNEChange_Junction::undoName(), GNEChange_Selection::undoName(), GNEChange_TLS::undoName(), undoName(), GNEChange_Connection::undoName(), GNEChange_Lane::undoName(), GNEChange_Edge::undoName(), and GNEChange_Crossing::undoName().
|
private |
list of Edge childs (used by VSS)
Definition at line 101 of file GNEChange_Additional.h.
|
private |
pointer to lane (used by additionals with lane parent)
Definition at line 89 of file GNEChange_Additional.h.
|
protectedinherited |
the net to which operations shall be applied or which shall be informed about gui updates (we are not responsible for the pointer)
Definition at line 81 of file GNEChange.h.
Referenced by GNEChange_Junction::redo(), GNEChange_Shape::redo(), GNEChange_Selection::redo(), GNEChange_VariableSpeedSignItem::redo(), redo(), GNEChange_Lane::redo(), GNEChange_Edge::redo(), GNEChange_Crossing::redo(), GNEChange_CalibratorItem::redo(), GNEChange_RerouterItem::redo(), GNEChange_Shape::undo(), GNEChange_Junction::undo(), GNEChange_Selection::undo(), GNEChange_VariableSpeedSignItem::undo(), undo(), GNEChange_Lane::undo(), GNEChange_Edge::undo(), GNEChange_Crossing::undo(), GNEChange_CalibratorItem::undo(), GNEChange_RerouterItem::undo(), ~GNEChange_Additional(), GNEChange_CalibratorItem::~GNEChange_CalibratorItem(), GNEChange_Crossing::~GNEChange_Crossing(), and GNEChange_Shape::~GNEChange_Shape().