DISTRHO Plugin Framework
Widget Member List

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

getApp() const noexceptWidget
getChildren() const noexceptWidget
getGraphicsContext() const noexceptWidget
getHeight() const noexceptWidget
getId() const noexceptWidget
getName() const noexceptWidget
getParentApp() const noexcept (defined in Widget)Widgetinline
getParentWindow() const noexcept (defined in Widget)Widgetinline
getSize() const noexceptWidget
getTopLevelWidget() const noexceptWidget
getWidth() const noexceptWidget
getWindow() const noexceptWidget
hide()Widget
isVisible() const noexceptWidget
onCharacterInput(const CharacterInputEvent &)Widgetprotectedvirtual
onDisplay()=0Widgetprotectedpure virtual
onKeyboard(const KeyboardEvent &)Widgetprotectedvirtual
onMotion(const MotionEvent &)Widgetprotectedvirtual
onMouse(const MouseEvent &)Widgetprotectedvirtual
onResize(const ResizeEvent &)Widgetprotectedvirtual
onScroll(const ScrollEvent &)Widgetprotectedvirtual
onSpecial(const SpecialEvent &)Widgetinlineprotectedvirtual
repaint() noexceptWidgetvirtual
setHeight(uint height) noexceptWidget
setId(uint id) noexceptWidget
setName(const char *name) noexceptWidget
setSize(uint width, uint height) noexceptWidget
setSize(const Size< uint > &size) noexceptWidget
setVisible(bool visible)Widget
setWidth(uint width) noexceptWidget
show()Widget
SubWidget (defined in Widget)Widgetfriend
TopLevelWidget (defined in Widget)Widgetfriend
~Widget()Widgetvirtual