Class mrptEvent3DWindowGrabImageFile
Defined in File CDisplayWindow3D.h
Inheritance Relationships
Base Type
public mrpt::system::mrptEvent
Class Documentation
-
class mrptEvent3DWindowGrabImageFile : public mrpt::system::mrptEvent
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.
Public Functions
-
inline mrptEvent3DWindowGrabImageFile(CDisplayWindow3D *obj, const std::string &_img_file)
Public Members
-
CDisplayWindow3D *source_object
-
const std::string &img_file
The absolute path of the file that has been just saved.
Protected Functions
-
inline void do_nothing() override
Just to allow this class to be polymorphic
-
inline mrptEvent3DWindowGrabImageFile(CDisplayWindow3D *obj, const std::string &_img_file)