![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <GNETAZFrame.h>
Public Member Functions | |
void | hideTAZCommonStatisticsModul () |
hide TAZ Common Statistics Modul More... | |
void | showTAZCommonStatisticsModul () |
show TAZ Common Statistics Modul More... | |
TAZCommonStatistics (GNETAZFrame *TAZFrameParent) | |
constructor More... | |
~TAZCommonStatistics () | |
destructor More... | |
Protected Member Functions | |
void | updateStatistics () |
update Statistics label More... | |
Private Attributes | |
FXLabel * | myStatisticsLabel |
Statistics labels. More... | |
GNETAZFrame * | myTAZFrameParent |
pointer to TAZFrame parent More... | |
Definition at line 153 of file GNETAZFrame.h.
GNETAZFrame::TAZCommonStatistics::TAZCommonStatistics | ( | GNETAZFrame * | TAZFrameParent | ) |
constructor
Definition at line 345 of file GNETAZFrame.cpp.
References GUIDesignLabelFrameInformation, and myStatisticsLabel.
GNETAZFrame::TAZCommonStatistics::~TAZCommonStatistics | ( | ) |
destructor
Definition at line 353 of file GNETAZFrame.cpp.
void GNETAZFrame::TAZCommonStatistics::hideTAZCommonStatisticsModul | ( | ) |
hide TAZ Common Statistics Modul
Definition at line 365 of file GNETAZFrame.cpp.
References GNETAZFrame::hide().
void GNETAZFrame::TAZCommonStatistics::showTAZCommonStatisticsModul | ( | ) |
show TAZ Common Statistics Modul
Definition at line 357 of file GNETAZFrame.cpp.
References GNEFrame::show().
|
protected |
update Statistics label
Definition at line 371 of file GNETAZFrame.cpp.
References GNE_ATTR_AVERAGE_SINK, GNE_ATTR_AVERAGE_SOURCE, GNE_ATTR_MAX_SINK, GNE_ATTR_MAX_SOURCE, GNE_ATTR_MIN_SINK, GNE_ATTR_MIN_SOURCE, and toString().
|
private |
Statistics labels.
Definition at line 177 of file GNETAZFrame.h.
Referenced by TAZCommonStatistics().
|
private |
pointer to TAZFrame parent
Definition at line 174 of file GNETAZFrame.h.