MCPcopy Create free account
hub / github.com/KDAB/GammaRay / updateSidebarArea

Method updateSidebarArea

ui/codeeditor/codeeditor.cpp:153–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153void CodeEditor::updateSidebarArea(const QRect &rect, int dy)
154{
155 if (dy) {
156 m_sideBar->scroll(0, dy);
157 } else {
158 m_sideBar->update(0, rect.y(), m_sideBar->width(), rect.height());
159 }
160}
161
162void CodeEditor::sidebarPaintEvent(QPaintEvent *event)
163{

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected