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
exec(bool blockWait=false)Windowinline
fileBrowserSelected(const char *filename)Windowinlineprotectedvirtual
focus()Window
getApp() const noexceptWindow
getGraphicsContext() const noexceptWindow
getHeight() const noexceptWindow
getIgnoringKeyRepeat() const noexceptWindowinline
getNativeWindowHandle() 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
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 FileBrowserOptions &options)Window
PluginWindow (defined in Window)Windowfriend
removeIdleCallback(IdleCallback *callback)Window
repaint() noexceptWindow
repaint(const Rectangle< uint > &rect) noexceptWindow
runAsModal(bool blockWait=false)Window
setGeometryConstraints(uint minimumWidth, uint minimumHeight, bool keepAspectRatio=false, bool automaticallyScale=false)Window
setHeight(uint height)Window
setIgnoringKeyRepeat(bool ignore) noexceptWindow
setResizable(bool resizable)Window
setSize(uint width, uint height)Window
setSize(const Size< uint > &size)Window
setTitle(const char *title)Window
setVisible(bool visible)Window
setWidth(uint width)Window
show()Window
TopLevelWidget (defined in Window)Windowfriend
Window(Application &app)Windowexplicit
Window(Application &app, Window &parent)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