The MainWindow class is the class that manages the main graphic interface container.
More...
#include <image_display.h>
|
| | MainWindow (VideoAnalysis *i_va, char *config_file, QMainWindow *parent=0) |
| | Constructor for main program graphic interface. More...
|
| |
| void | closeEvent (QCloseEvent *event) |
| | Overloads method for window closing. More...
|
| |
| void | resizeEvent (QResizeEvent *event) |
| | Overloads method for window resizing. More...
|
| |
|
void | disableSaveViews () |
| |
|
void | initViews (QFrame *) |
| |
|
void | setupUiViews () |
| |
|
|
ProductionThread * | producer |
| |
|
QScrollArea * | m_viewArea |
| |
|
QVector< ViewForm * > | m_views |
| |
|
ViewTypes | m_vtype |
| |
|
int | m_vwidth |
| |
|
int | m_vheight |
| |
|
int | m_virow |
| |
|
int | m_vicol |
| |
|
int | m_nactive_views |
| |
|
int | m_vhorpix |
| |
|
int | m_vverpix |
| |
|
char * | m_view_config_file |
| |
|
QDomDocument * | xmlViewConfig |
| |
|
QDomElement | rootViewConfig |
| |
|
|
static QVector< QRgb > * | grayScaleTable = NULL |
| |
|
static QVector< QRgb > * | thermalScaleTable = NULL |
| |
The MainWindow class is the class that manages the main graphic interface container.
| MainWindow::MainWindow |
( |
VideoAnalysis * |
i_va, |
|
|
char * |
config_file, |
|
|
QMainWindow * |
parent = 0 |
|
) |
| |
Constructor for main program graphic interface.
- Parameters
-
| i_va | Pointer to the entity that is in charge of video analysis. |
| config_file | Pointer to string of char refered to configuration file path. |
| parent | QObject parent according to QObject tree organization. |
| void MainWindow::closeEvent |
( |
QCloseEvent * |
event | ) |
|
Overloads method for window closing.
- Parameters
-
| event | Event that causes the closure. |
| void MainWindow::resizeEvent |
( |
QResizeEvent * |
event | ) |
|
Overloads method for window resizing.
- Parameters
-
| event | Event that casues the resize of window. |
The documentation for this class was generated from the following files: