 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
16 #ifndef GNEDeleteFrame_h
17 #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 childDemandElements
child demand elements
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 parentAdditionals
parent additionals
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
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)
SubordinatedElements & operator+=(const SubordinatedElements &other)
add operator
bool protectDemandElements() const
check if protect demand elements checkbox is enabled
int childAdditionals
child additional
~GNEDeleteFrame()
Destructor.
DeleteOptions(GNEDeleteFrame *deleteFrameParent)
constructor
int parentDemandElements
parent demand elements
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