DISTRHO Plugin Framework
TopLevelWidget Member List

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

addIdleCallback(IdleCallback *callback, uint timerFrequencyInMs=0) (defined in TopLevelWidget)TopLevelWidget
getApp() const noexceptTopLevelWidget
getChildren() const noexceptWidget
getClipboard(size_t &dataSize) (defined in TopLevelWidget)TopLevelWidget
getGraphicsContext() const noexceptWidget
getHeight() const noexceptWidget
getId() const noexceptWidget
getName() const noexceptWidget
getParentApp() const noexcept (defined in TopLevelWidget)TopLevelWidgetinline
getParentWindow() const noexcept (defined in TopLevelWidget)TopLevelWidgetinline
getScaleFactor() const noexcept (defined in TopLevelWidget)TopLevelWidget
getSize() const noexceptWidget
getTopLevelWidget() const noexceptWidget
getWidth() const noexceptWidget
getWindow() const noexceptTopLevelWidget
hide()Widget
isVisible() const noexceptWidget
onCharacterInput(const CharacterInputEvent &) overrideTopLevelWidgetprotectedvirtual
onDisplay()=0Widgetprotectedpure virtual
onKeyboard(const KeyboardEvent &) overrideTopLevelWidgetprotectedvirtual
onMotion(const MotionEvent &) overrideTopLevelWidgetprotectedvirtual
onMouse(const MouseEvent &) overrideTopLevelWidgetprotectedvirtual
onResize(const ResizeEvent &)Widgetprotectedvirtual
onScroll(const ScrollEvent &) overrideTopLevelWidgetprotectedvirtual
onSpecial(const SpecialEvent &)Widgetinlineprotectedvirtual
removeIdleCallback(IdleCallback *callback) (defined in TopLevelWidget)TopLevelWidget
repaint() noexcept overrideTopLevelWidgetvirtual
repaint(const Rectangle< uint > &rect) noexceptTopLevelWidget
setClipboard(const char *mimeType, const void *data, size_t dataSize) (defined in TopLevelWidget)TopLevelWidget
setCursor(MouseCursor cursor) (defined in TopLevelWidget)TopLevelWidget
setGeometryConstraints(uint minimumWidth, uint minimumHeight, bool keepAspectRatio=false, bool automaticallyScale=false, bool resizeNowIfAutoScaling=true) (defined in TopLevelWidget)TopLevelWidget
setHeight(uint height)TopLevelWidget
setId(uint id) noexceptWidget
setName(const char *name) noexceptWidget
setSize(uint width, uint height)TopLevelWidget
setSize(const Size< uint > &size)TopLevelWidget
setVisible(bool visible)Widget
setWidth(uint width)TopLevelWidget
show()Widget
TopLevelWidget(Window &windowToMapTo)TopLevelWidgetexplicit
Window (defined in TopLevelWidget)TopLevelWidgetfriend
~TopLevelWidget() overrideTopLevelWidget
~Widget()Widgetvirtual