Main Page
Namespaces
Classes
Files
File List
File Members
include
gui
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_ */
GUI_PTU::wxImagePanel::paintNow
void paintNow()
Definition:
wxImagePanel.cpp:59
GUI_PTU::wxImagePanel::wxImagePanel
wxImagePanel(wxWindow *parent)
Definition:
wxImagePanel.cpp:30
GUI_PTU::wxImagePanel
Definition:
wxImagePanel.h:15
GUI_PTU::wxImagePanel::setImage
void setImage(wxBitmap *image)
Definition:
wxImagePanel.cpp:76
GUI_PTU::wxImagePanel::paintEvent
void paintEvent(wxPaintEvent &evt)
Definition:
wxImagePanel.cpp:44
GUI_PTU
Definition:
GUI.h:41
GUI_PTU::wxImagePanel::render
void render(wxDC &dc)
Definition:
wxImagePanel.cpp:71
GUI_PTU::wxImagePanel::image
wxBitmap * image
Definition:
wxImagePanel.h:17
asr_flir_ptu_driver
Author(s): Valerij Wittenbeck, Joachim Gehrung, Pascal Meißner, Patrick Schlosser
autogenerated on Mon Dec 2 2019 03:15:17