![]() |
University of Murcia, Spain ![]() |
UserInteract Class ReferenceInherits QVWorker.
Detailed DescriptionDefinition at line 60 of file userIO.cpp. Member Function Documentation
Process trigger activations in the worker. Triggers are just named actions that can be called upon a QVWorker to change it's state, initialize itself, or whatever action the programmer considers convenient, in a completely asynchronous manner. When added to a worker, they will depict a button in the corresponding property widget in the interface, that will do a call to processTrigger() function when pressed. Use addTrigger to add triggers to a worker, and redefine this function to capture their activations.
Reimplemented from QVWorker. Definition at line 74 of file userIO.cpp.
Function to be defined in subclasses with processing code. This function should contain the code to process data, that will be executed continuously until worker is finished. Reimplemented from QVWorker. Definition at line 79 of file userIO.cpp.
The documentation for this class was generated from the following file:
|