AuboCaps  0.6.0
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. More...
 
ExpressionPtr getExpression ()
 
- Public Member Functions inherited from arcs::aubo_scope::ProgramNode
 ProgramNode (ProgramNode &f)
 
 ProgramNode (ProgramNode &&f)
 
virtual ~ProgramNode ()
 
ProgramNodeContributionPtr getProgramNodeContribution ()
 不推荐用户调用 ProgramNodeContribution::generateScript 使用 ScriptWritter::writeChildren More...
 

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

arcs::aubo_scope::IfNode::IfNode ( IfNode f)
arcs::aubo_scope::IfNode::IfNode ( IfNode &&  f)
virtual arcs::aubo_scope::IfNode::~IfNode ( )
virtual
arcs::aubo_scope::IfNode::IfNode ( )
private

Member Function Documentation

ExpressionPtr arcs::aubo_scope::IfNode::getExpression ( )
Returns
the Expression to be evaluated in this If node.
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.
Returns
The same If Node.
Exceptions
IllegalStateExceptionif called from a Swing-based AuboCap outside of an UndoableChanges scope (see also UndoRedoManager).

Friends And Related Function Documentation

friend class DataSwitch
friend

Definition at line 35 of file if_node.h.

Member Data Documentation

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

Definition at line 37 of file if_node.h.


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