DISTRHO Plugin Framework
|
This is the complete list of members for StandaloneWindow, including all inherited members.
addIdleCallback(IdleCallback *callback, uint timerFrequencyInMs=0) (defined in StandaloneWindow) | StandaloneWindow | inline |
close() | Window | |
done() | StandaloneWindow | inline |
exec(bool blockWait=false) | Window | inline |
fileBrowserSelected(const char *filename) | Window | inlineprotectedvirtual |
focus() | Window | |
getApp() const noexcept (defined in StandaloneWindow) | StandaloneWindow | inline |
getChildren() const noexcept | Widget | |
Window::getClipboard(size_t &dataSize) | Window | |
getClipboard(size_t &dataSize) (defined in TopLevelWidget) | TopLevelWidget | |
getClipboardDataOfferTypes() | Window | protected |
getGeometryConstraints(bool &keepAspectRatio) | Window | |
getGraphicsContext() const noexcept (defined in StandaloneWindow) | StandaloneWindow | inline |
getHeight() const noexcept (defined in StandaloneWindow) | StandaloneWindow | inline |
getId() const noexcept | Widget | |
getIgnoringKeyRepeat() const noexcept | Window | inline |
getName() const noexcept | Widget | |
getNativeWindowHandle() const noexcept | Window | |
getOffset() const noexcept | Window | |
getOffsetX() const noexcept | Window | |
getOffsetY() const noexcept | Window | |
getParentApp() const noexcept (defined in TopLevelWidget) | TopLevelWidget | inline |
getParentWindow() const noexcept (defined in TopLevelWidget) | TopLevelWidget | inline |
getScaleFactor() const noexcept (defined in StandaloneWindow) | StandaloneWindow | inline |
getScaling() const noexcept | Window | inline |
getSize() const noexcept (defined in StandaloneWindow) | StandaloneWindow | inline |
getTitle() const noexcept | Window | |
getTopLevelWidget() const noexcept | Widget | |
getWidth() const noexcept (defined in StandaloneWindow) | StandaloneWindow | inline |
getWindow() const noexcept | TopLevelWidget | |
hide() (defined in StandaloneWindow) | StandaloneWindow | inline |
isEmbed() const noexcept | Window | |
isIgnoringKeyRepeat() const noexcept | Window | |
isResizable() const noexcept | Window | |
isVisible() const noexcept | StandaloneWindow | inline |
onCharacterInput(const CharacterInputEvent &) override | TopLevelWidget | protectedvirtual |
onClipboardDataOffer() | Window | protectedvirtual |
onClose() | Window | protectedvirtual |
onDisplay()=0 | Widget | protectedpure virtual |
onFileSelected(const char *filename) | Window | protectedvirtual |
onFocus(bool focus, CrossingMode mode) | Window | protectedvirtual |
onKeyboard(const KeyboardEvent &) override | TopLevelWidget | protectedvirtual |
onMotion(const MotionEvent &) override | TopLevelWidget | protectedvirtual |
onMouse(const MouseEvent &) override | TopLevelWidget | protectedvirtual |
onReshape(uint width, uint height) | Window | protectedvirtual |
onResize(const ResizeEvent &) | Widget | protectedvirtual |
onScaleFactorChanged(double scaleFactor) | Window | protectedvirtual |
onScroll(const ScrollEvent &) override | TopLevelWidget | protectedvirtual |
onSpecial(const SpecialEvent &) | Widget | inlineprotectedvirtual |
openFileBrowser(const DGL_NAMESPACE::FileBrowserOptions &options=FileBrowserOptions()) | Window | |
reinit() | StandaloneWindow | inline |
removeIdleCallback(IdleCallback *callback) (defined in StandaloneWindow) | StandaloneWindow | inline |
renderToPicture(const char *filename) | Window | |
repaint() noexcept | StandaloneWindow | inlinevirtual |
Window::repaint(const Rectangle< uint > &rect) noexcept | Window | |
TopLevelWidget::repaint(const Rectangle< uint > &rect) noexcept | TopLevelWidget | |
runAsModal(bool blockWait=false) | Window | |
Window::setClipboard(const char *mimeType, const void *data, size_t dataSize) | Window | |
setClipboard(const char *mimeType, const void *data, size_t dataSize) (defined in TopLevelWidget) | TopLevelWidget | |
Window::setCursor(MouseCursor cursor) | Window | |
setCursor(MouseCursor cursor) (defined in TopLevelWidget) | TopLevelWidget | |
setGeometryConstraints(uint minimumWidth, uint minimumHeight, bool keepAspectRatio=false, bool automaticallyScale=false) (defined in StandaloneWindow) | StandaloneWindow | inline |
Window::setGeometryConstraints(uint minimumWidth, uint minimumHeight, bool keepAspectRatio=false, bool automaticallyScale=false, bool resizeNowIfAutoScaling=true) | Window | |
setGeometryConstraints(uint minimumWidth, uint minimumHeight, bool keepAspectRatio=false, bool automaticallyScale=false, bool resizeNowIfAutoScaling=true) (defined in TopLevelWidget) | TopLevelWidget | |
setHeight(uint height) (defined in StandaloneWindow) | StandaloneWindow | inline |
setId(uint id) noexcept | Widget | |
setIgnoringKeyRepeat(bool ignore) noexcept | Window | |
setName(const char *name) noexcept | Widget | |
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) (defined in StandaloneWindow) | StandaloneWindow | inline |
setSize(const Size< uint > &size) (defined in StandaloneWindow) | StandaloneWindow | inline |
setTitle(const char *title) | Window | |
setTransientParent(uintptr_t transientParentWindowHandle) | Window | |
setVisible(bool yesNo) (defined in StandaloneWindow) | StandaloneWindow | inline |
setWidth(uint width) (defined in StandaloneWindow) | StandaloneWindow | inline |
show() (defined in StandaloneWindow) | StandaloneWindow | inline |
StandaloneWindow(Application &app) | StandaloneWindow | inline |
StandaloneWindow(Application &app, Window &transientParentWindow) | StandaloneWindow | inline |
TopLevelWidget(Window &windowToMapTo) | TopLevelWidget | explicit |
Window::Window(Application &app) | Window | explicit |
Window::Window(Application &app, Window &transientParentWindow) | Window | explicit |
Window::Window(Application &app, uintptr_t parentWindowHandle, double scaleFactor, bool resizable) | Window | explicit |
Window::Window(Application &app, uintptr_t parentWindowHandle, uint width, uint height, double scaleFactor, bool resizable) | Window | explicit |
~TopLevelWidget() override | TopLevelWidget | |
~Widget() | Widget | virtual |
~Window() | Window | virtual |