3#ifndef EILE_MIT_WEILE_IMAGEPANEL_HPP
4#define EILE_MIT_WEILE_IMAGEPANEL_HPP
32 ImagePanel(wxWindow* parent, wxString file, wxBitmapType format, wxPoint position = wxDefaultPosition, wxSize size = wxDefaultSize,
double rotation = 0.0);
42 void OnSize(wxSizeEvent& event);
Panel for displaying an image.
Definition ImagePanel.hpp:19
ImagePanel(wxWindow *parent, wxString file, wxBitmapType format, wxPoint position=wxDefaultPosition, wxSize size=wxDefaultSize, double rotation=0.0)
Definition ImagePanel.cpp:3
wxBitmap _bitmap
Definition ImagePanel.hpp:21
void OnSize(wxSizeEvent &event)
Definition ImagePanel.cpp:65
double _rotation
Definition ImagePanel.hpp:23
int _width
Definition ImagePanel.hpp:25
wxImage _image
Definition ImagePanel.hpp:20
void PaintEvent(wxPaintEvent &event)
Definition ImagePanel.cpp:28
int _height
Definition ImagePanel.hpp:26