![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <GNEDeleteFrame.h>
Public Member Functions | |
bool | deleteOnlyGeometryPoints () const |
check if only delete geometry points checkbox is enabled More... | |
DeleteOptions (GNEDeleteFrame *deleteFrameParent) | |
constructor More... | |
bool | forceDeleteAdditionals () const |
check if force delete additionals checkbox is enabled More... | |
bool | protectDemandElements () const |
check if protect demand elements checkbox is enabled More... | |
~DeleteOptions () | |
destructor More... | |
Private Attributes | |
FXCheckButton * | myDeleteOnlyGeometryPoints |
checkbox for enable/disable delete only geometry points More... | |
FXCheckButton * | myForceDeleteAdditionals |
checkbox for enable/disable automatic deletion of additionals children More... | |
FXCheckButton * | myProtectDemandElements |
checkbox for enable/disable automatic deletion of demand children More... | |
Definition at line 40 of file GNEDeleteFrame.h.
GNEDeleteFrame::DeleteOptions::DeleteOptions | ( | GNEDeleteFrame * | deleteFrameParent | ) |
constructor
Definition at line 45 of file GNEDeleteFrame.cpp.
References GUIDesignCheckButton, MID_GNE_SET_ATTRIBUTE, myDeleteOnlyGeometryPoints, myForceDeleteAdditionals, and myProtectDemandElements.
GNEDeleteFrame::DeleteOptions::~DeleteOptions | ( | ) |
destructor
Definition at line 62 of file GNEDeleteFrame.cpp.
bool GNEDeleteFrame::DeleteOptions::deleteOnlyGeometryPoints | ( | ) | const |
check if only delete geometry points checkbox is enabled
Definition at line 72 of file GNEDeleteFrame.cpp.
References myDeleteOnlyGeometryPoints.
Referenced by GNEViewNet::processLeftButtonPressNetwork(), and GNEDeleteFrame::removeAttributeCarrier().
bool GNEDeleteFrame::DeleteOptions::forceDeleteAdditionals | ( | ) | const |
check if force delete additionals checkbox is enabled
Definition at line 66 of file GNEDeleteFrame.cpp.
References myForceDeleteAdditionals.
Referenced by GNEDeleteFrame::removeAttributeCarrier().
bool GNEDeleteFrame::DeleteOptions::protectDemandElements | ( | ) | const |
check if protect demand elements checkbox is enabled
Definition at line 78 of file GNEDeleteFrame.cpp.
References myProtectDemandElements.
Referenced by GNEDeleteFrame::removeAttributeCarrier().
|
private |
checkbox for enable/disable delete only geometry points
Definition at line 63 of file GNEDeleteFrame.h.
Referenced by deleteOnlyGeometryPoints(), and DeleteOptions().
|
private |
checkbox for enable/disable automatic deletion of additionals children
Definition at line 60 of file GNEDeleteFrame.h.
Referenced by DeleteOptions(), and forceDeleteAdditionals().
|
private |
checkbox for enable/disable automatic deletion of demand children
Definition at line 66 of file GNEDeleteFrame.h.
Referenced by DeleteOptions(), and protectDemandElements().