![]() |
University of Murcia, Spain ![]() |
QVDefaultGUI Class ReferenceMain user interface widget for QVision applications.
More...
|
Signals | |
void | closed () |
Public Member Functions | |
QVDefaultGUI (QWidget *parent=0) | |
Constructs a QVDefaultGUI object, given the QVision object which work (properties, result images, etc...) will be inspected. | |
~QVDefaultGUI () | |
void | closeEvent (QCloseEvent *event) |
void | init () |
initialice the QVDefaultGUI object, adding all workers and canvas registeres in the QVApplication etc...) will be inspected. | |
void | show () |
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.
void QVDefaultGUI::show | ( | ) | [inline, virtual] |
void QVDefaultGUI::closed | ( | ) | [signal] |
Emited when the image canvas window closes.
Referenced by closeEvent(), and QVDefaultGUI().