|
ADTF Qt5
|
Namespace for all provided widget functionality helper. More...
Classes | |
| class | cVideoWidget |
| class | cXmlTextWidget |
| cXmlTextWidget can display XML using a syntax highlighter. More... | |
Functions | |
| tResult | get_qimage_format (const adtf::streaming::tStreamImageFormat &sFormat, QImage::Format &eImageFormat, bool &bNeedRgbSwap) |
| tResult | sample_to_qimage (const adtf::streaming::tStreamImageFormat &sFormat, const adtf::streaming::ISample &pSample, QImage &oImage) |
Namespace for all provided widget functionality helper.
| tResult adtf::ui::widget::osborn::get_qimage_format | ( | const adtf::streaming::tStreamImageFormat & | sFormat, |
| QImage::Format & | eImageFormat, | ||
| bool & | bNeedRgbSwap ) |
Helper to convert adtf image format to qimage format
| sFormat | The adtf image format |
| eImageFormat | The resulting qimage format |
| bNeedRgbSwap | true if rgb swap is needed |
| tResult adtf::ui::widget::osborn::sample_to_qimage | ( | const adtf::streaming::tStreamImageFormat & | sFormat, |
| const adtf::streaming::ISample & | pSample, | ||
| QImage & | oImage ) |
Helper to convert adtf sample buffer content to qimage
| sFormat | The adtf image format |
| pSample | The adtf sample |
| oImage | The resulting qimage |