![]() |
Eclipse SUMO - Simulation of Urban MObility
|
groupbox for list More...
#include <GNEDialog_FixDemandElements.h>
Public Member Functions | |
| DemandList (GNEDialog_FixDemandElements *fixDemandElementsDialogParents, const std::vector< GNEDemandElement *> &invalidDemandElements) | |
| constructor More... | |
Data Fields | |
| std::vector< GNEDemandElement * > | myInvalidRoutes |
| vector with the invalid routes More... | |
| std::vector< GNEDemandElement * > | myInvalidStops |
| vector with the invalid stops More... | |
| std::vector< GNEDemandElement * > | myInvalidVehicles |
| vector with the invalid vehicles More... | |
| FXTable * | myTable |
| list with the demand elements More... | |
groupbox for list
Definition at line 67 of file GNEDialog_FixDemandElements.h.
| GNEDialog_FixDemandElements::DemandList::DemandList | ( | GNEDialog_FixDemandElements * | fixDemandElementsDialogParents, |
| const std::vector< GNEDemandElement *> & | invalidDemandElements | ||
| ) |
constructor
Definition at line 203 of file GNEDialog_FixDemandElements.cpp.
References GUIDesignTableAdditionals, GUIDesignTableIconCellWidth, MID_GNE_FIXSTOPPINGPLACES_CHANGE, myInvalidRoutes, myInvalidStops, myInvalidVehicles, myTable, SUMO_ATTR_ID, and toString().
| std::vector<GNEDemandElement*> GNEDialog_FixDemandElements::DemandList::myInvalidRoutes |
vector with the invalid routes
Definition at line 74 of file GNEDialog_FixDemandElements.h.
Referenced by DemandList(), and GNEDialog_FixDemandElements::onCmdAccept().
| std::vector<GNEDemandElement*> GNEDialog_FixDemandElements::DemandList::myInvalidStops |
vector with the invalid stops
Definition at line 80 of file GNEDialog_FixDemandElements.h.
Referenced by DemandList(), and GNEDialog_FixDemandElements::onCmdAccept().
| std::vector<GNEDemandElement*> GNEDialog_FixDemandElements::DemandList::myInvalidVehicles |
vector with the invalid vehicles
Definition at line 77 of file GNEDialog_FixDemandElements.h.
Referenced by DemandList(), and GNEDialog_FixDemandElements::onCmdAccept().
| FXTable* GNEDialog_FixDemandElements::DemandList::myTable |
list with the demand elements
Definition at line 83 of file GNEDialog_FixDemandElements.h.
Referenced by DemandList().