DISTRHO Plugin Framework
 All Classes Functions Variables Modules Pages
ImageSwitch Member List

This is the complete list of members for ImageSwitch, 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
ImageSwitch(Window &parent, const Image &imageNormal, const Image &imageDown) noexcept (defined in ImageSwitch)ImageSwitchexplicit
ImageSwitch(Widget *widget, const Image &imageNormal, const Image &imageDown) noexcept (defined in ImageSwitch)ImageSwitchexplicit
ImageSwitch(const ImageSwitch &imageSwitch) noexcept (defined in ImageSwitch)ImageSwitchexplicit
isDown() const noexcept (defined in ImageSwitch)ImageSwitch
isVisible() const noexceptWidget
onDisplay() overrideImageSwitchprotectedvirtual
onKeyboard(const KeyboardEvent &)Widgetprotectedvirtual
onMotion(const MotionEvent &)Widgetprotectedvirtual
onMouse(const MouseEvent &) overrideImageSwitchprotectedvirtual
onResize(const ResizeEvent &)Widgetprotectedvirtual
onScroll(const ScrollEvent &)Widgetprotectedvirtual
onSpecial(const SpecialEvent &)Widgetprotectedvirtual
operator=(const ImageSwitch &imageSwitch) noexcept (defined in ImageSwitch)ImageSwitch
repaint() noexceptWidget
setAbsolutePos(int x, int y) noexceptWidget
setAbsolutePos(const Point< int > &pos) noexceptWidget
setAbsoluteX(int x) noexceptWidget
setAbsoluteY(int y) noexceptWidget
setCallback(Callback *callback) noexcept (defined in ImageSwitch)ImageSwitch
setDown(bool down) noexcept (defined in ImageSwitch)ImageSwitch
setHeight(uint height) noexceptWidget
setId(uint id) noexceptWidget
setNeedsFullViewport(bool yesNo) noexceptWidgetprotected
setNeedsScaling(bool yesNo) noexceptWidgetprotected
setSize(uint width, uint height) noexceptWidget
setSize(const Size< uint > &size) noexceptWidget
setVisible(bool yesNo)Widget
setWidth(uint width) noexceptWidget
show()Widget
Widget(Window &parent)Widgetexplicit
~Widget()Widgetvirtual