DISTRHO Plugin Framework
|
This is the complete list of members for ImageBaseSwitch< ImageType >, 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 | |
ImageBaseSwitch(Widget *parentWidget, const ImageType &imageNormal, const ImageType &imageDown) noexcept (defined in ImageBaseSwitch< ImageType >) | ImageBaseSwitch< ImageType > | explicit |
ImageBaseSwitch(const ImageBaseSwitch &imageSwitch) noexcept (defined in ImageBaseSwitch< ImageType >) | ImageBaseSwitch< ImageType > | explicit |
isDown() const noexcept (defined in ImageBaseSwitch< ImageType >) | ImageBaseSwitch< ImageType > | |
isVisible() const noexcept | Widget | |
onCharacterInput(const CharacterInputEvent &) | Widget | protectedvirtual |
onDisplay() override | ImageBaseSwitch< ImageType > | protectedvirtual |
onKeyboard(const KeyboardEvent &) | Widget | protectedvirtual |
onMotion(const MotionEvent &) | Widget | protectedvirtual |
onMouse(const MouseEvent &) override | ImageBaseSwitch< ImageType > | protectedvirtual |
onPositionChanged(const PositionChangedEvent &) | SubWidget | protectedvirtual |
onResize(const ResizeEvent &) | Widget | protectedvirtual |
onScroll(const ScrollEvent &) | Widget | protectedvirtual |
onSpecial(const SpecialEvent &) | Widget | inlineprotectedvirtual |
operator=(const ImageBaseSwitch &imageSwitch) noexcept (defined in ImageBaseSwitch< ImageType >) | ImageBaseSwitch< ImageType > | |
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 | |
setCallback(Callback *callback) noexcept (defined in ImageBaseSwitch< ImageType >) | ImageBaseSwitch< ImageType > | |
setDown(bool down) noexcept (defined in ImageBaseSwitch< ImageType >) | ImageBaseSwitch< ImageType > | |
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 |
~ImageBaseSwitch() override (defined in ImageBaseSwitch< ImageType >) | ImageBaseSwitch< ImageType > | |
~SubWidget() override | SubWidget | |
~Widget() | Widget | virtual |