Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VitalAudio/visage
/ removeFromWindow
Method
removeFromWindow
visage_app/application_editor.cpp:145–149 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
143
}
144
145
void ApplicationEditor::removeFromWindow() {
146
window_event_handler_ = nullptr;
147
window_ = nullptr;
148
canvas_->removeFromWindow();
149
}
150
151
void ApplicationEditor::drawWindow() {
152
if (window_ && !window_->isVisible())
Callers
1
setWindowless
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected