Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
96
void ColorScaleElementSliders::sort()
97
{
98
std::sort(m_list.begin(), m_list.end(), ColorScaleElementSlider::IsSmaller);
99
}
100
101
void ColorScaleElementSliders::clear()
102
{
Callers
3
loadPlugins
Method · 0.45
mouseMoveEvent
Method · 0.45
changeSelectedStepValue
Method · 0.45
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected