DisplayCanvas Class Reference

#include <display_canvas.h>

List of all members.


Detailed Description

Includes

Definition at line 41 of file display_canvas.h.

Public Member Functions

 DisplayCanvas (wxWindow *frame, const wxSize &size)
virtual ~DisplayCanvas ()
void DrawIplImage (IplImage *ipl_image)
void Draw (wxDC &dc)

Private Member Functions

void OnPaint (wxPaintEvent &event)

Private Attributes

bool _new_image_available
bool _drawing
int _canvas_height
int _canvas_width
wxBitmap _new_wxbitmap


Constructor & Destructor Documentation

DisplayCanvas::DisplayCanvas ( wxWindow *  frame,
const wxSize &  size 
)

Definition at line 29 of file display_canvas.cpp.

DisplayCanvas::~DisplayCanvas (  )  [virtual]

Definition at line 39 of file display_canvas.cpp.


Member Function Documentation

void DisplayCanvas::Draw ( wxDC &  dc  ) 

Definition at line 79 of file display_canvas.cpp.

References _drawing, _new_image_available, and _new_wxbitmap.

Referenced by OnPaint().

Here is the caller graph for this function:

void DisplayCanvas::DrawIplImage ( IplImage *  ipl_image  ) 

Definition at line 51 of file display_canvas.cpp.

References _canvas_height, _canvas_width, _drawing, _new_image_available, and _new_wxbitmap.

Referenced by DisplayImageFrame::DisplayIplImage().

Here is the caller graph for this function:

void DisplayCanvas::OnPaint ( wxPaintEvent &  event  )  [private]

Definition at line 45 of file display_canvas.cpp.

References Draw().

Here is the call graph for this function:


Member Data Documentation

int DisplayCanvas::_canvas_height [private]

Definition at line 57 of file display_canvas.h.

Referenced by DrawIplImage().

int DisplayCanvas::_canvas_width [private]

Definition at line 58 of file display_canvas.h.

Referenced by DrawIplImage().

bool DisplayCanvas::_drawing [private]

Definition at line 56 of file display_canvas.h.

Referenced by Draw(), and DrawIplImage().

bool DisplayCanvas::_new_image_available [private]

Definition at line 55 of file display_canvas.h.

Referenced by Draw(), and DrawIplImage().

wxBitmap DisplayCanvas::_new_wxbitmap [private]

Definition at line 59 of file display_canvas.h.

Referenced by Draw(), and DrawIplImage().


The documentation for this class was generated from the following files:
Generated on Tue Dec 26 10:36:28 2006 for Omnimeeting by  doxygen 1.4.7