![]() |
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 235 of file GNEMultipleParametersDialog.h.
| GNEMultipleParametersDialog::ParametersOptions::ParametersOptions | ( | FXVerticalFrame * | frame | ) |
constructor
Definition at line 457 of file GNEMultipleParametersDialog.cpp.
References GUIDesignCheckButtonExtraHeight, MID_GNE_SET_ATTRIBUTE_BOOL, myOnlyForExistentKeys, and TL.
| GNEMultipleParametersDialog::ParametersOptions::~ParametersOptions | ( | ) |
destructor
Definition at line 463 of file GNEMultipleParametersDialog.cpp.
| bool GNEMultipleParametersDialog::ParametersOptions::onlyForExistentKeys | ( | ) | const |
apply changes to all elements
Definition at line 467 of file GNEMultipleParametersDialog.cpp.
Referenced by GNEMultipleParametersDialog::onCmdAccept().
|
private |
apply changes only for existent keys
Definition at line 249 of file GNEMultipleParametersDialog.h.
Referenced by ParametersOptions().