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

Method clear

libs/CCPluginAPI/src/ccColorScaleEditorWidget.cpp:101–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void ColorScaleElementSliders::clear()
102{
103 while (!m_list.isEmpty())
104 {
105 m_list.back()->setParent(nullptr);
106 delete m_list.back();
107 m_list.pop_back();
108 }
109}
110
111void ColorScaleElementSliders::removeAt(int i)
112{

Callers 10

loadPluginsMethod · 0.45
setSlidersMethod · 0.45
importColorScaleMethod · 0.45
exportColorScaleMethod · 0.45
initMethod · 0.45
updateMainComboBoxMethod · 0.45
saveCurrentScaleMethod · 0.45

Calls 3

backMethod · 0.80
isEmptyMethod · 0.45
pop_backMethod · 0.45

Tested by

no test coverage detected