![]() |
Eclipse SUMO - Simulation of Urban MObility
|
groupbox for list More...
#include <GNEFixDemandElements.h>
Public Member Functions | |
DemandList (GNEFixDemandElements *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 66 of file GNEFixDemandElements.h.
GNEFixDemandElements::DemandList::DemandList | ( | GNEFixDemandElements * | fixDemandElementsDialogParents, |
const std::vector< GNEDemandElement * > & | invalidDemandElements | ||
) |
constructor
Definition at line 202 of file GNEFixDemandElements.cpp.
References GUIDesignTableAdditionals, GUIDesignTableIconCellWidth, MID_GNE_FIXSTOPPINGPLACES_CHANGE, myInvalidRoutes, myInvalidStops, myInvalidVehicles, myTable, SUMO_ATTR_ID, and toString().
std::vector<GNEDemandElement*> GNEFixDemandElements::DemandList::myInvalidRoutes |
vector with the invalid routes
Definition at line 73 of file GNEFixDemandElements.h.
Referenced by DemandList(), and GNEFixDemandElements::onCmdAccept().
std::vector<GNEDemandElement*> GNEFixDemandElements::DemandList::myInvalidStops |
vector with the invalid stops
Definition at line 79 of file GNEFixDemandElements.h.
Referenced by DemandList(), and GNEFixDemandElements::onCmdAccept().
std::vector<GNEDemandElement*> GNEFixDemandElements::DemandList::myInvalidVehicles |
vector with the invalid vehicles
Definition at line 76 of file GNEFixDemandElements.h.
Referenced by DemandList(), and GNEFixDemandElements::onCmdAccept().
FXTable* GNEFixDemandElements::DemandList::myTable |
list with the demand elements
Definition at line 82 of file GNEFixDemandElements.h.
Referenced by DemandList().