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

Method SetColor

Modules/QtWidgets/src/QmitkPropertyItemDelegate.cpp:60–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void QmitkColorWidget::SetColor(QColor color)
61{
62 m_Color = color;
63 m_LineEdit->setText(color.name());
64}
65
66void QmitkColorWidget::OnLineEditEditingFinished()
67{

Callers 7

OnButtonClickedMethod · 0.95
InitializeMultiWidgetMethod · 0.45
SetDecorationColorMethod · 0.45
SetDecorationColorMethod · 0.45
setDataMethod · 0.45
setEditorDataMethod · 0.45
onColorSelectedMethod · 0.45

Calls 2

setTextMethod · 0.45
nameMethod · 0.45

Tested by

no test coverage detected