Eclipse SUMO - Simulation of Urban MObility
GNEFixDemandElements::DemandList Class Reference

groupbox for list More...

#include <GNEFixDemandElements.h>

Inheritance diagram for GNEFixDemandElements::DemandList:
[legend]
Collaboration diagram for GNEFixDemandElements::DemandList:
[legend]

Public Member Functions

 DemandList (GNEFixDemandElements *fixDemandElementsDialogParents, const std::vector< GNEDemandElement * > &invalidDemandElements)
 constructor More...
 

Data Fields

std::vector< GNEDemandElement * > myInvalidPersonPlans
 vector with the invalid person plans More...
 
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...
 

Detailed Description

groupbox for list

Definition at line 64 of file GNEFixDemandElements.h.

Constructor & Destructor Documentation

◆ DemandList()

GNEFixDemandElements::DemandList::DemandList ( GNEFixDemandElements fixDemandElementsDialogParents,
const std::vector< GNEDemandElement * > &  invalidDemandElements 
)

Field Documentation

◆ myInvalidPersonPlans

std::vector<GNEDemandElement*> GNEFixDemandElements::DemandList::myInvalidPersonPlans

vector with the invalid person plans

Definition at line 80 of file GNEFixDemandElements.h.

Referenced by DemandList(), and GNEFixDemandElements::onCmdAccept().

◆ myInvalidRoutes

std::vector<GNEDemandElement*> GNEFixDemandElements::DemandList::myInvalidRoutes

vector with the invalid routes

Definition at line 71 of file GNEFixDemandElements.h.

Referenced by DemandList(), and GNEFixDemandElements::onCmdAccept().

◆ myInvalidStops

std::vector<GNEDemandElement*> GNEFixDemandElements::DemandList::myInvalidStops

vector with the invalid stops

Definition at line 77 of file GNEFixDemandElements.h.

Referenced by DemandList(), and GNEFixDemandElements::onCmdAccept().

◆ myInvalidVehicles

std::vector<GNEDemandElement*> GNEFixDemandElements::DemandList::myInvalidVehicles

vector with the invalid vehicles

Definition at line 74 of file GNEFixDemandElements.h.

Referenced by DemandList(), and GNEFixDemandElements::onCmdAccept().

◆ myTable

FXTable* GNEFixDemandElements::DemandList::myTable

list with the demand elements

Definition at line 83 of file GNEFixDemandElements.h.

Referenced by DemandList().


The documentation for this class was generated from the following files: