![]() |
Eclipse SUMO - Simulation of Urban MObility
|
groupbox for all radio buttons related with fix vehicle options More...
#include <GNEFixDemandElements.h>
Public Member Functions | |
void | disableFixVehicleOptions () |
disable consecutive lane options More... | |
void | enableFixVehicleOptions () |
enable consecutive lane options More... | |
FixVehicleOptions (GNEFixDemandElements *fixDemandElementsDialogParents) | |
constructor More... | |
void | selectOption (FXObject *option) |
select option More... | |
Data Fields | |
FXRadioButton * | removeInvalidVehicles |
Option "remove invalid elements". More... | |
FXRadioButton * | saveInvalidVehicles |
Option "save invalid vehicles". More... | |
FXRadioButton * | selectInvalidVehiclesAndCancel |
Option "Select invalid vehicles and cancel". More... | |
groupbox for all radio buttons related with fix vehicle options
Definition at line 112 of file GNEFixDemandElements.h.
GNEFixDemandElements::FixVehicleOptions::FixVehicleOptions | ( | GNEFixDemandElements * | fixDemandElementsDialogParents | ) |
constructor
Definition at line 348 of file GNEFixDemandElements.cpp.
References GUIDesignHorizontalFrame, GUIDesignRadioButton, MID_CHOOSEN_OPERATION, removeInvalidVehicles, saveInvalidVehicles, and selectInvalidVehiclesAndCancel.
void GNEFixDemandElements::FixVehicleOptions::disableFixVehicleOptions | ( | ) |
disable consecutive lane options
Definition at line 393 of file GNEFixDemandElements.cpp.
void GNEFixDemandElements::FixVehicleOptions::enableFixVehicleOptions | ( | ) |
enable consecutive lane options
Definition at line 385 of file GNEFixDemandElements.cpp.
void GNEFixDemandElements::FixVehicleOptions::selectOption | ( | FXObject * | option | ) |
select option
Definition at line 367 of file GNEFixDemandElements.cpp.
Referenced by GNEFixDemandElements::onCmdSelectOption().
FXRadioButton* GNEFixDemandElements::FixVehicleOptions::removeInvalidVehicles |
Option "remove invalid elements".
Definition at line 128 of file GNEFixDemandElements.h.
Referenced by FixVehicleOptions(), and GNEFixDemandElements::onCmdAccept().
FXRadioButton* GNEFixDemandElements::FixVehicleOptions::saveInvalidVehicles |
Option "save invalid vehicles".
Definition at line 131 of file GNEFixDemandElements.h.
Referenced by FixVehicleOptions().
FXRadioButton* GNEFixDemandElements::FixVehicleOptions::selectInvalidVehiclesAndCancel |
Option "Select invalid vehicles and cancel".
Definition at line 134 of file GNEFixDemandElements.h.
Referenced by FixVehicleOptions(), and GNEFixDemandElements::onCmdAccept().