#include <wxImagePanel.h>
Public Member Functions | |
void | paintEvent (wxPaintEvent &evt) |
void | paintNow () |
void | render (wxDC &dc) |
void | setImage (wxBitmap *image) |
wxImagePanel (wxWindow *parent, int height, int width) | |
Private Attributes | |
wxBitmap * | image |
Copyright (C) 2016, Allgeyer Tobias, Hutmacher Robin, Meißner Pascal
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition at line 27 of file wxImagePanel.h.
wxImagePanel::wxImagePanel | ( | wxWindow * | parent, |
int | height, | ||
int | width | ||
) |
Copyright (C) 2016, Allgeyer Tobias, Hutmacher Robin, Meißner Pascal
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition at line 43 of file wxImagePanel.cpp.
void wxImagePanel::paintEvent | ( | wxPaintEvent & | evt | ) |
Definition at line 57 of file wxImagePanel.cpp.
void wxImagePanel::paintNow | ( | ) |
Definition at line 72 of file wxImagePanel.cpp.
void wxImagePanel::render | ( | wxDC & | dc | ) |
Definition at line 84 of file wxImagePanel.cpp.
void wxImagePanel::setImage | ( | wxBitmap * | image | ) |
Definition at line 89 of file wxImagePanel.cpp.
|
private |
Definition at line 30 of file wxImagePanel.h.