![]() |
RobWorkProject
23.9.11-
|
GUI Element for showing RobWork images. More...
#include <ImageView.hpp>
Inherits QLabel.
Public Member Functions | |
| ImageView (QWidget *parent=NULL) | |
| Constructor. More... | |
| virtual | ~ImageView () |
| Destructor. | |
| void | display (const rw::sensor::Image &image) |
| Display the image. More... | |
GUI Element for showing RobWork images.
| ImageView | ( | QWidget * | parent = NULL | ) |
Constructor.
| parent | [in] the owner. |
| void display | ( | const rw::sensor::Image & | image | ) |
Display the image.
| image | [in] the image to show. |