Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
GNEViewParent::DataFrames Class Reference

class for data frames More...

#include <GNEViewParent.h>

Collaboration diagram for GNEViewParent::DataFrames:
[legend]

Public Member Functions

void buildDataFrames (GNEViewParent *viewParent, GNEViewNet *viewNet)
 build data frames
 DataFrames ()
 constructor
GNEFramegetCurrentShownFrame () const
 get current data frame show
void hideDataFrames ()
 hide data frames
bool isDataFrameShown () const
 return true if at least there is a data frame shown
void setDataFramesWidth (int frameWidth)
 set new width in all data frames

Data Fields

GNEEdgeDataFrameedgeDataFrame = nullptr
 frame for DATA_EDGEDATA
GNEEdgeRelDataFrameedgeRelDataFrame = nullptr
 frame for DATA_EDGERELDATA
GNEMeanDataFramemeanDataFrame = nullptr
 frame for DATA_MEANDATA
GNETAZRelDataFrameTAZRelDataFrame = nullptr
 frame for DATA_TAZRELDATA

Detailed Description

class for data frames

Definition at line 401 of file GNEViewParent.h.

Constructor & Destructor Documentation

◆ DataFrames()

GNEViewParent::DataFrames::DataFrames ( )

constructor

Definition at line 974 of file GNEViewParent.cpp.

Member Function Documentation

◆ buildDataFrames()

void GNEViewParent::DataFrames::buildDataFrames ( GNEViewParent * viewParent,
GNEViewNet * viewNet )

build data frames

Definition at line 979 of file GNEViewParent.cpp.

References edgeDataFrame, edgeRelDataFrame, GNEViewParent::GNEViewParent(), meanDataFrame, and TAZRelDataFrame.

◆ getCurrentShownFrame()

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

get current data frame show

Definition at line 1024 of file GNEViewParent.cpp.

References edgeDataFrame, edgeRelDataFrame, meanDataFrame, and TAZRelDataFrame.

◆ hideDataFrames()

void GNEViewParent::DataFrames::hideDataFrames ( )

hide data frames

Definition at line 988 of file GNEViewParent.cpp.

References edgeDataFrame, edgeRelDataFrame, meanDataFrame, and TAZRelDataFrame.

◆ isDataFrameShown()

bool GNEViewParent::DataFrames::isDataFrameShown ( ) const

return true if at least there is a data frame shown

Definition at line 1007 of file GNEViewParent.cpp.

References edgeDataFrame, edgeRelDataFrame, meanDataFrame, and TAZRelDataFrame.

◆ setDataFramesWidth()

void GNEViewParent::DataFrames::setDataFramesWidth ( int frameWidth)

set new width in all data frames

Definition at line 997 of file GNEViewParent.cpp.

References edgeDataFrame, edgeRelDataFrame, meanDataFrame, and TAZRelDataFrame.

Field Documentation

◆ edgeDataFrame

GNEEdgeDataFrame* GNEViewParent::DataFrames::edgeDataFrame = nullptr

frame for DATA_EDGEDATA

Definition at line 423 of file GNEViewParent.h.

Referenced by buildDataFrames(), getCurrentShownFrame(), hideDataFrames(), isDataFrameShown(), and setDataFramesWidth().

◆ edgeRelDataFrame

GNEEdgeRelDataFrame* GNEViewParent::DataFrames::edgeRelDataFrame = nullptr

frame for DATA_EDGERELDATA

Definition at line 426 of file GNEViewParent.h.

Referenced by buildDataFrames(), getCurrentShownFrame(), hideDataFrames(), isDataFrameShown(), and setDataFramesWidth().

◆ meanDataFrame

GNEMeanDataFrame* GNEViewParent::DataFrames::meanDataFrame = nullptr

frame for DATA_MEANDATA

Definition at line 432 of file GNEViewParent.h.

Referenced by buildDataFrames(), getCurrentShownFrame(), hideDataFrames(), isDataFrameShown(), and setDataFramesWidth().

◆ TAZRelDataFrame

GNETAZRelDataFrame* GNEViewParent::DataFrames::TAZRelDataFrame = nullptr

frame for DATA_TAZRELDATA

Definition at line 429 of file GNEViewParent.h.

Referenced by buildDataFrames(), getCurrentShownFrame(), hideDataFrames(), isDataFrameShown(), and setDataFramesWidth().


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