MCPcopy Create free account
hub / github.com/KDAB/KDChart / changeStopPosition

Method changeStopPosition

examples/demo/gradientdialog.cpp:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void GradientDialog::Private::changeStopPosition(double value)
60{
61 m_gradient[ui->stopSelector->currentIndex()].first = value;
62}
63
64void GradientDialog::Private::changedIndex(int index)
65{

Callers

nothing calls this directly

Calls 1

currentIndexMethod · 0.45

Tested by

no test coverage detected