![]() |
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... | |
| GNETLSEditorFrame * | myTLSEditorParent |
| pointer to TLSEditor Parent More... | |
Definition at line 93 of file GNETLSEditorFrame.h.
| GNETLSEditorFrame::TLSDefinition::TLSDefinition | ( | GNETLSEditorFrame * | TLSEditorParent | ) |
constructor
Definition at line 931 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 945 of file GNETLSEditorFrame.cpp.
|
private |
button for delete traffic light program
Definition at line 110 of file GNETLSEditorFrame.h.
Referenced by TLSDefinition().
|
private |
button for create new Traffic light program
Definition at line 107 of file GNETLSEditorFrame.h.
Referenced by TLSDefinition().
|
private |
pointer to TLSEditor Parent
Definition at line 104 of file GNETLSEditorFrame.h.