An event sent by a CDisplayWindow3D window when an image is saved after enabling this feature with CDisplayWindow3D::grabImagesStart()
IMPORTANTE NOTICE: Event handlers in your observer class will be invoked from the wxWidgets internal MRPT thread, so all your code in the handler must be thread safe.
#include <mrpt/gui/CDisplayWindow3D.h>

Public Member Functions | |
| mrptEvent3DWindowGrabImageFile (CDisplayWindow3D *obj, const std::string &_img_file) | |
| template<class EVENTTYPE > | |
| bool | isOfType () const |
| template<class EVENTTYPE > | |
| const EVENTTYPE * | getAs () const |
Public Attributes | |
| CDisplayWindow3D * | source_object |
| const std::string & | img_file |
| The absolute path of the file that has been just saved. | |
| mrpt::system::TTimeStamp | timestamp |
Protected Member Functions | |
| virtual void | do_nothing () |
| Just to allow this class to be polymorphic. | |
| mrpt::gui::mrptEvent3DWindowGrabImageFile::mrptEvent3DWindowGrabImageFile | ( | CDisplayWindow3D * | obj, |
| const std::string & | _img_file | ||
| ) | [inline] |
Definition at line 380 of file CDisplayWindow3D.h.
| virtual void mrpt::gui::mrptEvent3DWindowGrabImageFile::do_nothing | ( | ) | [inline, protected, virtual] |
Just to allow this class to be polymorphic.
Reimplemented from mrpt::utils::mrptEvent.
Definition at line 378 of file CDisplayWindow3D.h.
| const EVENTTYPE* mrpt::utils::mrptEvent::getAs | ( | ) | const [inline, inherited] |
Definition at line 66 of file mrptEvent.h.
| bool mrpt::utils::mrptEvent::isOfType | ( | ) | const [inline, inherited] |
Definition at line 63 of file mrptEvent.h.
The absolute path of the file that has been just saved.
Definition at line 386 of file CDisplayWindow3D.h.
Definition at line 385 of file CDisplayWindow3D.h.
Definition at line 68 of file mrptEvent.h.
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |