ImageView Class Reference

A widget drawing an image in itself. More...

#include <RobotAPI/libraries/armem_gui/instance/ImageView.h>

+ Inheritance diagram for ImageView:

Signals

void sourceImageChanged ()
 

Public Member Functions

 ImageView (QWidget *parent=nullptr)
 
void setImage (const QImage &image)
 

Protected Slots

void updateImage ()
 

Protected Member Functions

void paintEvent (QPaintEvent *pPaintEvent) override
 

Detailed Description

A widget drawing an image in itself.

Definition at line 34 of file ImageView.h.

Constructor & Destructor Documentation

◆ ImageView()

ImageView ( QWidget *  parent = nullptr)

Definition at line 33 of file ImageView.cpp.

+ Here is the call graph for this function:

Member Function Documentation

◆ paintEvent()

void paintEvent ( QPaintEvent *  pPaintEvent)
overrideprotected

Definition at line 46 of file ImageView.cpp.

◆ setImage()

void setImage ( const QImage &  image)

Definition at line 40 of file ImageView.cpp.

+ Here is the caller graph for this function:

◆ sourceImageChanged

void sourceImageChanged ( )
signal
+ Here is the caller graph for this function:

◆ updateImage

void updateImage ( )
protectedslot

Definition at line 56 of file ImageView.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: