![]() |
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 | protectAdditionals () const |
check if protect additional elements checkbox is enabled More... | |
bool | protectDemandElements () const |
check if protect demand elements checkbox is enabled More... | |
bool | protectGenericDatas () const |
check if protect generic datas checkbox is enabled More... | |
bool | protectShapes () const |
check if protect shapes elements checkbox is enabled More... | |
bool | protectTAZs () const |
check if protect TAZ elements checkbox is enabled More... | |
~DeleteOptions () | |
destructor More... | |
Private Attributes | |
FXCheckButton * | myDeleteOnlyGeometryPoints |
checkbox for enable/disable delete only geometry points More... | |
FXCheckButton * | myProtectAdditionals |
checkbox for enable/disable protect additionals More... | |
FXCheckButton * | myProtectDemandElements |
checkbox for enable/disable protect demand elements More... | |
FXCheckButton * | myProtectGenericDatas |
checkbox for enable/disable protect generic datas More... | |
FXCheckButton * | myProtectShapes |
checkbox for enable/disable protect shapes More... | |
FXCheckButton * | myProtectTAZs |
checkbox for enable/disable protect TAZs More... | |
Definition at line 39 of file GNEDeleteFrame.h.
GNEDeleteFrame::DeleteOptions::DeleteOptions | ( | GNEDeleteFrame * | deleteFrameParent | ) |
constructor
Definition at line 40 of file GNEDeleteFrame.cpp.
References GUIDesignCheckButton, MID_GNE_SET_ATTRIBUTE, myDeleteOnlyGeometryPoints, myProtectAdditionals, myProtectDemandElements, myProtectGenericDatas, myProtectShapes, and myProtectTAZs.
GNEDeleteFrame::DeleteOptions::~DeleteOptions | ( | ) |
destructor
Definition at line 69 of file GNEDeleteFrame.cpp.
bool GNEDeleteFrame::DeleteOptions::deleteOnlyGeometryPoints | ( | ) | const |
check if only delete geometry points checkbox is enabled
Definition at line 73 of file GNEDeleteFrame.cpp.
Referenced by GNEEdge::drawEdgeGeometryPoints(), and GNEViewNet::processLeftButtonPressNetwork().
bool GNEDeleteFrame::DeleteOptions::protectAdditionals | ( | ) | const |
check if protect additional elements checkbox is enabled
Definition at line 79 of file GNEDeleteFrame.cpp.
Referenced by GNEDeleteFrame::SubordinatedElements::checkElements().
bool GNEDeleteFrame::DeleteOptions::protectDemandElements | ( | ) | const |
check if protect demand elements checkbox is enabled
Definition at line 97 of file GNEDeleteFrame.cpp.
Referenced by GNEDeleteFrame::SubordinatedElements::checkElements().
bool GNEDeleteFrame::DeleteOptions::protectGenericDatas | ( | ) | const |
check if protect generic datas checkbox is enabled
Definition at line 103 of file GNEDeleteFrame.cpp.
Referenced by GNEDeleteFrame::SubordinatedElements::checkElements().
bool GNEDeleteFrame::DeleteOptions::protectShapes | ( | ) | const |
check if protect shapes elements checkbox is enabled
Definition at line 91 of file GNEDeleteFrame.cpp.
Referenced by GNEDeleteFrame::SubordinatedElements::checkElements().
bool GNEDeleteFrame::DeleteOptions::protectTAZs | ( | ) | const |
check if protect TAZ elements checkbox is enabled
Definition at line 85 of file GNEDeleteFrame.cpp.
Referenced by GNEDeleteFrame::SubordinatedElements::checkElements().
|
private |
checkbox for enable/disable delete only geometry points
Definition at line 68 of file GNEDeleteFrame.h.
Referenced by DeleteOptions().
|
private |
checkbox for enable/disable protect additionals
Definition at line 71 of file GNEDeleteFrame.h.
Referenced by DeleteOptions().
|
private |
checkbox for enable/disable protect demand elements
Definition at line 80 of file GNEDeleteFrame.h.
Referenced by DeleteOptions().
|
private |
checkbox for enable/disable protect generic datas
Definition at line 83 of file GNEDeleteFrame.h.
Referenced by DeleteOptions().
|
private |
checkbox for enable/disable protect shapes
Definition at line 77 of file GNEDeleteFrame.h.
Referenced by DeleteOptions().
|
private |
checkbox for enable/disable protect TAZs
Definition at line 74 of file GNEDeleteFrame.h.
Referenced by DeleteOptions().