MCPcopy Create free account
hub / github.com/CloudCompare/CloudCompare / sort

Method sort

libs/CCPluginAPI/src/ccColorScaleEditorWidget.cpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96void ColorScaleElementSliders::sort()
97{
98 std::sort(m_list.begin(), m_list.end(), ColorScaleElementSlider::IsSmaller);
99}
100
101void ColorScaleElementSliders::clear()
102{

Callers 3

loadPluginsMethod · 0.45
mouseMoveEventMethod · 0.45

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected