Main Page
Namespaces
Classes
Files
File List
File Members
include
descriptor_surface_based_trainer
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::wxImagePanel
wxImagePanel(wxWindow *parent, int height, int width)
Definition:
wxImagePanel.cpp:43
wxImagePanel::render
void render(wxDC &dc)
Definition:
wxImagePanel.cpp:84
wxImagePanel::paintEvent
void paintEvent(wxPaintEvent &evt)
Definition:
wxImagePanel.cpp:57
wxImagePanel
Definition:
wxImagePanel.h:27
wxImagePanel::image
wxBitmap * image
Definition:
wxImagePanel.h:30
wxImagePanel::paintNow
void paintNow()
Definition:
wxImagePanel.cpp:72
wxImagePanel::setImage
void setImage(wxBitmap *image)
Definition:
wxImagePanel.cpp:89
asr_descriptor_surface_based_recognition
Author(s): Allgeyer Tobias, Hutmacher Robin, Meißner Pascal
autogenerated on Mon Dec 16 2019 03:31:15