ADTF  3.18.3
cVideoWidget
Inheritance diagram for cVideoWidget:
[legend]

Public Member Functions

 cVideoWidget (QWidget *pParent)
 
void UpdateSample (adtf::streaming::tStreamImageFormat &sFormat, const adtf::ucom::iobject_ptr< const adtf::streaming::ISample > &pSample)
 
void Clear ()
 
void SetFitToScreen (bool bEnabled)
 
void SetKeepRatio (bool bEnabled)
 

Protected Member Functions

void paintEvent (QPaintEvent *pPaintEvent)
 

Private Attributes

adtf::streaming::tStreamImageFormat m_sCurrentFormat
 
bool m_bFitToScreen
 
bool m_bKeepRatio
 
QImage::Format m_eFormat
 
bool m_bNeedFlip
 
QImage m_oCurrentImage
 
QString m_strError
 

Detailed Description

Definition at line 29 of file video_widget.h.