PDF
AuboStudio SDK  0.6.3
arcs::aubo_scope::IfNode Class Reference

#include <if_node.h>

Inheritance diagram for arcs::aubo_scope::IfNode:
Collaboration diagram for arcs::aubo_scope::IfNode:

Public Member Functions

 IfNode (IfNode &f)
 IfNode (IfNode &&f)
virtual ~IfNode ()
void setExpression (ExpressionPtr expression)
 Sets the expression used by the node.
ExpressionPtr getExpression ()
Public Member Functions inherited from arcs::aubo_scope::ProgramNode
 ProgramNode (ProgramNode &f)
 ProgramNode (ProgramNode &&f)
virtual ~ProgramNode ()
ProgramNodeContributionPtr getProgramNodeContribution ()
 Get the program node contribution.

Private Member Functions

 IfNode ()

Private Attributes

void * d_ { nullptr }

Friends

class DataSwitch

Additional Inherited Members

Protected Member Functions inherited from arcs::aubo_scope::ProgramNode
 ProgramNode ()

Detailed Description

Definition at line 11 of file if_node.h.

Constructor & Destructor Documentation

◆ IfNode() [1/3]

arcs::aubo_scope::IfNode::IfNode ( IfNode & f)

References IfNode().

Referenced by IfNode(), and IfNode().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ IfNode() [2/3]

arcs::aubo_scope::IfNode::IfNode ( IfNode && f)

References IfNode().

Here is the call graph for this function:

◆ ~IfNode()

virtual arcs::aubo_scope::IfNode::~IfNode ( )
virtual

◆ IfNode() [3/3]

arcs::aubo_scope::IfNode::IfNode ( )
private

Member Function Documentation

◆ getExpression()

ExpressionPtr arcs::aubo_scope::IfNode::getExpression ( )

Returns
the Expression to be evaluated in this If node.

◆ setExpression()

void arcs::aubo_scope::IfNode::setExpression ( ExpressionPtr expression)

Sets the expression used by the node.

Parameters
expressionThe expression that will be evaluated in this If Node.
Exceptions
IllegalStateExceptionif called from a Qt-based AuboCap outside of an UndoableChanges scope.

◆ DataSwitch

friend class DataSwitch
friend

Definition at line 44 of file if_node.h.

References DataSwitch.

Referenced by DataSwitch.

Member Data Documentation

◆ d_

void* arcs::aubo_scope::IfNode::d_ { nullptr }
private

Definition at line 46 of file if_node.h.


The documentation for this class was generated from the following file:
  • include/aubo_caps/domain/program/nodes/builtin/if_node.h