![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <GNEProhibitionFrame.h>
Public Member Functions | |
const RGBColor & | getMutualConflictColor () const |
get color for mutual conflicts More... | |
const RGBColor & | getProhibitedColor () const |
get color for waiting connections More... | |
const RGBColor & | getProhibitingColor () const |
get color for connections with precedence More... | |
const RGBColor & | getUndefinedColor () const |
get color for non-conflicting pairs of connections More... | |
const RGBColor & | getUnregulatedConflictColor () const |
get color for unregulated conflicts More... | |
ProhibitionLegend (GNEProhibitionFrame *prohibitionFrameParent) | |
constructor More... | |
~ProhibitionLegend () | |
destructor More... | |
Private Attributes | |
RGBColor | myMutualConflictColor |
color for mutual conflicts More... | |
RGBColor | myProhibitedColor |
color for waiting connections More... | |
RGBColor | myProhibitingColor |
color for connections with precedence More... | |
RGBColor | myUndefinedColor |
color for non-conflicting pairs of connections More... | |
RGBColor | myUnregulatedConflictColor |
color for unregulated conflicts More... | |
Definition at line 77 of file GNEProhibitionFrame.h.
GNEProhibitionFrame::ProhibitionLegend::ProhibitionLegend | ( | GNEProhibitionFrame * | prohibitionFrameParent | ) |
constructor
Definition at line 80 of file GNEProhibitionFrame.cpp.
References GUIVisualizationSettings::colorSettings, MFXUtils::getFXColor(), GUISUMOAbstractView::getVisualisationSettings(), GUIDesignLabelFrameInformation, myMutualConflictColor, myProhibitedColor, myProhibitingColor, myUndefinedColor, myUnregulatedConflictColor, GNEFrame::myViewNet, GUIVisualizationColorSettings::selectedProhibitionColor, and RGBColor::WHITE.
GNEProhibitionFrame::ProhibitionLegend::~ProhibitionLegend | ( | ) |
destructor
Definition at line 109 of file GNEProhibitionFrame.cpp.
const RGBColor & GNEProhibitionFrame::ProhibitionLegend::getMutualConflictColor | ( | ) | const |
get color for mutual conflicts
Definition at line 137 of file GNEProhibitionFrame.cpp.
Referenced by GNEProhibitionFrame::buildProhibition().
const RGBColor & GNEProhibitionFrame::ProhibitionLegend::getProhibitedColor | ( | ) | const |
get color for waiting connections
Definition at line 119 of file GNEProhibitionFrame.cpp.
Referenced by GNEProhibitionFrame::buildProhibition().
const RGBColor & GNEProhibitionFrame::ProhibitionLegend::getProhibitingColor | ( | ) | const |
get color for connections with precedence
Definition at line 125 of file GNEProhibitionFrame.cpp.
Referenced by GNEProhibitionFrame::buildProhibition().
const RGBColor & GNEProhibitionFrame::ProhibitionLegend::getUndefinedColor | ( | ) | const |
get color for non-conflicting pairs of connections
Definition at line 113 of file GNEProhibitionFrame.cpp.
Referenced by GNEProhibitionFrame::buildProhibition().
const RGBColor & GNEProhibitionFrame::ProhibitionLegend::getUnregulatedConflictColor | ( | ) | const |
get color for unregulated conflicts
Definition at line 131 of file GNEProhibitionFrame.cpp.
Referenced by GNEProhibitionFrame::buildProhibition().
|
private |
color for mutual conflicts
Definition at line 115 of file GNEProhibitionFrame.h.
Referenced by ProhibitionLegend().
|
private |
color for waiting connections
Definition at line 106 of file GNEProhibitionFrame.h.
Referenced by ProhibitionLegend().
|
private |
color for connections with precedence
Definition at line 109 of file GNEProhibitionFrame.h.
Referenced by ProhibitionLegend().
|
private |
color for non-conflicting pairs of connections
Definition at line 103 of file GNEProhibitionFrame.h.
Referenced by ProhibitionLegend().
|
private |
color for unregulated conflicts
Definition at line 112 of file GNEProhibitionFrame.h.
Referenced by ProhibitionLegend().