#include <rviz_logo_panel.h>
Public Member Functions | |
void | OnSize (wxSizeEvent &event) |
void | OnSize (wxSizeEvent &event) |
void | paintEvent (wxPaintEvent &evt) |
void | paintEvent (wxPaintEvent &evt) |
void | paintNow () |
void | paintNow () |
void | render (wxDC &dc) |
void | render (wxDC &dc) |
wxImagePanel (wxWindow *parent, wxString file, wxBitmapType format) | |
wxImagePanel (wxWindow *parent, wxString file, wxBitmapType format) | |
Private Attributes | |
int | h |
wxImage | image |
wxBitmap | resized |
int | w |
Definition at line 59 of file rviz_logo_panel.h.
wxImagePanel::wxImagePanel | ( | wxWindow * | parent, |
wxString | file, | ||
wxBitmapType | format | ||
) |
Definition at line 89 of file wx_rviz_logo_panel.cpp.
wxImagePanel::wxImagePanel | ( | wxWindow * | parent, |
wxString | file, | ||
wxBitmapType | format | ||
) |
void wxImagePanel::OnSize | ( | wxSizeEvent & | event | ) |
Definition at line 151 of file wx_rviz_logo_panel.cpp.
void wxImagePanel::OnSize | ( | wxSizeEvent & | event | ) |
void wxImagePanel::paintEvent | ( | wxPaintEvent & | evt | ) |
void wxImagePanel::paintEvent | ( | wxPaintEvent & | evt | ) |
Definition at line 104 of file wx_rviz_logo_panel.cpp.
void wxImagePanel::paintNow | ( | ) |
Definition at line 119 of file wx_rviz_logo_panel.cpp.
void wxImagePanel::paintNow | ( | ) |
void wxImagePanel::render | ( | wxDC & | dc | ) |
Definition at line 131 of file wx_rviz_logo_panel.cpp.
void wxImagePanel::render | ( | wxDC & | dc | ) |
int wxImagePanel::h [private] |
Definition at line 63 of file rviz_logo_panel.h.
wxImage wxImagePanel::image [private] |
Definition at line 61 of file rviz_logo_panel.h.
wxBitmap wxImagePanel::resized [private] |
Definition at line 62 of file rviz_logo_panel.h.
int wxImagePanel::w [private] |
Definition at line 63 of file rviz_logo_panel.h.