#include <wxImagePanel.h>
Public Member Functions | |
void | paintEvent (wxPaintEvent &evt) |
void | paintNow () |
void | render (wxDC &dc) |
void | setImage (wxBitmap *image) |
wxImagePanel (wxWindow *parent) | |
Private Attributes | |
wxBitmap * | image |
Definition at line 15 of file wxImagePanel.h.
GUI_PTU::wxImagePanel::wxImagePanel | ( | wxWindow * | parent | ) |
Definition at line 30 of file wxImagePanel.cpp.
void GUI_PTU::wxImagePanel::paintEvent | ( | wxPaintEvent & | evt | ) |
Definition at line 44 of file wxImagePanel.cpp.
void GUI_PTU::wxImagePanel::paintNow | ( | ) |
Definition at line 59 of file wxImagePanel.cpp.
void GUI_PTU::wxImagePanel::render | ( | wxDC & | dc | ) |
Definition at line 71 of file wxImagePanel.cpp.
void GUI_PTU::wxImagePanel::setImage | ( | wxBitmap * | image | ) |
Definition at line 76 of file wxImagePanel.cpp.
|
private |
Definition at line 17 of file wxImagePanel.h.