![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <GUICalibrator.h>
Public Types | |
| enum | { MID_USER_DEF = FXDialogBox::ID_LAST , MID_PRE_DEF , MID_OPTION , MID_CLOSE , ID_LAST } |
Public Member Functions | |
| GUIManip_Calibrator (GUIMainWindow &app, const std::string &name, GUICalibrator &o, int xpos, int ypos) | |
| Constructor. | |
| long | onCmdChangeOption (FXObject *, FXSelector, void *) |
| long | onCmdClose (FXObject *, FXSelector, void *) |
| long | onCmdOverride (FXObject *, FXSelector, void *) |
| long | onCmdPreDef (FXObject *, FXSelector, void *) |
| long | onCmdUserDef (FXObject *, FXSelector, void *) |
| long | onUpdPreDef (FXObject *, FXSelector, void *) |
| long | onUpdUserDef (FXObject *, FXSelector, void *) |
| virtual | ~GUIManip_Calibrator () |
| Destructor. | |
Protected Member Functions | |
| GUIManip_Calibrator () | |
Private Attributes | |
| FXDataTarget | myChosenTarget |
| FXint | myChosenValue |
| GUICalibrator * | myObject |
| GUIMainWindow * | myParent |
| MFXComboBoxIcon * | myPredefinedValues |
| double | mySpeed |
| FXDataTarget | mySpeedTarget |
| FXRealSpinner * | myUserDefinedSpeed |
Definition at line 109 of file GUICalibrator.h.
| anonymous enum |
| Enumerator | |
|---|---|
| MID_USER_DEF | |
| MID_PRE_DEF | |
| MID_OPTION | |
| MID_CLOSE | |
| ID_LAST | |
Definition at line 112 of file GUICalibrator.h.
| GUICalibrator::GUIManip_Calibrator::GUIManip_Calibrator | ( | GUIMainWindow & | app, |
| const std::string & | name, | ||
| GUICalibrator & | o, | ||
| int | xpos, | ||
| int | ypos ) |
Constructor.
Definition at line 79 of file GUICalibrator.cpp.
References GUIDesigns::buildFXButton(), GUICalibrator::GUICalibrator(), GUIDesignComboBoxVisibleItems, GUIManip_Calibrator(), GUIManipulator::GUIManipulator(), MID_CLOSE, MID_OPTION, MID_PRE_DEF, MID_USER_DEF, myChosenTarget, myChosenValue, myObject, myParent, myPredefinedValues, mySpeed, mySpeedTarget, and myUserDefinedSpeed.
Referenced by GUIManip_Calibrator().
|
virtual |
Destructor.
Definition at line 144 of file GUICalibrator.cpp.
|
inlineprotected |
Definition at line 153 of file GUICalibrator.h.
| long GUICalibrator::GUIManip_Calibrator::onCmdChangeOption | ( | FXObject * | , |
| FXSelector | , | ||
| void * | ) |
Definition at line 193 of file GUICalibrator.cpp.
Referenced by FXDEFMAP().
| long GUICalibrator::GUIManip_Calibrator::onCmdClose | ( | FXObject * | , |
| FXSelector | , | ||
| void * | ) |
Definition at line 148 of file GUICalibrator.cpp.
Referenced by FXDEFMAP().
| long GUICalibrator::GUIManip_Calibrator::onCmdOverride | ( | FXObject * | , |
| FXSelector | , | ||
| void * | ) |
| long GUICalibrator::GUIManip_Calibrator::onCmdPreDef | ( | FXObject * | , |
| FXSelector | , | ||
| void * | ) |
Definition at line 174 of file GUICalibrator.cpp.
Referenced by FXDEFMAP().
| long GUICalibrator::GUIManip_Calibrator::onCmdUserDef | ( | FXObject * | , |
| FXSelector | , | ||
| void * | ) |
Definition at line 155 of file GUICalibrator.cpp.
Referenced by FXDEFMAP().
| long GUICalibrator::GUIManip_Calibrator::onUpdPreDef | ( | FXObject * | sender, |
| FXSelector | , | ||
| void * | ptr ) |
Definition at line 183 of file GUICalibrator.cpp.
References myChosenValue, and myParent.
Referenced by FXDEFMAP().
| long GUICalibrator::GUIManip_Calibrator::onUpdUserDef | ( | FXObject * | sender, |
| FXSelector | , | ||
| void * | ptr ) |
Definition at line 164 of file GUICalibrator.cpp.
References myChosenValue, and myParent.
Referenced by FXDEFMAP().
|
private |
Definition at line 140 of file GUICalibrator.h.
Referenced by GUIManip_Calibrator().
|
private |
Definition at line 138 of file GUICalibrator.h.
Referenced by GUIManip_Calibrator(), onUpdPreDef(), and onUpdUserDef().
|
private |
Definition at line 150 of file GUICalibrator.h.
Referenced by GUIManip_Calibrator().
|
private |
Definition at line 136 of file GUICalibrator.h.
Referenced by GUIManip_Calibrator(), onUpdPreDef(), and onUpdUserDef().
|
private |
Definition at line 148 of file GUICalibrator.h.
Referenced by GUIManip_Calibrator().
|
private |
Definition at line 142 of file GUICalibrator.h.
Referenced by GUIManip_Calibrator().
|
private |
Definition at line 144 of file GUICalibrator.h.
Referenced by GUIManip_Calibrator().
|
private |
Definition at line 146 of file GUICalibrator.h.
Referenced by GUIManip_Calibrator().