![]() |
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 39 of file GNEDeleteFrame.h.
| GNEDeleteFrame::DeleteOptions::DeleteOptions | ( | GNEDeleteFrame * | deleteFrameParent | ) |
constructor
Definition at line 44 of file GNEDeleteFrame.cpp.
References GUIDesignCheckButton, MID_GNE_SET_ATTRIBUTE, myDeleteOnlyGeometryPoints, myForceDeleteAdditionals, and myProtectDemandElements.
| GNEDeleteFrame::DeleteOptions::~DeleteOptions | ( | ) |
destructor
Definition at line 61 of file GNEDeleteFrame.cpp.
| bool GNEDeleteFrame::DeleteOptions::deleteOnlyGeometryPoints | ( | ) | const |
check if only delete geometry points checkbox is enabled
Definition at line 71 of file GNEDeleteFrame.cpp.
Referenced by GNEViewNet::processLeftButtonPressNetwork(), and GNEDeleteFrame::removeAttributeCarrier().
| bool GNEDeleteFrame::DeleteOptions::forceDeleteAdditionals | ( | ) | const |
check if force delete additionals checkbox is enabled
Definition at line 65 of file GNEDeleteFrame.cpp.
Referenced by GNEDeleteFrame::removeAttributeCarrier().
| bool GNEDeleteFrame::DeleteOptions::protectDemandElements | ( | ) | const |
check if protect demand elements checkbox is enabled
Definition at line 77 of file GNEDeleteFrame.cpp.
Referenced by GNEDeleteFrame::removeAttributeCarrier().
|
private |
checkbox for enable/disable delete only geometry points
Definition at line 62 of file GNEDeleteFrame.h.
Referenced by DeleteOptions().
|
private |
checkbox for enable/disable automatic deletion of additionals children
Definition at line 59 of file GNEDeleteFrame.h.
Referenced by DeleteOptions().
|
private |
checkbox for enable/disable automatic deletion of demand children
Definition at line 65 of file GNEDeleteFrame.h.
Referenced by DeleteOptions().