![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <GNEMultipleParametersDialog.h>
Public Member Functions | |
bool | onlyForExistentKeys () const |
apply changes to all elements More... | |
ParametersOptions (FXVerticalFrame *frame, GNEMultipleParametersDialog *ParameterDialogParent) | |
constructor More... | |
~ParametersOptions () | |
destructor More... | |
Private Attributes | |
FXCheckButton * | myOnlyForExistentKeys |
apply changes only for existent keys More... | |
GNEMultipleParametersDialog * | myParameterDialogParent |
pointer to Shape Frame Parent More... | |
Definition at line 242 of file GNEMultipleParametersDialog.h.
GNEMultipleParametersDialog::ParametersOptions::ParametersOptions | ( | FXVerticalFrame * | frame, |
GNEMultipleParametersDialog * | ParameterDialogParent | ||
) |
constructor
Definition at line 481 of file GNEMultipleParametersDialog.cpp.
References GUIDesignCheckButtonExtraHeight, MID_GNE_SET_ATTRIBUTE_BOOL, and myOnlyForExistentKeys.
GNEMultipleParametersDialog::ParametersOptions::~ParametersOptions | ( | ) |
destructor
Definition at line 488 of file GNEMultipleParametersDialog.cpp.
bool GNEMultipleParametersDialog::ParametersOptions::onlyForExistentKeys | ( | ) | const |
apply changes to all elements
Definition at line 492 of file GNEMultipleParametersDialog.cpp.
Referenced by GNEMultipleParametersDialog::onCmdAccept().
|
private |
apply changes only for existent keys
Definition at line 259 of file GNEMultipleParametersDialog.h.
Referenced by ParametersOptions().
|
private |
pointer to Shape Frame Parent
Definition at line 256 of file GNEMultipleParametersDialog.h.