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

Method getHeight

dgl/src/Window.cpp:240–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240uint Window::getHeight() const noexcept
241{
242 DISTRHO_SAFE_ASSERT_RETURN(pData->view != nullptr, 0);
243
244 const PuglSpan height = puglGetSizeHint(pData->view, PUGL_CURRENT_SIZE).height;
245 DISTRHO_SAFE_ASSERT(height > 0);
246 return height;
247}
248
249Size<uint> Window::getSize() const noexcept
250{

Callers 15

displayMethod · 0.45
drawRectangleFunction · 0.45
loadFromMemoryMethod · 0.45
displayMethod · 0.45
beginFrameMethod · 0.45
ImageBaseAboutWindowMethod · 0.45
setImageMethod · 0.45
PrivateDataFunction · 0.45
setImageLayerCountMethod · 0.45
recheckAreaFunction · 0.45
onDisplayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected