classPiiTriggerSource
#include <PiiTriggerSource.h>
A source operation that can be triggered with Qt's signals.
Inherits PiiBasicOperation
Description
This operation is useful when one needs to send values from a user interface to the analysis engine.
Outputs
Public Slots
|
void
|
( )
Send an |
|
void
|
( )
Send a QString to the output socket. |
|
void
|
( )
Send a |
|
void
|
( )
Send an |
|
void
|
( )
Send a PiiVariant to the output socket. |
Constructors and destructor
|
( )
|
Public member functions
|
virtual void
|
( )
Interrupt the process. |
|
virtual void
|
( )
Pause the process. |
|
virtual void
|
( )
Start the process. |
|
virtual void
|
( )
Stop the process. |
Function details
-
PiiTriggerSource
() -
virtual void interrupt
()[virtual] -
virtual void pause
()[virtual] -
virtual void start
()[virtual] -
virtual void stop
()[virtual] -
void trigger
()[slot]Send an
int(1) to the output socket. -
void trigger
()[slot]Send a QString to the output socket.
-
void trigger
()[slot]Send a
doubleto the output socket. -
void trigger
()[slot]Send an
intto the output socket. -
void trigger
()[slot]Send a PiiVariant to the output socket.
Add a note
Not a single note added yet. Be the first, add yours.