DISTRHO Plugin Framework
Widget Member List

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

contains(int x, int y) const noexceptWidget
contains(const Point< int > &pos) const noexceptWidget
getAbsolutePos() const noexceptWidget
getAbsoluteX() const noexceptWidget
getAbsoluteY() const noexceptWidget
getHeight() const noexceptWidget
getId() const noexceptWidget
getParentApp() const noexceptWidget
getParentWindow() const noexceptWidget
getSize() const noexceptWidget
getWidth() const noexceptWidget
hide()Widget
ImageSlider (defined in Widget)Widgetfriend
isVisible() const noexceptWidget
NanoWidget (defined in Widget)Widgetfriend
onDisplay()=0Widgetprotectedpure virtual
onKeyboard(const KeyboardEvent &)Widgetprotectedvirtual
onMotion(const MotionEvent &)Widgetprotectedvirtual
onMouse(const MouseEvent &)Widgetprotectedvirtual
onPositionChanged(const PositionChangedEvent &)Widgetprotectedvirtual
onResize(const ResizeEvent &)Widgetprotectedvirtual
onScroll(const ScrollEvent &)Widgetprotectedvirtual
onSpecial(const SpecialEvent &)Widgetprotectedvirtual
repaint() noexceptWidget
setAbsolutePos(int x, int y) noexceptWidget
setAbsolutePos(const Point< int > &pos) noexceptWidget
setAbsoluteX(int x) noexceptWidget
setAbsoluteY(int y) noexceptWidget
setHeight(uint height) noexceptWidget
setId(uint id) noexceptWidget
setSize(uint width, uint height) noexceptWidget
setSize(const Size< uint > &size) noexceptWidget
setVisible(bool yesNo)Widget
setWidth(uint width) noexceptWidget
show()Widget
StandaloneWindow (defined in Widget)Widgetfriend
Widget(Window &parent)Widgetexplicit
Widget(Widget *groupWidget)Widgetexplicit
Window (defined in Widget)Widgetfriend
~Widget()Widgetvirtual