![]() |
SUMO - Simulation of Urban MObility
|
Dialog to edit sequences, parameters, etc.. of Additionals. More...
#include <GNEAdditionalDialog.h>


Public Member Functions | |
| GNEAdditionalDialog (GNEAdditional *parent, int width, int height) | |
| FOX-declaration abstract. More... | |
| ~GNEAdditionalDialog () | |
FOX-callbacks | |
event after press accept button | |
| virtual long | onCmdAccept (FXObject *sender, FXSelector sel, void *ptr)=0 |
| virtual long | onCmdCancel (FXObject *sender, FXSelector sel, void *ptr)=0 |
| event after press cancel button More... | |
| virtual long | onCmdReset (FXObject *, FXSelector, void *)=0 |
| event after press cancel button More... | |
Protected Member Functions | |
| GNEAdditionalDialog () | |
| FOX needs this. More... | |
Protected Attributes | |
| FXButton * | myAcceptButton |
| accept button More... | |
| FXButton * | myCancelButton |
| cancel button More... | |
| FXVerticalFrame * | myContentFrame |
| frame for contents More... | |
| FXButton * | myResetButton |
| cancel button More... | |
Private Member Functions | |
| GNEAdditionalDialog (const GNEAdditionalDialog &) | |
| Invalidated copy constructor. More... | |
| GNEAdditionalDialog & | operator= (const GNEAdditionalDialog &) |
| Invalidated assignment operator. More... | |
| virtual void | updateTable ()=0 |
| update data table More... | |
Private Attributes | |
| FXHorizontalFrame * | myButtonFrame |
| frame for buttons (Not accesible for childs) More... | |
Dialog to edit sequences, parameters, etc.. of Additionals.
Definition at line 50 of file GNEAdditionalDialog.h.
| GNEAdditionalDialog::GNEAdditionalDialog | ( | GNEAdditional * | parent, |
| int | width, | ||
| int | height | ||
| ) |
FOX-declaration abstract.
Definition at line 58 of file GNEAdditionalDialog.cpp.
References MID_GNE_MODE_ADDITIONALDIALOG_ACCEPT, MID_GNE_MODE_ADDITIONALDIALOG_CANCEL, and MID_GNE_MODE_ADDITIONALDIALOG_RESET.
| GNEAdditionalDialog::~GNEAdditionalDialog | ( | ) |
Definition at line 72 of file GNEAdditionalDialog.cpp.
|
inlineprotected |
FOX needs this.
Definition at line 75 of file GNEAdditionalDialog.h.
|
private |
Invalidated copy constructor.
|
pure virtual |
Implemented in GNEVariableSpeedSignalDialog, GNERerouterDialog, and GNECalibratorDialog.
|
pure virtual |
event after press cancel button
Implemented in GNEVariableSpeedSignalDialog, GNERerouterDialog, and GNECalibratorDialog.
|
pure virtual |
event after press cancel button
Implemented in GNEVariableSpeedSignalDialog, GNERerouterDialog, and GNECalibratorDialog.
|
private |
Invalidated assignment operator.
|
privatepure virtual |
update data table
Implemented in GNECalibratorDialog, GNEVariableSpeedSignalDialog, and GNERerouterDialog.
|
protected |
accept button
Definition at line 81 of file GNEAdditionalDialog.h.
|
private |
frame for buttons (Not accesible for childs)
Definition at line 95 of file GNEAdditionalDialog.h.
|
protected |
cancel button
Definition at line 84 of file GNEAdditionalDialog.h.
|
protected |
frame for contents
Definition at line 78 of file GNEAdditionalDialog.h.
|
protected |
cancel button
Definition at line 87 of file GNEAdditionalDialog.h.