MCPcopy Create free account
hub / github.com/VCVRack/Rack / isVisible

Method isVisible

src/widget/Widget.cpp:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62
63
64bool Widget::isVisible() {
65 return visible;
66}
67
68
69void Widget::setVisible(bool visible) {

Callers 8

drawMethod · 0.80
drawLayerMethod · 0.80
refreshMethod · 0.80
onActionMethod · 0.80
stepMethod · 0.80
stepMethod · 0.80
stepMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected