Isis Developer Reference
Isis::InlineVoidFx Class Reference

This class is used to bind function names with corresponding InlineCalculator functions that do not take parameters. More...

#include <InlineCalculator.h>

Inheritance diagram for Isis::InlineVoidFx:
Inheritance graph
Collaboration diagram for Isis::InlineVoidFx:
Collaboration graph

Public Types

typedef void(InlineCalculator::* calcOp) ()
 Defines an InlineCalculator function that takes no arguments.
 

Public Member Functions

 InlineVoidFx (const QString &name, calcOp function, InlineCalculator *calculator)
 Constructs an InlineVoid function from the given name, InlineCalculator operator, and InlineCalculator.
 
virtual ~InlineVoidFx ()
 Destroys the InlineVoidFx object.
 
void dispatch ()
 Calls the function corresponding to this object using its stored InlineCalculator and InlineCalculator operator.
 
QString name () const
 The name assigned to this function binder.
 
void execute ()
 Executes the function.
 
void operator() ()
 Executes the function.
 
virtual QVariant args ()
 Accesses the arguments for this function.
 

Detailed Description

This class is used to bind function names with corresponding InlineCalculator functions that do not take parameters.

Author
2012-07-15 Kris Becker

Member Typedef Documentation

◆ calcOp

typedef void(InlineCalculator::* Isis::InlineVoidFx::calcOp) ()

Defines an InlineCalculator function that takes no arguments.

Constructor & Destructor Documentation

◆ InlineVoidFx()

Isis::InlineVoidFx::InlineVoidFx ( const QString & name,
calcOp function,
InlineCalculator * calculator )

Constructs an InlineVoid function from the given name, InlineCalculator operator, and InlineCalculator.

Parameters
nameA string containing a name for this function.
functionAn InlineCalculator operator that takes no arguments.
calculatorThe InlineCalculator used to evaluate this function.

◆ ~InlineVoidFx()

Isis::InlineVoidFx::~InlineVoidFx ( )
virtual

Destroys the InlineVoidFx object.

Member Function Documentation

◆ args()

QVariant Isis::FxBinder::args ( )
virtualinherited

Accesses the arguments for this function.

For scalars and variables, the argument is also the function name.

Returns
QVariant The parameters of this function, as a QVariant.

Referenced by Isis::ParameterFx::dispatch().

◆ dispatch()

void Isis::InlineVoidFx::dispatch ( )
virtual

Calls the function corresponding to this object using its stored InlineCalculator and InlineCalculator operator.

Implements Isis::FxBinder.

References CALL_MEMBER_FN.

◆ execute()

void Isis::FxBinder::execute ( )
inherited

Executes the function.

This method is a wrapper for the virtual dispatch method.

References Isis::FxBinder::dispatch().

◆ name()

QString Isis::FxBinder::name ( ) const
inherited

The name assigned to this function binder.

Returns
QString A string containing the name of this function.

◆ operator()()

void Isis::FxBinder::operator() ( )
inherited

Executes the function.

This method is a wrapper for the virtual dispatch method.

References Isis::FxBinder::dispatch().


The documentation for this class was generated from the following files: