Inheritance diagram for vetWindowQT:

Public Member Functions | |
| vetWindowQT () | |
| Default constructor initializes variables. | |
| vetWindowQT (unsigned int width, unsigned int height) | |
| Default constructor initializes variables. | |
| VETRESULT | setHeight (unsigned int value) |
| Set current canvas' height. | |
| VETRESULT | setWidth (unsigned int value) |
| Set current canvas' width. | |
| VETRESULT | run () |
| Currently not used. | |
| VETRESULT | importFrom (vetFrameYUV420 &img) |
| Display frame, single pixel routine. | |
| VETRESULT | importFrom (vetFrameRGB24 &img) |
| Display frame, single pixel routine. | |
| VETRESULT | importFrom (vetFrameT< unsigned char > &img) |
| Display frame, single pixel routine. | |
Protected Member Functions | |
| virtual void | paintEvent (QPaintEvent *event) |
| Paint Event callback functions for future extensions. | |
Protected Attributes | |
| QPainter * | dataCanvas |
| QPainter instance, main drawing object. | |
Definition at line 60 of file vetWindowQT.h.
|
||||||||||||
|
Default constructor initializes variables.
Definition at line 39 of file vetWindowQT.cpp. References INFO. |
|
|
Display frame, single pixel routine.
Implements vetOutput. Definition at line 135 of file vetWindowQT.cpp. References INFO, and VETRET_NOT_IMPLEMENTED. |
|
|
Display frame, single pixel routine.
Implements vetOutput. Definition at line 98 of file vetWindowQT.cpp. References vetFrameRGB24::data, dataCanvas, vetFrame::height, INFO, VETRET_INTERNAL_ERR, VETRET_OK, and vetFrame::width. |
|
|
Display frame, single pixel routine.
Implements vetOutput. Definition at line 81 of file vetWindowQT.cpp. References INFO, and VETRET_NOT_IMPLEMENTED. |
|
|
Paint Event callback functions for future extensions.
Definition at line 75 of file vetWindowQT.h. |
|
|
Currently not used.
Definition at line 112 of file vetWindowQT.h. References VETRET_NOT_IMPLEMENTED. |
|
|
Set current canvas' height.
Implements vetOutput. Definition at line 51 of file vetWindowQT.cpp. References VETRET_OK. |
|
|
Set current canvas' width.
Implements vetOutput. Definition at line 63 of file vetWindowQT.cpp. References VETRET_OK. |
1.4.4