| 86 | { |
| 87 | public: |
| 88 | class Callback |
| 89 | { |
| 90 | public: |
| 91 | virtual ~Callback() {} |
| 92 | virtual void imageButtonClicked(ImageBaseButton* imageButton, int button) = 0; |
| 93 | }; |
| 94 | |
| 95 | explicit ImageBaseButton(Widget* parentWidget, const ImageType& image); |
| 96 | explicit ImageBaseButton(Widget* parentWidget, const ImageType& imageNormal, const ImageType& imageDown); |
nothing calls this directly
no outgoing calls
no test coverage detected