![]() |
University of Murcia, Spain ![]() |
QVDefaultGUI Class ReferenceMain user interface widget for QVision applications.
More...
|
Signals | |
void | closed () |
Emited when the image canvas window closes. | |
Public Member Functions | |
QVDefaultGUI (QWidget *parent=0) | |
Constructs a QVDefaultGUI object, given the QVision object which work (properties, result images, etc...) will be inspected. | |
void | init () |
initialice the QVDefaultGUI object, adding all workers and canvas registeres in the QVApplication etc...) will be inspected. | |
void | show () |
show the QVGUI object. |
This is the default graphical user interface class. It offers basic widgets to control several aspects of the execution of a QVision application:
For further information about this widget and its usage see section The default graphical user interface.
Definition at line 59 of file qvdefaultgui.h.
QVDefaultGUI::QVDefaultGUI | ( | QWidget * | parent = 0 |
) |
Constructs a QVDefaultGUI object, given the QVision object which work (properties, result images, etc...) will be inspected.
name | identifier for the object to be created. |
Definition at line 33 of file qvdefaultgui.cpp.