DISTRHO Plugin Framework
SubWidget Member List

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

contains(T x, T y) const noexceptSubWidget
contains(const Point< T > &pos) const noexceptSubWidget
getAbsoluteArea() const noexceptSubWidget
getAbsolutePos() const noexceptSubWidget
getAbsoluteX() const noexceptSubWidget
getAbsoluteY() const noexceptSubWidget
getApp() const noexceptWidget
getChildren() const noexceptWidget
getConstrainedAbsoluteArea() const noexceptSubWidget
getGraphicsContext() const noexceptWidget
getHeight() const noexceptWidget
getId() const noexceptWidget
getMargin() const noexceptSubWidget
getName() const noexceptWidget
getParentApp() const noexcept (defined in Widget)Widgetinline
getParentWidget() const noexceptSubWidget
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
onPositionChanged(const PositionChangedEvent &)SubWidgetprotectedvirtual
onResize(const ResizeEvent &)Widgetprotectedvirtual
onScroll(const ScrollEvent &)Widgetprotectedvirtual
onSpecial(const SpecialEvent &)Widgetinlineprotectedvirtual
repaint() noexcept overrideSubWidgetvirtual
setAbsolutePos(int x, int y) noexceptSubWidget
setAbsolutePos(const Point< int > &pos) noexceptSubWidget
setAbsoluteX(int x) noexceptSubWidget
setAbsoluteY(int y) noexceptSubWidget
setHeight(uint height) noexceptWidget
setId(uint id) noexceptWidget
setMargin(int x, int y) noexceptSubWidget
setMargin(const Point< int > &offset) noexceptSubWidget
setName(const char *name) noexceptWidget
setNeedsFullViewportDrawing(bool needsFullViewportForDrawing=true)SubWidget
setNeedsViewportScaling(bool needsViewportScaling=true, double autoScaleFactor=0.0)SubWidget
setSize(uint width, uint height) noexceptWidget
setSize(const Size< uint > &size) noexceptWidget
setSkipDrawing(bool skipDrawing=true)SubWidget
setVisible(bool visible)Widget
setWidth(uint width) noexceptWidget
show()Widget
SubWidget(Widget *parentWidget)SubWidgetexplicit
toBottom()SubWidgetvirtual
toFront()SubWidgetvirtual
Widget (defined in SubWidget)SubWidgetfriend
~SubWidget() overrideSubWidget
~Widget()Widgetvirtual