|
|
| ImageButton (Window &parent, const Image &image) |
| |
|
| ImageButton (Window &parent, const Image &imageNormal, const Image &imageDown) |
| |
|
| ImageButton (Window &parent, const Image &imageNormal, const Image &imageHover, const Image &imageDown) |
| |
|
| ImageButton (Widget *widget, const Image &image) |
| |
|
| ImageButton (Widget *widget, const Image &imageNormal, const Image &imageDown) |
| |
|
| ImageButton (Widget *widget, const Image &imageNormal, const Image &imageHover, const Image &imageDown) |
| |
|
void | setCallback (Callback *callback) noexcept |
| |
| | Widget (Window &parent) |
| |
| | Widget (Widget *groupWidget) |
| |
| virtual | ~Widget () |
| |
| bool | isVisible () const noexcept |
| |
| void | setVisible (bool yesNo) |
| |
| void | show () |
| |
| void | hide () |
| |
| uint | getWidth () const noexcept |
| |
| uint | getHeight () const noexcept |
| |
| const Size< uint > & | getSize () const noexcept |
| |
| void | setWidth (uint width) noexcept |
| |
| void | setHeight (uint height) noexcept |
| |
| void | setSize (uint width, uint height) noexcept |
| |
| void | setSize (const Size< uint > &size) noexcept |
| |
| int | getAbsoluteX () const noexcept |
| |
| int | getAbsoluteY () const noexcept |
| |
| const Point< int > & | getAbsolutePos () const noexcept |
| |
| void | setAbsoluteX (int x) noexcept |
| |
| void | setAbsoluteY (int y) noexcept |
| |
| void | setAbsolutePos (int x, int y) noexcept |
| |
| void | setAbsolutePos (const Point< int > &pos) noexcept |
| |
| Application & | getParentApp () const noexcept |
| |
| Window & | getParentWindow () const noexcept |
| |
| bool | contains (int x, int y) const noexcept |
| |
| bool | contains (const Point< int > &pos) const noexcept |
| |
| void | repaint () noexcept |
| |
| uint | getId () const noexcept |
| |
| void | setId (uint id) noexcept |
| |