Main MRPT website > C++ reference for MRPT 1.5.6
List of all members | Public Member Functions | Public Attributes | Protected Attributes
mrpt::gui::CWindowDialog::wxMRPTImageControl Class Reference

Detailed Description

A custom control to display the bitmap and avoid flicker.

Definition at line 295 of file WxSubsystem.h.

#include <mrpt/gui/WxSubsystem.h>

Inheritance diagram for mrpt::gui::CWindowDialog::wxMRPTImageControl:
Inheritance graph

Public Member Functions

 wxMRPTImageControl (wxWindow *parent, wxWindowID winID, int x, int y, int width, int height)
 
virtual ~wxMRPTImageControl ()
 
void AssignImage (wxBitmap *img)
 Assigns this image. This object has the ownship of the image and will delete it when appropriate. More...
 
void GetBitmap (wxBitmap &bmp)
 
void OnPaint (wxPaintEvent &ev)
 
void OnMouseMove (wxMouseEvent &ev)
 
void OnMouseClick (wxMouseEvent &ev)
 
void OnChar (wxKeyEvent &ev)
 
void OnEraseBackground (wxEraseEvent &ev)
 

Public Attributes

wxPoint m_last_mouse_point
 
wxPoint m_last_mouse_click
 

Protected Attributes

wxBitmap * m_img
 
mrpt::synch::CCriticalSection m_img_cs
 
CDisplayWindowm_win2D
 

Constructor & Destructor Documentation

◆ wxMRPTImageControl()

CWindowDialog::wxMRPTImageControl::wxMRPTImageControl ( wxWindow *  parent,
wxWindowID  winID,
int  x,
int  y,
int  width,
int  height 
)

Definition at line 46 of file CDisplayWindow.cpp.

◆ ~wxMRPTImageControl()

CWindowDialog::wxMRPTImageControl::~wxMRPTImageControl ( )
virtual

Definition at line 64 of file CDisplayWindow.cpp.

Member Function Documentation

◆ AssignImage()

void CWindowDialog::wxMRPTImageControl::AssignImage ( wxBitmap *  img)

Assigns this image. This object has the ownship of the image and will delete it when appropriate.

Definition at line 90 of file CDisplayWindow.cpp.

Referenced by mrpt::gui::WxSubsystem::CWXMainFrame::OnTimerProcessRequests().

◆ GetBitmap()

void CWindowDialog::wxMRPTImageControl::GetBitmap ( wxBitmap &  bmp)

Definition at line 116 of file CDisplayWindow.cpp.

Referenced by mrpt::gui::CWindowDialog::OnMenuSave().

◆ OnChar()

void CWindowDialog::wxMRPTImageControl::OnChar ( wxKeyEvent &  ev)

Definition at line 86 of file CDisplayWindow.cpp.

◆ OnEraseBackground()

void mrpt::gui::CWindowDialog::wxMRPTImageControl::OnEraseBackground ( wxEraseEvent &  ev)
inline

Definition at line 317 of file WxSubsystem.h.

◆ OnMouseClick()

void CWindowDialog::wxMRPTImageControl::OnMouseClick ( wxMouseEvent &  ev)

Definition at line 80 of file CDisplayWindow.cpp.

◆ OnMouseMove()

void CWindowDialog::wxMRPTImageControl::OnMouseMove ( wxMouseEvent &  ev)

Definition at line 74 of file CDisplayWindow.cpp.

◆ OnPaint()

void CWindowDialog::wxMRPTImageControl::OnPaint ( wxPaintEvent &  ev)

Definition at line 102 of file CDisplayWindow.cpp.

Member Data Documentation

◆ m_img

wxBitmap* mrpt::gui::CWindowDialog::wxMRPTImageControl::m_img
protected

Definition at line 298 of file WxSubsystem.h.

◆ m_img_cs

mrpt::synch::CCriticalSection mrpt::gui::CWindowDialog::wxMRPTImageControl::m_img_cs
protected

Definition at line 299 of file WxSubsystem.h.

◆ m_last_mouse_click

wxPoint mrpt::gui::CWindowDialog::wxMRPTImageControl::m_last_mouse_click

Definition at line 306 of file WxSubsystem.h.

◆ m_last_mouse_point

wxPoint mrpt::gui::CWindowDialog::wxMRPTImageControl::m_last_mouse_point

Definition at line 306 of file WxSubsystem.h.

Referenced by mrpt::gui::CDisplayWindow::getLastMousePosition().

◆ m_win2D

CDisplayWindow* mrpt::gui::CWindowDialog::wxMRPTImageControl::m_win2D
protected

Definition at line 300 of file WxSubsystem.h.




Page generated by Doxygen 1.8.14 for MRPT 1.5.6 Git: 4c65e8431 Tue Apr 24 08:18:17 2018 +0200 at lun oct 28 01:35:26 CET 2019