![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <GNEMultipleParametersDialog.h>
Public Member Functions | |
| bool | onlyForExistentKeys () const |
| apply changes to all elements | |
| ParametersOptions (FXVerticalFrame *frame) | |
| constructor | |
| ~ParametersOptions () | |
| destructor | |
Private Attributes | |
| FXCheckButton * | myOnlyForExistentKeys |
| apply changes only for existent keys | |
Definition at line 238 of file GNEMultipleParametersDialog.h.
| GNEMultipleParametersDialog::ParametersOptions::ParametersOptions | ( | FXVerticalFrame * | frame | ) |
constructor
Definition at line 477 of file GNEMultipleParametersDialog.cpp.
References GUIDesignCheckButtonExtraHeight, MID_GNE_SET_ATTRIBUTE_BOOL, myOnlyForExistentKeys, and TL.
| GNEMultipleParametersDialog::ParametersOptions::~ParametersOptions | ( | ) |
destructor
Definition at line 483 of file GNEMultipleParametersDialog.cpp.
| bool GNEMultipleParametersDialog::ParametersOptions::onlyForExistentKeys | ( | ) | const |
apply changes to all elements
Definition at line 487 of file GNEMultipleParametersDialog.cpp.
Referenced by GNEMultipleParametersDialog::onCmdAccept().
|
private |
apply changes only for existent keys
Definition at line 252 of file GNEMultipleParametersDialog.h.
Referenced by ParametersOptions().