lux::LuxGui::ImageWindow Class Reference

#include <wxluxgui.h>

Inheritance diagram for lux::LuxGui::ImageWindow:
[legend]
Collaboration diagram for lux::LuxGui::ImageWindow:
[legend]

List of all members.

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

Detailed Description

Definition at line 330 of file wxluxgui.h.


Constructor & Destructor Documentation

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().


Member Function Documentation

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  ) 

Member Data Documentation

Definition at line 339 of file wxluxgui.h.

Referenced by ImageWindow(), OnPaint(), SetImage(), and ~ImageWindow().


The documentation for this class was generated from the following files:
Generated by  doxygen 1.6.2-20100208