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

Method clear

customScrollContainer.cpp:197–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197void ScrollAreaCustom::clear(){
198 container->clear();
199}
200
201void ScrollAreaCustom::scrollIndicator(int dp){
202 int newY = container->y() - dp * container->height() / this->height();

Callers 7

mousePressEventMethod · 0.80
removeMethod · 0.80
~ALGraphMethod · 0.80
DFSMethod · 0.80
BFSMethod · 0.80
~AMLGraphMethod · 0.80
ConvertTypeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected