Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
79
void QmitkHistogram::setColor(const QColor &color)
80
{
81
if (m_Data->color != color)
82
{
83
m_Data->color = color;
84
itemChanged();
85
}
86
}
87
88
QColor QmitkHistogram::color() const
89
{
Callers
13
InitializeWidget
Method · 0.80
AddDropShadow
Method · 0.80
GetProperties
Method · 0.80
UpdateFontProperties
Method · 0.80
update
Method · 0.80
createEditor
Method · 0.80
DisplayColor
Method · 0.80
InsertCurve
Method · 0.80
setPalette
Method · 0.80
showEvent
Method · 0.80
RenderPlotCurve
Method · 0.80
RenderPlot
Method · 0.80
Calls
no outgoing calls
Tested by
2
RenderPlotCurve
Method · 0.64
RenderPlot
Method · 0.64