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

Method hide

include/widget/Widget.hpp:56–58  ·  view source on GitHub ↗

Makes Widget not visible and triggers HideEvent if changed. */

Source from the content-addressed store, hash-verified

54 }
55 /** Makes Widget not visible and triggers HideEvent if changed. */
56 void hide() {
57 setVisible(false);
58 }
59
60 /** Requests this Widget's parent to delete it in the next step(). */
61 void requestDelete();

Callers 6

stepMethod · 0.80
chooseModelFunction · 0.80
refreshMethod · 0.80
SceneMethod · 0.80
onHoverMethod · 0.80
ScrollWidgetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected