![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <GNETLSEditorFrame.h>
Public Member Functions | |
TLSDefinition (GNETLSEditorFrame *TLSEditorParent) | |
constructor More... | |
~TLSDefinition () | |
destructor More... | |
Private Attributes | |
FXButton * | myDeleteTLProgram |
button for delete traffic light program More... | |
FXButton * | myNewTLProgram |
button for create new Traffic light program More... | |
Definition at line 93 of file GNETLSEditorFrame.h.
GNETLSEditorFrame::TLSDefinition::TLSDefinition | ( | GNETLSEditorFrame * | TLSEditorParent | ) |
constructor
Definition at line 983 of file GNETLSEditorFrame.cpp.
References GUIIconSubSys::getIcon(), GUIDesignButton, ICON_MODETLS, ICON_REMOVE, MID_GNE_TLSFRAME_CREATE, MID_GNE_TLSFRAME_DELETE, myDeleteTLProgram, myNewTLProgram, and GNEFrame::show().
GNETLSEditorFrame::TLSDefinition::~TLSDefinition | ( | ) |
destructor
Definition at line 996 of file GNETLSEditorFrame.cpp.
|
private |
button for delete traffic light program
Definition at line 107 of file GNETLSEditorFrame.h.
Referenced by TLSDefinition().
|
private |
button for create new Traffic light program
Definition at line 104 of file GNETLSEditorFrame.h.
Referenced by TLSDefinition().