DISTRHO Plugin Framework
Window Member List

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

addIdleCallback(IdleCallback *const callback) (defined in Window)Window
Application (defined in Window)Windowfriend
close() (defined in Window)Window
exec(bool lockWait=false) (defined in Window)Window
fileBrowserSelected(const char *filename) (defined in Window)Windowprotectedvirtual
focus() (defined in Window)Window
getApp() const noexcept (defined in Window)Window
getHeight() const noexcept (defined in Window)Window
getIgnoringKeyRepeat() const noexcept (defined in Window)Window
getScaling() const noexcept (defined in Window)Window
getSize() const noexcept (defined in Window)Window
getTitle() const noexcept (defined in Window)Window
getWidth() const noexcept (defined in Window)Window
getWindowId() const noexcept (defined in Window)Window
hide() (defined in Window)Window
isEmbed() const noexcept (defined in Window)Window
isResizable() const noexcept (defined in Window)Window
isVisible() const noexcept (defined in Window)Window
onClose() (defined in Window)Windowprotectedvirtual
onDisplayAfter() (defined in Window)Windowprotectedvirtual
onDisplayBefore() (defined in Window)Windowprotectedvirtual
onReshape(uint width, uint height) (defined in Window)Windowprotectedvirtual
openFileBrowser(const FileBrowserOptions &options) (defined in Window)Window
removeIdleCallback(IdleCallback *const callback) (defined in Window)Window
repaint() noexcept (defined in Window)Window
setGeometryConstraints(uint width, uint height, bool aspect) (defined in Window)Window
setIgnoringKeyRepeat(bool ignore) noexcept (defined in Window)Window
setResizable(bool yesNo) (defined in Window)Window
setScaling(double scaling) noexcept (defined in Window)Window
setSize(uint width, uint height) (defined in Window)Window
setSize(Size< uint > size) (defined in Window)Window
setTitle(const char *title) (defined in Window)Window
setTransientWinId(uintptr_t winId) (defined in Window)Window
setVisible(bool yesNo) (defined in Window)Window
show() (defined in Window)Window
StandaloneWindow (defined in Window)Windowfriend
Widget (defined in Window)Windowfriend
Window(Application &app) (defined in Window)Windowexplicit
Window(Application &app, Window &parent) (defined in Window)Windowexplicit
Window(Application &app, intptr_t parentId, bool resizable) (defined in Window)Windowexplicit
~Window() (defined in Window)Windowvirtual