wxImagePanel.h
Go to the documentation of this file.
1 
8 #ifndef WXIMAGEPANEL_H_
9 #define WXIMAGEPANEL_H_
10 
11 #include <wx/wx.h>
12 
13 namespace GUI_PTU {
14 
15 class wxImagePanel : public wxPanel {
16  private:
17  wxBitmap* image;
18 
19  public:
20  wxImagePanel(wxWindow* parent);
21 
22  void paintEvent(wxPaintEvent & evt);
23  void paintNow();
24 
25  void render(wxDC& dc);
26 
27  void setImage(wxBitmap* image);
28 
29  /*
30  void mouseMoved(wxMouseEvent& event);
31  void mouseDown(wxMouseEvent& event);
32  void mouseWheelMoved(wxMouseEvent& event);
33  void mouseReleased(wxMouseEvent& event);
34  void rightClick(wxMouseEvent& event);
35  void mouseLeftWindow(wxMouseEvent& event);
36  void keyPressed(wxKeyEvent& event);
37  void keyReleased(wxKeyEvent& event);
38  */
39 
40  DECLARE_EVENT_TABLE()
41  };
42 
43 }
44 
45 #endif /* WXIMAGEPANEL_H_ */
wxImagePanel(wxWindow *parent)
void setImage(wxBitmap *image)
void paintEvent(wxPaintEvent &evt)
Definition: GUI.h:41
void render(wxDC &dc)


asr_flir_ptu_driver
Author(s): Valerij Wittenbeck, Joachim Gehrung, Pascal Meißner, Patrick Schlosser
autogenerated on Mon Dec 2 2019 03:15:17