DISTRHO Plugin Framework
|
This is the complete list of members for Widget, including all inherited members.
getApp() const noexcept | Widget | |
getChildren() const noexcept | Widget | |
getGraphicsContext() const noexcept | Widget | |
getHeight() const noexcept | Widget | |
getId() const noexcept | Widget | |
getName() const noexcept | Widget | |
getParentApp() const noexcept (defined in Widget) | Widget | inline |
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 |
onResize(const ResizeEvent &) | Widget | protectedvirtual |
onScroll(const ScrollEvent &) | Widget | protectedvirtual |
onSpecial(const SpecialEvent &) | Widget | inlineprotectedvirtual |
repaint() noexcept | Widget | virtual |
setHeight(uint height) noexcept | Widget | |
setId(uint id) noexcept | Widget | |
setName(const char *name) noexcept | Widget | |
setSize(uint width, uint height) noexcept | Widget | |
setSize(const Size< uint > &size) noexcept | Widget | |
setVisible(bool visible) | Widget | |
setWidth(uint width) noexcept | Widget | |
show() | Widget | |
SubWidget (defined in Widget) | Widget | friend |
TopLevelWidget (defined in Widget) | Widget | friend |
~Widget() | Widget | virtual |