MCPcopy Create free account
hub / github.com/Linloir/GraphBuilder / enterEvent

Method enterEvent

customScrollContainer.cpp:354–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352}
353
354void ScrollIndicator::enterEvent(QEnterEvent *event){
355 if(!pressed){
356 hovTimer->start(100);
357 curColor = hoverColor;
358 update();
359 }
360}
361
362void ScrollIndicator::leaveEvent(QEvent *event){
363 hovTimer->stop();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected