![]() |
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 154 of file GNETAZFrame.h.
| GNETAZFrame::TAZCommonStatistics::TAZCommonStatistics | ( | GNETAZFrame * | TAZFrameParent | ) |
constructor
Definition at line 344 of file GNETAZFrame.cpp.
References GUIDesignLabelFrameInformation, and myStatisticsLabel.
| GNETAZFrame::TAZCommonStatistics::~TAZCommonStatistics | ( | ) |
destructor
Definition at line 352 of file GNETAZFrame.cpp.
| void GNETAZFrame::TAZCommonStatistics::hideTAZCommonStatisticsModul | ( | ) |
hide TAZ Common Statistics Modul
Definition at line 364 of file GNETAZFrame.cpp.
References GNETAZFrame::hide().
| void GNETAZFrame::TAZCommonStatistics::showTAZCommonStatisticsModul | ( | ) |
show TAZ Common Statistics Modul
Definition at line 356 of file GNETAZFrame.cpp.
References GNEFrame::show().
|
protected |
update Statistics label
Definition at line 370 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 178 of file GNETAZFrame.h.
Referenced by TAZCommonStatistics().
|
private |
pointer to TAZFrame parent
Definition at line 175 of file GNETAZFrame.h.