DISTRHO Plugin Framework
|
This is the complete list of members for ImageButton, including all inherited members.
contains(int x, int y) const noexcept | Widget | |
contains(const Point< int > &pos) const noexcept | Widget | |
getAbsolutePos() const noexcept | Widget | |
getAbsoluteX() const noexcept | Widget | |
getAbsoluteY() const noexcept | Widget | |
getHeight() const noexcept | Widget | |
getId() const noexcept | Widget | |
getParentApp() const noexcept | Widget | |
getParentWindow() const noexcept | Widget | |
getSize() const noexcept | Widget | |
getWidth() const noexcept | Widget | |
hide() | Widget | |
ImageButton(Window &parent, const Image &image) (defined in ImageButton) | ImageButton | explicit |
ImageButton(Window &parent, const Image &imageNormal, const Image &imageDown) (defined in ImageButton) | ImageButton | explicit |
ImageButton(Window &parent, const Image &imageNormal, const Image &imageHover, const Image &imageDown) (defined in ImageButton) | ImageButton | explicit |
ImageButton(Widget *widget, const Image &image) (defined in ImageButton) | ImageButton | explicit |
ImageButton(Widget *widget, const Image &imageNormal, const Image &imageDown) (defined in ImageButton) | ImageButton | explicit |
ImageButton(Widget *widget, const Image &imageNormal, const Image &imageHover, const Image &imageDown) (defined in ImageButton) | ImageButton | explicit |
isVisible() const noexcept | Widget | |
onDisplay() override | ImageButton | protectedvirtual |
onKeyboard(const KeyboardEvent &) | Widget | protectedvirtual |
onMotion(const MotionEvent &) override | ImageButton | protectedvirtual |
onMouse(const MouseEvent &) override | ImageButton | protectedvirtual |
onResize(const ResizeEvent &) | Widget | protectedvirtual |
onScroll(const ScrollEvent &) | Widget | protectedvirtual |
onSpecial(const SpecialEvent &) | Widget | protectedvirtual |
repaint() noexcept | Widget | |
setAbsolutePos(int x, int y) noexcept | Widget | |
setAbsolutePos(const Point< int > &pos) noexcept | Widget | |
setAbsoluteX(int x) noexcept | Widget | |
setAbsoluteY(int y) noexcept | Widget | |
setCallback(Callback *callback) noexcept (defined in ImageButton) | ImageButton | |
setHeight(uint height) noexcept | Widget | |
setId(uint id) noexcept | Widget | |
setSize(uint width, uint height) noexcept | Widget | |
setSize(const Size< uint > &size) noexcept | Widget | |
setVisible(bool yesNo) | Widget | |
setWidth(uint width) noexcept | Widget | |
show() | Widget | |
Widget(Window &parent) | Widget | explicit |
Widget(Widget *groupWidget) | Widget | explicit |
~ImageButton() override (defined in ImageButton) | ImageButton | |
~Widget() | Widget | virtual |