17 #ifndef GAZEBO_GUI_VIEWERS_IMAGEFRAME_HH_ 18 #define GAZEBO_GUI_VIEWERS_IMAGEFRAME_HH_ 29 class ImageFramePrivate;
45 public:
void OnImage(
const msgs::Image &_msg);
49 protected:
void paintEvent(QPaintEvent *_event);
52 private: std::unique_ptr<ImageFramePrivate> dataPtr;
Forward declarations for the common classes.
Definition: Animation.hh:26
Frame that draws an image when a paintevent is received.
Definition: ImageFrame.hh:32
ImageFrame(QWidget *_parent)
Constructor.
gui
Definition: KeyEventHandler.hh:29
void paintEvent(QPaintEvent *_event)
Event used to paint the image.
void OnImage(const msgs::Image &_msg)
Receives incoming image messages.
virtual ~ImageFrame()
Destructor.