DISTRHO Plugin Framework
Window Member List

This is the complete list of members for Window, including all inherited members.

addIdleCallback(IdleCallback *callback, uint timerFrequencyInMs=0)Window
Application (defined in Window)Windowfriend
close()Window
DISTRHO_NAMESPACE::PluginWindow (defined in Window)Windowfriend
exec(bool blockWait=false)Windowinline
fileBrowserSelected(const char *filename)Windowinlineprotectedvirtual
focus()Window
getApp() const noexceptWindow
getClipboard(size_t &dataSize)Window
getClipboardDataOfferTypes()Windowprotected
getGeometryConstraints(bool &keepAspectRatio)Window
getGraphicsContext() const noexceptWindow
getHeight() const noexceptWindow
getIgnoringKeyRepeat() const noexceptWindowinline
getNativeWindowHandle() const noexceptWindow
getOffset() const noexceptWindow
getOffsetX() const noexceptWindow
getOffsetY() const noexceptWindow
getScaleFactor() const noexceptWindow
getScaling() const noexceptWindowinline
getSize() const noexceptWindow
getTitle() const noexceptWindow
getWidth() const noexceptWindow
hide()Window
isEmbed() const noexceptWindow
isIgnoringKeyRepeat() const noexceptWindow
isResizable() const noexceptWindow
isVisible() const noexceptWindow
onClipboardDataOffer()Windowprotectedvirtual
onClose()Windowprotectedvirtual
onFileSelected(const char *filename)Windowprotectedvirtual
onFocus(bool focus, CrossingMode mode)Windowprotectedvirtual
onReshape(uint width, uint height)Windowprotectedvirtual
onScaleFactorChanged(double scaleFactor)Windowprotectedvirtual
openFileBrowser(const DGL_NAMESPACE::FileBrowserOptions &options=FileBrowserOptions())Window
removeIdleCallback(IdleCallback *callback)Window
renderToPicture(const char *filename)Window
repaint() noexceptWindow
repaint(const Rectangle< uint > &rect) noexceptWindow
runAsModal(bool blockWait=false)Window
setClipboard(const char *mimeType, const void *data, size_t dataSize)Window
setCursor(MouseCursor cursor)Window
setGeometryConstraints(uint minimumWidth, uint minimumHeight, bool keepAspectRatio=false, bool automaticallyScale=false, bool resizeNowIfAutoScaling=true)Window
setHeight(uint height)Window
setIgnoringKeyRepeat(bool ignore) noexceptWindow
setOffset(int x, int y)Window
setOffset(const Point< int > &offset)Window
setOffsetX(int x)Window
setOffsetY(int y)Window
setResizable(bool resizable)Window
setSize(uint width, uint height)Window
setSize(const Size< uint > &size)Window
setTitle(const char *title)Window
setTransientParent(uintptr_t transientParentWindowHandle)Window
setVisible(bool visible)Window
setWidth(uint width)Window
show()Window
TopLevelWidget (defined in Window)Windowfriend
Window(Application &app)Windowexplicit
Window(Application &app, Window &transientParentWindow)Windowexplicit
Window(Application &app, uintptr_t parentWindowHandle, double scaleFactor, bool resizable)Windowexplicit
Window(Application &app, uintptr_t parentWindowHandle, uint width, uint height, double scaleFactor, bool resizable)Windowexplicit
~Window()Windowvirtual