$search
#include <image_widget_wx.h>
Public Member Functions | |
ImagePanel (wxFrame *parent) | |
void | mouseReleased (wxMouseEvent &event) |
void | OnSize (wxSizeEvent &event) |
void | paintEvent (wxPaintEvent &evt) |
void | paintNow () |
void | render (wxDC &dc) |
void | resizeImage (int newWidth=-1, int newHeight=-1) |
~ImagePanel () | |
Public Attributes | |
wxImage * | image |
std::vector< ImageLine > | lines |
std::vector< ImagePoint > | markedPoints |
std::vector< PixelClickedHandler > | pixel_clicked_handlers |
int | scaledHeight |
int | scaledWidth |
Protected Member Functions | |
DECLARE_EVENT_TABLE () | |
ImageWidgetWX * | getParentImageWidget () |
Protected Attributes | |
wxBitmap | resized_ |
Definition at line 151 of file image_widget_wx.h.
pcl_visualization::ImageWidgetWX::ImagePanel::ImagePanel | ( | wxFrame * | parent | ) |
pcl_visualization::ImageWidgetWX::ImagePanel::~ImagePanel | ( | ) |
Definition at line 333 of file image_widget_wx.cpp.
pcl_visualization::ImageWidgetWX::ImagePanel::DECLARE_EVENT_TABLE | ( | ) | [protected] |
ImageWidgetWX* pcl_visualization::ImageWidgetWX::ImagePanel::getParentImageWidget | ( | ) | [inline, protected] |
Definition at line 186 of file image_widget_wx.h.
void pcl_visualization::ImageWidgetWX::ImagePanel::mouseReleased | ( | wxMouseEvent & | event | ) |
Definition at line 353 of file image_widget_wx.cpp.
void pcl_visualization::ImageWidgetWX::ImagePanel::OnSize | ( | wxSizeEvent & | event | ) |
Definition at line 452 of file image_widget_wx.cpp.
void pcl_visualization::ImageWidgetWX::ImagePanel::paintEvent | ( | wxPaintEvent & | evt | ) |
Definition at line 344 of file image_widget_wx.cpp.
void pcl_visualization::ImageWidgetWX::ImagePanel::paintNow | ( | ) |
Definition at line 382 of file image_widget_wx.cpp.
void pcl_visualization::ImageWidgetWX::ImagePanel::render | ( | wxDC & | dc | ) |
Definition at line 395 of file image_widget_wx.cpp.
void pcl_visualization::ImageWidgetWX::ImagePanel::resizeImage | ( | int | newWidth = -1 , |
|
int | newHeight = -1 | |||
) |
Definition at line 465 of file image_widget_wx.cpp.
Definition at line 177 of file image_widget_wx.h.
Definition at line 180 of file image_widget_wx.h.
Definition at line 179 of file image_widget_wx.h.
std::vector<PixelClickedHandler> pcl_visualization::ImageWidgetWX::ImagePanel::pixel_clicked_handlers |
Definition at line 181 of file image_widget_wx.h.
wxBitmap pcl_visualization::ImageWidgetWX::ImagePanel::resized_ [protected] |
Definition at line 184 of file image_widget_wx.h.
Definition at line 178 of file image_widget_wx.h.
Definition at line 178 of file image_widget_wx.h.