This is the complete list of members for ImageSwitch, 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 | |
ImageSwitch(Window &parent, const Image &imageNormal, const Image &imageDown) noexcept (defined in ImageSwitch) | ImageSwitch | explicit |
ImageSwitch(Widget *widget, const Image &imageNormal, const Image &imageDown) noexcept (defined in ImageSwitch) | ImageSwitch | explicit |
ImageSwitch(const ImageSwitch &imageSwitch) noexcept (defined in ImageSwitch) | ImageSwitch | explicit |
isDown() const noexcept (defined in ImageSwitch) | ImageSwitch | |
isVisible() const noexcept | Widget | |
onDisplay() override | ImageSwitch | protectedvirtual |
onKeyboard(const KeyboardEvent &) | Widget | protectedvirtual |
onMotion(const MotionEvent &) | Widget | protectedvirtual |
onMouse(const MouseEvent &) override | ImageSwitch | protectedvirtual |
onResize(const ResizeEvent &) | Widget | protectedvirtual |
onScroll(const ScrollEvent &) | Widget | protectedvirtual |
onSpecial(const SpecialEvent &) | Widget | protectedvirtual |
operator=(const ImageSwitch &imageSwitch) noexcept (defined in ImageSwitch) | ImageSwitch | |
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 ImageSwitch) | ImageSwitch | |
setDown(bool down) noexcept (defined in ImageSwitch) | ImageSwitch | |
setHeight(uint height) noexcept | Widget | |
setId(uint id) noexcept | Widget | |
setNeedsFullViewport(bool yesNo) noexcept | Widget | protected |
setNeedsScaling(bool yesNo) noexcept | Widget | protected |
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 | virtual |