DISTRHO Plugin Framework
|
This is the complete list of members for SubWidget, including all inherited members.
contains(T x, T y) const noexcept | SubWidget | |
contains(const Point< T > &pos) const noexcept | SubWidget | |
getAbsoluteArea() const noexcept | SubWidget | |
getAbsolutePos() const noexcept | SubWidget | |
getAbsoluteX() const noexcept | SubWidget | |
getAbsoluteY() const noexcept | SubWidget | |
getApp() const noexcept | Widget | |
getChildren() const noexcept | Widget | |
getConstrainedAbsoluteArea() const noexcept | SubWidget | |
getGraphicsContext() const noexcept | Widget | |
getHeight() const noexcept | Widget | |
getId() const noexcept | Widget | |
getMargin() const noexcept | SubWidget | |
getName() const noexcept | Widget | |
getParentApp() const noexcept (defined in Widget) | Widget | inline |
getParentWidget() const noexcept | SubWidget | |
getParentWindow() const noexcept (defined in Widget) | Widget | inline |
getSize() const noexcept | Widget | |
getTopLevelWidget() const noexcept | Widget | |
getWidth() const noexcept | Widget | |
getWindow() const noexcept | Widget | |
hide() | Widget | |
isVisible() const noexcept | Widget | |
onCharacterInput(const CharacterInputEvent &) | Widget | protectedvirtual |
onDisplay()=0 | Widget | protectedpure virtual |
onKeyboard(const KeyboardEvent &) | Widget | protectedvirtual |
onMotion(const MotionEvent &) | Widget | protectedvirtual |
onMouse(const MouseEvent &) | Widget | protectedvirtual |
onPositionChanged(const PositionChangedEvent &) | SubWidget | protectedvirtual |
onResize(const ResizeEvent &) | Widget | protectedvirtual |
onScroll(const ScrollEvent &) | Widget | protectedvirtual |
onSpecial(const SpecialEvent &) | Widget | inlineprotectedvirtual |
repaint() noexcept override | SubWidget | virtual |
setAbsolutePos(int x, int y) noexcept | SubWidget | |
setAbsolutePos(const Point< int > &pos) noexcept | SubWidget | |
setAbsoluteX(int x) noexcept | SubWidget | |
setAbsoluteY(int y) noexcept | SubWidget | |
setHeight(uint height) noexcept | Widget | |
setId(uint id) noexcept | Widget | |
setMargin(int x, int y) noexcept | SubWidget | |
setMargin(const Point< int > &offset) noexcept | SubWidget | |
setName(const char *name) noexcept | Widget | |
setNeedsFullViewportDrawing(bool needsFullViewportForDrawing=true) | SubWidget | |
setNeedsViewportScaling(bool needsViewportScaling=true, double autoScaleFactor=0.0) | SubWidget | |
setSize(uint width, uint height) noexcept | Widget | |
setSize(const Size< uint > &size) noexcept | Widget | |
setSkipDrawing(bool skipDrawing=true) | SubWidget | |
setVisible(bool visible) | Widget | |
setWidth(uint width) noexcept | Widget | |
show() | Widget | |
SubWidget(Widget *parentWidget) | SubWidget | explicit |
toBottom() | SubWidget | virtual |
toFront() | SubWidget | virtual |
Widget (defined in SubWidget) | SubWidget | friend |
~SubWidget() override | SubWidget | |
~Widget() | Widget | virtual |