#include <test_gui.h>
Public Member Functions | |
ImagePanel (wxFrame *parent) | |
void | paintEvent (wxPaintEvent &event) |
void | render (wxDC &dc) |
Public Attributes | |
wxBitmap | bmp_ |
wxImage | img_ |
wxString | new_file_ |
Definition at line 94 of file test_gui.h.
ImagePanel::ImagePanel | ( | wxFrame * | parent | ) |
void ImagePanel::paintEvent | ( | wxPaintEvent & | event | ) |
void ImagePanel::render | ( | wxDC & | dc | ) |
wxBitmap ImagePanel::bmp_ |
Definition at line 105 of file test_gui.h.
wxImage ImagePanel::img_ |
Definition at line 104 of file test_gui.h.
wxString ImagePanel::new_file_ |
Definition at line 103 of file test_gui.h.