VAT  3.0
Video Analysis Tool
Signals | Public Member Functions | List of all members
ImageWindowDisplay Class Reference

The ImageWindowDisplay class is a container used to show images inside de main graphic interface MainWindow. More...

#include <ImageWindowDisplay.h>

Inheritance diagram for ImageWindowDisplay:

Signals

void dialogClosed ()
 

Public Member Functions

 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...
 

Detailed Description

The ImageWindowDisplay class is a container used to show images inside de main graphic interface MainWindow.

Constructor & Destructor Documentation

ImageWindowDisplay::ImageWindowDisplay ( QString  name,
QMainWindow *  parent = 0 
)

Constructor.

Parameters
nameused as a label of this object.
parentQObject parent according to QObject tree organization.

Member Function Documentation

void ImageWindowDisplay::closeEvent ( QCloseEvent *  event)

Overloads method for window closing.

Parameters
eventEvent that causes the closure.
void ImageWindowDisplay::resizeEvent ( QResizeEvent *  event)

Overloads method for window resizing.

Parameters
eventEvent 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
pImage to be shown.
void ImageWindowDisplay::useImage ( QImage *  result)

Assign image of format QImage to graphic interface to make it visible.

Parameters
resultImage to be shown.

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