Eclipse SUMO - Simulation of Urban MObility
|
#include <GNEMultipleParametersDialog.h>
Data Structures | |
class | GNEParameterHandler |
FOX need this. More... | |
Public Member Functions | |
ParametersOperations (FXVerticalFrame *frame, GNEMultipleParametersDialog *ParameterDialogParent) | |
FOX-declaration. | |
~ParametersOperations () | |
destructor | |
FOX-callbacks | |
event when user press load parameters button | |
long | onCmdLoadParameters (FXObject *, FXSelector, void *) |
long | onCmdSaveParameters (FXObject *, FXSelector, void *) |
event when user press save parameters button | |
long | onCmdClearParameters (FXObject *, FXSelector, void *) |
event when user press clear parameters button | |
long | onCmdSortParameters (FXObject *, FXSelector, void *) |
event when user press sort parameters button | |
long | onCmdHelpParameter (FXObject *, FXSelector, void *) |
event when user press help parameters button | |
Private Attributes | |
FXButton * | myClearButton |
clear button | |
FXButton * | myHelpButton |
help button | |
FXButton * | myLoadButton |
load button | |
GNEMultipleParametersDialog * | myParameterDialogParent |
pointer to Shape Frame Parent | |
FXButton * | mySaveButton |
save button | |
FXButton * | mySortButton |
sort button | |
Definition at line 155 of file GNEMultipleParametersDialog.h.
GNEMultipleParametersDialog::ParametersOperations::ParametersOperations | ( | FXVerticalFrame * | frame, |
GNEMultipleParametersDialog * | ParameterDialogParent | ||
) |
FOX-declaration.
constructor
Definition at line 282 of file GNEMultipleParametersDialog.cpp.
References GUIDesigns::buildFXButton(), CLEANJUNCTIONS, GUIIconSubSys::getIcon(), GUIDesignButtonFixed, HELP, MID_GNE_BUTTON_CLEAR, MID_GNE_BUTTON_LOAD, MID_GNE_BUTTON_SAVE, MID_GNE_BUTTON_SORT, MID_HELP, myClearButton, myHelpButton, myLoadButton, mySaveButton, mySortButton, OPEN, RELOAD, SAVE, and TL.
GNEMultipleParametersDialog::ParametersOperations::~ParametersOperations | ( | ) |
destructor
Definition at line 294 of file GNEMultipleParametersDialog.cpp.
long GNEMultipleParametersDialog::ParametersOperations::onCmdClearParameters | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
event when user press clear parameters button
Definition at line 361 of file GNEMultipleParametersDialog.cpp.
Referenced by FXDEFMAP().
long GNEMultipleParametersDialog::ParametersOperations::onCmdHelpParameter | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
event when user press help parameters button
Definition at line 397 of file GNEMultipleParametersDialog.cpp.
References ACCEPT, APP_TABLE, GUIDesigns::buildFXButton(), GUIIconSubSys::getIcon(), GUIDesignAuxiliarHorizontalFrame, GUIDesignButtonOK, GUIDesignDialogBox, GUIDesignHorizontalSeparator, GUIDesignLabelFrameInformation, TL, and WRITE_DEBUG.
Referenced by FXDEFMAP().
long GNEMultipleParametersDialog::ParametersOperations::onCmdLoadParameters | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
Definition at line 298 of file GNEMultipleParametersDialog.cpp.
References gCurrentFolder, GUIIconSubSys::getIcon(), GREENVEHICLE, XMLSubSys::runParser(), TL, toString(), and WRITE_MESSAGEF.
Referenced by FXDEFMAP().
long GNEMultipleParametersDialog::ParametersOperations::onCmdSaveParameters | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
event when user press save parameters button
Definition at line 325 of file GNEMultipleParametersDialog.cpp.
References OutputDevice::close(), OutputDevice::closeTag(), gCurrentFolder, OutputDevice::getDevice(), MFXUtils::getFilename2Write(), GUIIconSubSys::getIcon(), GREENVEHICLE, OutputDevice::openTag(), SUMO_ATTR_KEY, SUMO_ATTR_VALUE, SUMO_TAG_PARAM, TL, OutputDevice::writeAttr(), and OutputDevice::writeXMLHeader().
Referenced by FXDEFMAP().
long GNEMultipleParametersDialog::ParametersOperations::onCmdSortParameters | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
event when user press sort parameters button
Definition at line 369 of file GNEMultipleParametersDialog.cpp.
Referenced by FXDEFMAP().
|
private |
clear button
Definition at line 222 of file GNEMultipleParametersDialog.h.
Referenced by ParametersOperations().
|
private |
help button
Definition at line 231 of file GNEMultipleParametersDialog.h.
Referenced by ParametersOperations().
|
private |
load button
Definition at line 225 of file GNEMultipleParametersDialog.h.
Referenced by ParametersOperations().
|
private |
pointer to Shape Frame Parent
Definition at line 216 of file GNEMultipleParametersDialog.h.
|
private |
save button
Definition at line 228 of file GNEMultipleParametersDialog.h.
Referenced by ParametersOperations().
|
private |
sort button
Definition at line 219 of file GNEMultipleParametersDialog.h.
Referenced by ParametersOperations().