wxImagePanel.h
Go to the documentation of this file.
1 
21 #ifndef WXIMAGEPANEL_H_
22 #define WXIMAGEPANEL_H_
23 
24 #include <wx/wx.h>
25 
26 
27 class wxImagePanel : public wxPanel {
28 
29 private:
30  wxBitmap* image;
31 
32 public:
33  wxImagePanel(wxWindow* parent, int height, int width);
34 
35  void paintEvent(wxPaintEvent & evt);
36  void paintNow();
37 
38  void render(wxDC& dc);
39 
40  void setImage(wxBitmap* image);
41 
42 
43  DECLARE_EVENT_TABLE()
44 };
45 
46 
47 
48 #endif /* WXIMAGEPANEL_H_ */
wxImagePanel(wxWindow *parent, int height, int width)
void render(wxDC &dc)
void paintEvent(wxPaintEvent &evt)
wxBitmap * image
Definition: wxImagePanel.h:30
void setImage(wxBitmap *image)


asr_descriptor_surface_based_recognition
Author(s): Allgeyer Tobias, Hutmacher Robin, Meißner Pascal
autogenerated on Mon Dec 16 2019 03:31:15