#include <wxluxgui.h>
Public Member Functions | |
| ImageWindow (wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxString &name=wxPanelNameStr) | |
| ~ImageWindow () | |
| void | SetImage (const wxImage &img) |
Protected Member Functions | |
| void | OnPaint (wxPaintEvent &event) |
| void | OnEraseBackground (wxEraseEvent &event) |
Private Attributes | |
| wxBitmap * | m_bitmap |
Definition at line 330 of file wxluxgui.h.
| LuxGui::ImageWindow::ImageWindow | ( | wxWindow * | parent, | |
| wxWindowID | id, | |||
| const wxPoint & | pos = wxDefaultPosition, |
|||
| const wxSize & | size = wxDefaultSize, |
|||
| long | style = 0, |
|||
| const wxString & | name = wxPanelNameStr | |||
| ) |
Definition at line 3061 of file wxluxgui.cpp.
References m_bitmap, OnEraseBackground(), and OnPaint().
| LuxGui::ImageWindow::~ImageWindow | ( | ) |
Definition at line 3069 of file wxluxgui.cpp.
References m_bitmap, OnEraseBackground(), and OnPaint().
| void LuxGui::ImageWindow::OnEraseBackground | ( | wxEraseEvent & | event | ) | [protected] |
Definition at line 3085 of file wxluxgui.cpp.
Referenced by ImageWindow(), and ~ImageWindow().
| void LuxGui::ImageWindow::OnPaint | ( | wxPaintEvent & | event | ) | [protected] |
Definition at line 3080 of file wxluxgui.cpp.
References m_bitmap.
Referenced by ImageWindow(), and ~ImageWindow().
| void LuxGui::ImageWindow::SetImage | ( | const wxImage & | img | ) |
Definition at line 3074 of file wxluxgui.cpp.
References m_bitmap.
Referenced by lux::LuxGui::LuxHistogramWindow::LuxHistogramWindow(), and lux::LuxGui::LuxHistogramWindow::Update().
wxBitmap* lux::LuxGui::ImageWindow::m_bitmap [private] |
Definition at line 339 of file wxluxgui.h.
Referenced by ImageWindow(), OnPaint(), SetImage(), and ~ImageWindow().
1.6.2-20100208