DISTRHO Plugin Framework
|
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) | Window | friend |
close() (defined in Window) | Window | |
exec(bool lockWait=false) (defined in Window) | Window | |
fileBrowserSelected(const char *filename) (defined in Window) | Window | protectedvirtual |
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) | Window | protectedvirtual |
onDisplayAfter() (defined in Window) | Window | protectedvirtual |
onDisplayBefore() (defined in Window) | Window | protectedvirtual |
onReshape(uint width, uint height) (defined in Window) | Window | protectedvirtual |
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) | Window | friend |
Widget (defined in Window) | Window | friend |
Window(Application &app) (defined in Window) | Window | explicit |
Window(Application &app, Window &parent) (defined in Window) | Window | explicit |
Window(Application &app, intptr_t parentId, bool resizable) (defined in Window) | Window | explicit |
~Window() (defined in Window) | Window | virtual |