| 
    DISTRHO Plugin Framework
    
   | 
 
This is the complete list of members for Window, including all inherited members.
| addIdleCallback(IdleCallback *callback, uint timerFrequencyInMs=0) | Window | |
| Application (defined in Window) | Window | friend | 
| close() | Window | |
| DISTRHO_NAMESPACE::PluginWindow (defined in Window) | Window | friend | 
| exec(bool blockWait=false) | Window | inline | 
| fileBrowserSelected(const char *filename) | Window | inlineprotectedvirtual | 
| focus() | Window | |
| getApp() const noexcept | Window | |
| getClipboard(size_t &dataSize) | Window | |
| getClipboardDataOfferTypes() | Window | protected | 
| getGeometryConstraints(bool &keepAspectRatio) | Window | |
| getGraphicsContext() const noexcept | Window | |
| getHeight() const noexcept | Window | |
| getIgnoringKeyRepeat() const noexcept | Window | inline | 
| getNativeWindowHandle() const noexcept | Window | |
| getOffset() const noexcept | Window | |
| getOffsetX() const noexcept | Window | |
| getOffsetY() const noexcept | Window | |
| getScaleFactor() const noexcept | Window | |
| getScaling() const noexcept | Window | inline | 
| getSize() const noexcept | Window | |
| getTitle() const noexcept | Window | |
| getWidth() const noexcept | Window | |
| hide() | Window | |
| isEmbed() const noexcept | Window | |
| isIgnoringKeyRepeat() const noexcept | Window | |
| isResizable() const noexcept | Window | |
| isVisible() const noexcept | Window | |
| onClipboardDataOffer() | Window | protectedvirtual | 
| onClose() | Window | protectedvirtual | 
| onFileSelected(const char *filename) | Window | protectedvirtual | 
| onFocus(bool focus, CrossingMode mode) | Window | protectedvirtual | 
| onReshape(uint width, uint height) | Window | protectedvirtual | 
| onScaleFactorChanged(double scaleFactor) | Window | protectedvirtual | 
| openFileBrowser(const DGL_NAMESPACE::FileBrowserOptions &options=FileBrowserOptions()) | Window | |
| removeIdleCallback(IdleCallback *callback) | Window | |
| renderToPicture(const char *filename) | Window | |
| repaint() noexcept | Window | |
| repaint(const Rectangle< uint > &rect) noexcept | Window | |
| 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) noexcept | Window | |
| 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) | Window | friend | 
| Window(Application &app) | Window | explicit | 
| Window(Application &app, Window &transientParentWindow) | Window | explicit | 
| Window(Application &app, uintptr_t parentWindowHandle, double scaleFactor, bool resizable) | Window | explicit | 
| Window(Application &app, uintptr_t parentWindowHandle, uint width, uint height, double scaleFactor, bool resizable) | Window | explicit | 
| ~Window() | Window | virtual |