MCPcopy Create free account
hub / github.com/DISTRHO/DPF / Window

Method Window

dgl/src/Window.cpp:88–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86// Window
87
88Window::Window(Application& app)
89 : pData(new PrivateData(app, this))
90{
91 pData->initPost();
92}
93
94Window::Window(Application& app, Window& transientParentWindow)
95 : pData(new PrivateData(app, this, transientParentWindow.pData))

Callers

nothing calls this directly

Calls 1

initPostMethod · 0.80

Tested by

no test coverage detected