Eclipse SUMO - Simulation of Urban MObility
|
class for demand frames More...
#include <GNEViewParent.h>
Public Member Functions | |
void | buildDemandFrames (GNEViewParent *viewParent, GNEViewNet *viewNet) |
build demand frames | |
DemandFrames () | |
constructor | |
GNEFrame * | getCurrentShownFrame () const |
get current demand frame show | |
void | hideDemandFrames () |
hide demand frames | |
bool | isDemandFrameShown () const |
return true if at least there is a demand frame shown | |
void | setDemandFramesWidth (int frameWidth) |
set new width in all demand frames | |
Data Fields | |
GNEContainerFrame * | containerFrame = nullptr |
frame for DEMAND_CONTAINER | |
GNEContainerPlanFrame * | containerPlanFrame = nullptr |
frame for DEMAND_CONTAINERPLAN | |
GNEPersonFrame * | personFrame = nullptr |
frame for DEMAND_PERSON | |
GNEPersonPlanFrame * | personPlanFrame = nullptr |
frame for DEMAND_PERSONPLAN | |
GNERouteDistributionFrame * | routeDistributionFrame = nullptr |
frame for DEMAND_ROUTEDISTRIBUTION | |
GNERouteFrame * | routeFrame = nullptr |
frame for DEMAND_ROUTE | |
GNEStopFrame * | stopFrame = nullptr |
frame for DEMAND_STOP | |
GNETypeDistributionFrame * | typeDistributionFrame = nullptr |
frame for DEMAND_TYPEDISTRIBUTION | |
GNETypeFrame * | typeFrame = nullptr |
frame for DEMAND_TYPE | |
GNEVehicleFrame * | vehicleFrame = nullptr |
frame for DEMAND_VEHICLE | |
class for demand frames
Definition at line 348 of file GNEViewParent.h.
GNEViewParent::DemandFrames::DemandFrames | ( | ) |
constructor
Definition at line 871 of file GNEViewParent.cpp.
void GNEViewParent::DemandFrames::buildDemandFrames | ( | GNEViewParent * | viewParent, |
GNEViewNet * | viewNet | ||
) |
build demand frames
Definition at line 876 of file GNEViewParent.cpp.
GNEFrame * GNEViewParent::DemandFrames::getCurrentShownFrame | ( | ) | const |
get current demand frame show
Definition at line 951 of file GNEViewParent.cpp.
Referenced by GNEViewParent::getCurrentShownFrame().
void GNEViewParent::DemandFrames::hideDemandFrames | ( | ) |
hide demand frames
Definition at line 891 of file GNEViewParent.cpp.
Referenced by GNEViewParent::hideAllFrames().
bool GNEViewParent::DemandFrames::isDemandFrameShown | ( | ) | const |
return true if at least there is a demand frame shown
Definition at line 922 of file GNEViewParent.cpp.
Referenced by GNEViewParent::getCurrentShownFrame(), GNEViewParent::hideFramesArea(), and GNEViewParent::showFramesArea().
void GNEViewParent::DemandFrames::setDemandFramesWidth | ( | int | frameWidth | ) |
set new width in all demand frames
Definition at line 906 of file GNEViewParent.cpp.
Referenced by GNEViewParent::onCmdUpdateFrameAreaWidth().
GNEContainerFrame* GNEViewParent::DemandFrames::containerFrame = nullptr |
frame for DEMAND_CONTAINER
Definition at line 394 of file GNEViewParent.h.
Referenced by GNEViewParent::getContainerFrame().
GNEContainerPlanFrame* GNEViewParent::DemandFrames::containerPlanFrame = nullptr |
frame for DEMAND_CONTAINERPLAN
Definition at line 397 of file GNEViewParent.h.
Referenced by GNEViewParent::getContainerPlanFrame().
GNEPersonFrame* GNEViewParent::DemandFrames::personFrame = nullptr |
frame for DEMAND_PERSON
Definition at line 388 of file GNEViewParent.h.
Referenced by GNEViewParent::getPersonFrame().
GNEPersonPlanFrame* GNEViewParent::DemandFrames::personPlanFrame = nullptr |
frame for DEMAND_PERSONPLAN
Definition at line 391 of file GNEViewParent.h.
Referenced by GNEViewParent::getPersonPlanFrame().
GNERouteDistributionFrame* GNEViewParent::DemandFrames::routeDistributionFrame = nullptr |
frame for DEMAND_ROUTEDISTRIBUTION
Definition at line 373 of file GNEViewParent.h.
Referenced by GNEViewParent::getRouteDistributionFrame().
GNERouteFrame* GNEViewParent::DemandFrames::routeFrame = nullptr |
frame for DEMAND_ROUTE
Definition at line 370 of file GNEViewParent.h.
Referenced by GNEViewParent::getRouteFrame().
GNEStopFrame* GNEViewParent::DemandFrames::stopFrame = nullptr |
frame for DEMAND_STOP
Definition at line 385 of file GNEViewParent.h.
Referenced by GNEViewParent::getStopFrame().
GNETypeDistributionFrame* GNEViewParent::DemandFrames::typeDistributionFrame = nullptr |
frame for DEMAND_TYPEDISTRIBUTION
Definition at line 382 of file GNEViewParent.h.
Referenced by GNEViewParent::getTypeDistributionFrame().
GNETypeFrame* GNEViewParent::DemandFrames::typeFrame = nullptr |
frame for DEMAND_TYPE
Definition at line 379 of file GNEViewParent.h.
Referenced by GNEViewParent::getTypeFrame().
GNEVehicleFrame* GNEViewParent::DemandFrames::vehicleFrame = nullptr |
frame for DEMAND_VEHICLE
Definition at line 376 of file GNEViewParent.h.
Referenced by GNEViewParent::getVehicleFrame().