Into

Modules

Documentation

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

triggerany object received into the trigger() slot.

Public Slots

void

Send an int (1) to the output socket.

void

Send a QString to the output socket.

void

Send a double to the output socket.

void

Send an int to the output socket.

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]

    Interrupt the process.

    See also

    Reimplemented from PiiOperation.

  • virtual void pause

    ()
    [virtual]

    Pause the process.

    See also

    Reimplemented from PiiOperation.

  • virtual void start

    ()
    [virtual]

    Start the process.

    See also

    Reimplemented from PiiOperation.

  • virtual void stop

    ()
    [virtual]

    Stop the process.

    See also

    Reimplemented from PiiOperation.

  • 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 double to the output socket.

  • void trigger

    ()
    [slot]

    Send an int to the output socket.

  • void trigger

    ()
    [slot]

    Send a PiiVariant to the output socket.

Notes (0)

Add a note

Not a single note added yet. Be the first, add yours.