![]() |
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... | |
~DeleteOptions () | |
destructor More... | |
Private Attributes | |
GNEDeleteFrame * | myDeleteFrameParent |
pointer to delete Frame Parent More... | |
FXCheckButton * | myDeleteOnlyGeometryPoints |
checkbox for enable/disable delete only geometry points More... | |
FXCheckButton * | myForceDeleteAdditionals |
checkbox for enable/disable automatically delete additionals childs More... | |
Definition at line 40 of file GNEDeleteFrame.h.
GNEDeleteFrame::DeleteOptions::DeleteOptions | ( | GNEDeleteFrame * | deleteFrameParent | ) |
constructor
Definition at line 45 of file GNEDeleteFrame.cpp.
References GUIDesignCheckButtonAttribute, MID_GNE_DELETEFRAME_AUTODELETEADDITIONALS, MID_GNE_DELETEFRAME_ONLYGEOMETRYPOINTS, myDeleteOnlyGeometryPoints, and myForceDeleteAdditionals.
GNEDeleteFrame::DeleteOptions::~DeleteOptions | ( | ) |
destructor
Definition at line 59 of file GNEDeleteFrame.cpp.
bool GNEDeleteFrame::DeleteOptions::deleteOnlyGeometryPoints | ( | ) | const |
check if only delete geometry points checkbox is enabled
Definition at line 69 of file GNEDeleteFrame.cpp.
References myDeleteOnlyGeometryPoints.
Referenced by GNEViewNet::onLeftBtnPress(), and GNEDeleteFrame::removeAttributeCarrier().
bool GNEDeleteFrame::DeleteOptions::forceDeleteAdditionals | ( | ) | const |
check if force delete additionals checkbox is enabled
Definition at line 63 of file GNEDeleteFrame.cpp.
References myForceDeleteAdditionals.
Referenced by GNEDeleteFrame::removeAttributeCarrier().
|
private |
pointer to delete Frame Parent
Definition at line 57 of file GNEDeleteFrame.h.
|
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 automatically delete additionals childs
Definition at line 60 of file GNEDeleteFrame.h.
Referenced by DeleteOptions(), and forceDeleteAdditionals().