 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
17 #ifndef GNEDeleteFrame_h
18 #define GNEDeleteFrame_h
void hide()
hide delete frame
An Element which don't belongs to GNENet but has influency in the simulation.
void removeSelectedAttributeCarriers()
remove selected attribute carriers (element)
An Element which don't belongs to GNENet but has influency in the simulation.
int demandElementParents
demand element parents
FXCheckButton * myProtectDemandElements
checkbox for enable/disable automatic deletion of demand children
DeleteOptions * myDeleteOptions
modul for delete options
bool deleteOnlyGeometryPoints() const
check if only delete geometry points checkbox is enabled
A road/street connecting two junctions (netedit-version)
SubordinatedElements(const GNEJunction *junction)
constructor (for junctions)
DeleteOptions * getDeleteOptions() const
get delete options
GNEFrameModuls::AttributeCarrierHierarchy * myAttributeCarrierHierarchy
modul for hierarchy
class used to group all variables related with objects under cursor after a click over view
int demandElementChildren
demand element children
FXCheckButton * myForceDeleteAdditionals
checkbox for enable/disable automatic deletion of additionals children
void removeAttributeCarrier(const GNEViewNetHelper::ObjectsUnderCursor &objectsUnderCursor, bool ignoreOptions=false)
remove attribute carrier (element)
void show()
show delete frame
bool forceDeleteAdditionals() const
check if force delete additionals checkbox is enabled
int additionalParents
additional parents
GNEDeleteFrame(FXHorizontalFrame *horizontalFrameParent, GNEViewNet *viewNet)
Constructor.
bool ACsToDelete() const
check if there is ACs to delete
struct for saving subordinated elements (Junction->Edge->Lane->(Additional | DemandElement)
int additionalChildren
additional children
SubordinatedElements & operator+=(const SubordinatedElements &other)
add operator
bool protectDemandElements() const
check if protect demand elements checkbox is enabled
~GNEDeleteFrame()
Destructor.
DeleteOptions(GNEDeleteFrame *deleteFrameParent)
constructor
This lane is powered by an underlying GNEEdge and basically knows how to draw itself.
~DeleteOptions()
destructor
FXCheckButton * myDeleteOnlyGeometryPoints
checkbox for enable/disable delete only geometry points