Isis 3.0 Programmer Reference
Back | Home
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. More...
 

Public Member Functions

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

Private Attributes

calcOp m_func
 The InlineCalculator operator that takes no parameters. More...
 
InlineCalculatorm_calc
 The InlineCalculator used to evaluate this function. More...
 

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
History:
2012-07-15 Kris Becker - Original version.

Definition at line 184 of file InlineCalculator.h.

Member Typedef Documentation

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

Defines an InlineCalculator function that takes no arguments.

Definition at line 187 of file InlineCalculator.h.

Constructor & Destructor Documentation

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.

Definition at line 748 of file InlineCalculator.cpp.

Isis::InlineVoidFx::~InlineVoidFx ( )
virtual

Destroys the InlineVoidFx object.

Definition at line 758 of file InlineCalculator.cpp.

Member Function Documentation

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.

Definition at line 735 of file InlineCalculator.cpp.

References Isis::FxBinder::m_name.

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

void Isis::InlineVoidFx::dispatch ( )
virtual

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

Implements Isis::FxBinder.

Definition at line 766 of file InlineCalculator.cpp.

References CALL_MEMBER_FN, m_calc, and m_func.

void Isis::FxBinder::execute ( )
inherited

Executes the function.

This method is a wrapper for the virtual dispatch method.

Definition at line 715 of file InlineCalculator.cpp.

References Isis::FxBinder::dispatch().

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

The name assigned to this function binder.

Returns
QString A string containing the name of this function.

Definition at line 706 of file InlineCalculator.cpp.

References Isis::FxBinder::m_name.

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

Executes the function.

This method is a wrapper for the virtual dispatch method.

Definition at line 724 of file InlineCalculator.cpp.

References Isis::FxBinder::dispatch().

Member Data Documentation

InlineCalculator* Isis::InlineVoidFx::m_calc
private

The InlineCalculator used to evaluate this function.

Definition at line 196 of file InlineCalculator.h.

Referenced by dispatch().

calcOp Isis::InlineVoidFx::m_func
private

The InlineCalculator operator that takes no parameters.

Definition at line 195 of file InlineCalculator.h.

Referenced by dispatch().


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

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the ISIS Support Center
File Modified: 07/12/2023 23:55:53