MCPcopy Create free account
hub / github.com/MITK/MITK / setColor

Method setColor

Modules/QtWidgetsExt/src/QmitkHistogram.cpp:79–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79void QmitkHistogram::setColor(const QColor &color)
80{
81 if (m_Data->color != color)
82 {
83 m_Data->color = color;
84 itemChanged();
85 }
86}
87
88QColor QmitkHistogram::color() const
89{

Callers 13

InitializeWidgetMethod · 0.80
AddDropShadowMethod · 0.80
GetPropertiesMethod · 0.80
UpdateFontPropertiesMethod · 0.80
updateMethod · 0.80
createEditorMethod · 0.80
DisplayColorMethod · 0.80
InsertCurveMethod · 0.80
setPaletteMethod · 0.80
showEventMethod · 0.80
RenderPlotCurveMethod · 0.80
RenderPlotMethod · 0.80

Calls

no outgoing calls

Tested by 2

RenderPlotCurveMethod · 0.64
RenderPlotMethod · 0.64