Eclipse SUMO - Simulation of Urban MObility
GNEViewParent::DemandFrames Class Reference

class for demand frames More...

#include <GNEViewParent.h>

Collaboration diagram for GNEViewParent::DemandFrames:
[legend]

Public Member Functions

void buildDemandFrames (GNEViewParent *viewParent, GNEViewNet *viewNet)
 build demand frames More...
 
 DemandFrames ()
 constructor More...
 
GNEFramegetCurrentShownFrame () const
 get current demand frame show More...
 
void hideDemandFrames ()
 hide demand frames More...
 
bool isDemandFrameShown () const
 return true if at least there is a demand frame shown More...
 
void setDemandFramesWidth (int frameWidth)
 set new width in all demand frames More...
 

Data Fields

GNEContainerFramecontainerFrame
 frame for DEMAND_CONTAINER More...
 
GNEContainerPlanFramecontainerPlanFrame
 frame for DEMAND_CONTAINERPLAN More...
 
GNEPersonFramepersonFrame
 frame for DEMAND_PERSON More...
 
GNEPersonPlanFramepersonPlanFrame
 frame for DEMAND_PERSONPLAN More...
 
GNERouteFramerouteFrame
 frame for DEMAND_ROUTE More...
 
GNEStopFramestopFrame
 frame for DEMAND_STOP More...
 
GNEVehicleFramevehicleFrame
 frame for DEMAND_VEHICLE More...
 
GNETypeFramevehicleTypeFrame
 frame for DEMAND_VEHICLETYPE More...
 

Detailed Description

class for demand frames

Definition at line 330 of file GNEViewParent.h.

Constructor & Destructor Documentation

◆ DemandFrames()

GNEViewParent::DemandFrames::DemandFrames ( )

constructor

Definition at line 905 of file GNEViewParent.cpp.

Member Function Documentation

◆ buildDemandFrames()

void GNEViewParent::DemandFrames::buildDemandFrames ( GNEViewParent viewParent,
GNEViewNet viewNet 
)

build demand frames

Definition at line 918 of file GNEViewParent.cpp.

◆ getCurrentShownFrame()

GNEFrame * GNEViewParent::DemandFrames::getCurrentShownFrame ( ) const

get current demand frame show

Definition at line 983 of file GNEViewParent.cpp.

Referenced by GNEViewParent::getCurrentShownFrame().

Here is the caller graph for this function:

◆ hideDemandFrames()

void GNEViewParent::DemandFrames::hideDemandFrames ( )

hide demand frames

Definition at line 931 of file GNEViewParent.cpp.

Referenced by GNEViewParent::hideAllFrames().

Here is the caller graph for this function:

◆ isDemandFrameShown()

bool GNEViewParent::DemandFrames::isDemandFrameShown ( ) const

return true if at least there is a demand frame shown

Definition at line 958 of file GNEViewParent.cpp.

Referenced by GNEViewParent::getCurrentShownFrame(), GNEViewParent::hideFramesArea(), and GNEViewParent::showFramesArea().

Here is the caller graph for this function:

◆ setDemandFramesWidth()

void GNEViewParent::DemandFrames::setDemandFramesWidth ( int  frameWidth)

set new width in all demand frames

Definition at line 944 of file GNEViewParent.cpp.

Referenced by GNEViewParent::onCmdUpdateFrameAreaWidth().

Here is the caller graph for this function:

Field Documentation

◆ containerFrame

GNEContainerFrame* GNEViewParent::DemandFrames::containerFrame

frame for DEMAND_CONTAINER

Definition at line 370 of file GNEViewParent.h.

Referenced by GNEViewParent::getContainerFrame().

◆ containerPlanFrame

GNEContainerPlanFrame* GNEViewParent::DemandFrames::containerPlanFrame

frame for DEMAND_CONTAINERPLAN

Definition at line 373 of file GNEViewParent.h.

Referenced by GNEViewParent::getContainerPlanFrame().

◆ personFrame

GNEPersonFrame* GNEViewParent::DemandFrames::personFrame

frame for DEMAND_PERSON

Definition at line 364 of file GNEViewParent.h.

Referenced by GNEViewParent::getPersonFrame().

◆ personPlanFrame

GNEPersonPlanFrame* GNEViewParent::DemandFrames::personPlanFrame

frame for DEMAND_PERSONPLAN

Definition at line 367 of file GNEViewParent.h.

Referenced by GNEViewParent::getPersonPlanFrame().

◆ routeFrame

GNERouteFrame* GNEViewParent::DemandFrames::routeFrame

frame for DEMAND_ROUTE

Definition at line 352 of file GNEViewParent.h.

Referenced by GNEViewParent::getRouteFrame().

◆ stopFrame

GNEStopFrame* GNEViewParent::DemandFrames::stopFrame

frame for DEMAND_STOP

Definition at line 361 of file GNEViewParent.h.

Referenced by GNEViewParent::getStopFrame().

◆ vehicleFrame

GNEVehicleFrame* GNEViewParent::DemandFrames::vehicleFrame

frame for DEMAND_VEHICLE

Definition at line 355 of file GNEViewParent.h.

Referenced by GNEViewParent::getVehicleFrame().

◆ vehicleTypeFrame

GNETypeFrame* GNEViewParent::DemandFrames::vehicleTypeFrame

frame for DEMAND_VEHICLETYPE

Definition at line 358 of file GNEViewParent.h.

Referenced by GNEViewParent::getTypeFrame().


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