#include <qvgui/qvgui.h>
Inherited by QVDefaultGUI [private]
.
Public Member Functions | |
QVGUI () | |
virtual | ~QVGUI () |
virtual void | init ()=0 |
virtual void | show ()=0 |
This class represent an interface that will offer to the user the possibility to control the execution of the different workers registered in the application, the flow of the input video camera objects, and modify the scalar input parameters defined and not linked at the workers (see Dynamic properties ).
Definition at line 37 of file qvgui.h.
virtual void QVGUI::init | ( | ) | [pure virtual] |
virtual void QVGUI::show | ( | ) | [pure virtual] |