The ImageWindowDisplay class is a container used to show images inside de main graphic interface MainWindow.
More...
#include <ImageWindowDisplay.h>
|
| | ImageWindowDisplay (QString name, QMainWindow *parent=0) |
| | Constructor. More...
|
| |
| void | resizeEvent (QResizeEvent *event) |
| | Overloads method for window resizing. More...
|
| |
| void | useImage (QImage *result) |
| | Assign image of format QImage to graphic interface to make it visible. More...
|
| |
| void | closeEvent (QCloseEvent *event) |
| | Overloads method for window closing. More...
|
| |
| void | setPixmap (const QPixmap *p) |
| | Assign image of format QPixmap to graphic interface to make it visible. More...
|
| |
The ImageWindowDisplay class is a container used to show images inside de main graphic interface MainWindow.
| ImageWindowDisplay::ImageWindowDisplay |
( |
QString |
name, |
|
|
QMainWindow * |
parent = 0 |
|
) |
| |
Constructor.
- Parameters
-
| name | used as a label of this object. |
| parent | QObject parent according to QObject tree organization. |
| void ImageWindowDisplay::closeEvent |
( |
QCloseEvent * |
event | ) |
|
Overloads method for window closing.
- Parameters
-
| event | Event that causes the closure. |
| void ImageWindowDisplay::resizeEvent |
( |
QResizeEvent * |
event | ) |
|
Overloads method for window resizing.
- Parameters
-
| event | Event that causes the resize of window. |
| void ImageWindowDisplay::setPixmap |
( |
const QPixmap * |
p | ) |
|
Assign image of format QPixmap to graphic interface to make it visible.
- Parameters
-
| void ImageWindowDisplay::useImage |
( |
QImage * |
result | ) |
|
Assign image of format QImage to graphic interface to make it visible.
- Parameters
-
The documentation for this class was generated from the following files: