|
AuboStudio SDK
0.6.3
|
|
|
|
|
#include <if_node.h>


Public 成员函数 | |
| IfNode (IfNode &f) | |
| IfNode (IfNode &&f) | |
| virtual | ~IfNode () |
| void | setExpression (ExpressionPtr expression) |
| Sets the expression used by the node. | |
| ExpressionPtr | getExpression () |
| Public 成员函数 继承自 arcs::aubo_scope::ProgramNode | |
| ProgramNode (ProgramNode &f) | |
| ProgramNode (ProgramNode &&f) | |
| virtual | ~ProgramNode () |
| ProgramNodeContributionPtr | getProgramNodeContribution () |
| 不推荐用户调用 ProgramNodeContribution::generateScript 使用 ScriptWritter::writeChildren | |
Private 成员函数 | |
| IfNode () | |
Private 属性 | |
| void * | d_ { nullptr } |
友元 | |
| class | DataSwitch |
额外继承的成员函数 | |
| Protected 成员函数 继承自 arcs::aubo_scope::ProgramNode | |
| ProgramNode () | |
| arcs::aubo_scope::IfNode::IfNode | ( | IfNode & | f | ) |
| arcs::aubo_scope::IfNode::IfNode | ( | IfNode && | f | ) |
|
virtual |
|
private |
| ExpressionPtr arcs::aubo_scope::IfNode::getExpression | ( | ) |
| void arcs::aubo_scope::IfNode::setExpression | ( | ExpressionPtr | expression | ) |
Sets the expression used by the node.
| expression | The expression that will be evaluated in this If Node. |
| IllegalStateException | if called from a Swing-based AuboCap outside of an UndoableChanges scope (see also UndoRedoManager). |
|
friend |