#include <WebCamViewer.h>
Inheritance diagram for CWebCamViewer::
|
|
|
|
|
Work around for adjustSize().
Because sometimes adjustSize() doesn't have the desired (or a delayed) effect, we call it through a single-shot timer. Unfortunately adjustSize() isn't a slot, so this is just a wrapper function. |
|
Called from CVideoDevice::Resized |
|
|
|
Calculate the total required viewing area, based on video image and 'last snapshot'.
|
|
|
|
|
|
|
|
|
|
|
|
|