QVGUI Class Reference
[Graphical User Interface]

Main user interface widget for QVision applications. More...

#include <qvgui/qvgui.h>

Inherited by QVDefaultGUI [private].

List of all members.

Public Member Functions

 QVGUI ()
virtual ~QVGUI ()
virtual void init ()=0
virtual void show ()=0


Detailed Description

Main user interface widget for QVision applications.

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.


Constructor & Destructor Documentation

QVGUI::QVGUI (  )  [inline]

Constructs a QVGUI object.

Definition at line 41 of file qvgui.h.


Member Function Documentation

virtual void QVGUI::init (  )  [pure virtual]

initialice the QVGUI object.

Implemented in QVDefaultGUI.

Referenced by QVApplication::exec().

virtual void QVGUI::show (  )  [pure virtual]

show the QVGUI object.

Implemented in QVDefaultGUI.

Referenced by QVApplication::exec().


The documentation for this class was generated from the following file: