![]() |
SUMO - Simulation of Urban MObility
|
Dialog to edit sequences, parameters, etc.. of Additionals. More...
#include <GNEAdditionalDialog.h>
Public Member Functions | |
void | changeAdditionalDialogHeader (const std::string &newHeader) |
change additional dialog header More... | |
GNEAdditionalDialog (GNEAdditional *parent, int width, int height) | |
FOX-declaration abstract. More... | |
~GNEAdditionalDialog () | |
destructor More... | |
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... | |
Dialog to edit sequences, parameters, etc.. of Additionals.
Definition at line 51 of file GNEAdditionalDialog.h.
GNEAdditionalDialog::GNEAdditionalDialog | ( | GNEAdditional * | parent, |
int | width, | ||
int | height | ||
) |
FOX-declaration abstract.
constructor
Definition at line 57 of file GNEAdditionalDialog.cpp.
References GUIIconSubSys::getIcon(), GUIDesignAuxiliarFrame, GUIDesignAuxiliarHorizontalFrame, GUIDesignButtonAccept, GUIDesignButtonCancel, GUIDesignButtonReset, GUIDesignContentsFrame, GUIDesignHorizontalFrame, ICON_ACCEPT, ICON_CANCEL, ICON_RESET, MID_GNE_MODE_ADDITIONALDIALOG_ACCEPT, MID_GNE_MODE_ADDITIONALDIALOG_CANCEL, and MID_GNE_MODE_ADDITIONALDIALOG_RESET.
GNEAdditionalDialog::~GNEAdditionalDialog | ( | ) |
destructor
Definition at line 77 of file GNEAdditionalDialog.cpp.
|
inlineprotected |
FOX needs this.
Definition at line 79 of file GNEAdditionalDialog.h.
|
private |
Invalidated copy constructor.
void GNEAdditionalDialog::changeAdditionalDialogHeader | ( | const std::string & | newHeader | ) |
change additional dialog header
Definition at line 81 of file GNEAdditionalDialog.cpp.
|
pure virtual |
|
pure virtual |
event after press cancel button
Implemented in GNERerouterDialog, GNEVariableSpeedSignDialog, GNERerouterIntervalDialog, GNECalibratorDialog, GNECalibratorFlowDialog, GNECalibratorRouteDialog, and GNECalibratorVehicleTypeDialog.
|
pure virtual |
event after press cancel button
Implemented in GNERerouterDialog, GNEVariableSpeedSignDialog, GNERerouterIntervalDialog, GNECalibratorDialog, GNECalibratorFlowDialog, GNECalibratorRouteDialog, and GNECalibratorVehicleTypeDialog.
|
private |
Invalidated assignment operator.
|
protected |
accept button
Definition at line 85 of file GNEAdditionalDialog.h.
|
protected |
cancel button
Definition at line 88 of file GNEAdditionalDialog.h.
|
protected |
frame for contents
Definition at line 82 of file GNEAdditionalDialog.h.
|
protected |
cancel button
Definition at line 91 of file GNEAdditionalDialog.h.