![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <GNETAZFrame.h>
Public Member Functions | |
| void | hideTAZEdgesGraphicModul () |
| hide TAZ Edges Graphic Modul More... | |
| void | showTAZEdgesGraphicModul () |
| show TAZ Edges Graphic Modul More... | |
| TAZEdgesGraphic (GNETAZFrame *TAZFrameParent) | |
| FOX-declaration. More... | |
| void | updateEdgeColors () |
| update edge colors; More... | |
| ~TAZEdgesGraphic () | |
| destructor More... | |
FOX-callbacks | |
Called when the user select one kind of representation | |
| long | onCmdChoosenBy (FXObject *obj, FXSelector, void *) |
Private Attributes | |
| FXRadioButton * | myColorBySinkWeight |
| add radio button "color by sink" More... | |
| FXRadioButton * | myColorBySourceMinusSinkWeight |
| add radio button "color source - Sink" More... | |
| FXRadioButton * | myColorBySourcePlusSinkWeight |
| add radio button "color source + sink" More... | |
| FXRadioButton * | myColorBySourceWeight |
| add radio button "color by source" More... | |
| RGBColor | myEdgeDefaultColor |
| default RGBColor for all edges More... | |
| RGBColor | myEdgeSelectedColor |
| RGBColor color for selected egdes. More... | |
| std::vector< RGBColor > | myScaleColors |
| vector wit the scale colors More... | |
| GNETAZFrame * | myTAZFrameParent |
| pointer to TAZFrame parent More... | |
Definition at line 448 of file GNETAZFrame.h.
| GNETAZFrame::TAZEdgesGraphic::TAZEdgesGraphic | ( | GNETAZFrame * | TAZFrameParent | ) |
FOX-declaration.
constructor
Definition at line 1180 of file GNETAZFrame.cpp.
References MFXUtils::getFXColor(), GUIDesignAuxiliarHorizontalFrame, GUIDesignLabelCenter, GUIDesignLabelCenterThick, GUIDesignLabelLeft, GUIDesignRadioButton, MID_CHOOSEN_OPERATION, myColorBySinkWeight, myColorBySourceMinusSinkWeight, myColorBySourcePlusSinkWeight, myColorBySourceWeight, myEdgeDefaultColor, myEdgeSelectedColor, myScaleColors, and RGBColor::WHITE.
| GNETAZFrame::TAZEdgesGraphic::~TAZEdgesGraphic | ( | ) |
destructor
Definition at line 1224 of file GNETAZFrame.cpp.
| void GNETAZFrame::TAZEdgesGraphic::hideTAZEdgesGraphicModul | ( | ) |
hide TAZ Edges Graphic Modul
Definition at line 1236 of file GNETAZFrame.cpp.
References GNETAZFrame::hide().
| long GNETAZFrame::TAZEdgesGraphic::onCmdChoosenBy | ( | FXObject * | obj, |
| FXSelector | , | ||
| void * | |||
| ) |
Definition at line 1285 of file GNETAZFrame.cpp.
| void GNETAZFrame::TAZEdgesGraphic::showTAZEdgesGraphicModul | ( | ) |
show TAZ Edges Graphic Modul
Definition at line 1228 of file GNETAZFrame.cpp.
References GNEFrame::show().
| void GNETAZFrame::TAZEdgesGraphic::updateEdgeColors | ( | ) |
update edge colors;
Definition at line 1248 of file GNETAZFrame.cpp.
|
private |
add radio button "color by sink"
Definition at line 485 of file GNETAZFrame.h.
Referenced by TAZEdgesGraphic().
|
private |
add radio button "color source - Sink"
Definition at line 491 of file GNETAZFrame.h.
Referenced by TAZEdgesGraphic().
|
private |
add radio button "color source + sink"
Definition at line 488 of file GNETAZFrame.h.
Referenced by TAZEdgesGraphic().
|
private |
add radio button "color by source"
Definition at line 482 of file GNETAZFrame.h.
Referenced by TAZEdgesGraphic().
|
private |
default RGBColor for all edges
Definition at line 497 of file GNETAZFrame.h.
Referenced by TAZEdgesGraphic().
|
private |
RGBColor color for selected egdes.
Definition at line 500 of file GNETAZFrame.h.
Referenced by TAZEdgesGraphic().
|
private |
vector wit the scale colors
Definition at line 494 of file GNETAZFrame.h.
Referenced by TAZEdgesGraphic().
|
private |
pointer to TAZFrame parent
Definition at line 479 of file GNETAZFrame.h.