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


Public 类型 | |
| enum | Type { MESSAGE , WARNING , ERROR } |
Public 成员函数 | |
| PopupNode (PopupNode &f) | |
| PopupNode (PopupNode &&f) | |
| virtual | ~PopupNode () |
| void | setMessage (std::string message) |
| std::string | getMessage () |
| void | setType (Type type) |
| Type | getType () const |
| Public 成员函数 继承自 arcs::aubo_scope::ProgramNode | |
| ProgramNode (ProgramNode &f) | |
| ProgramNode (ProgramNode &&f) | |
| virtual | ~ProgramNode () |
| ProgramNodeContributionPtr | getProgramNodeContribution () |
| 不推荐用户调用 ProgramNodeContribution::generateScript 使用 ScriptWritter::writeChildren | |
Private 成员函数 | |
| PopupNode () | |
Private 属性 | |
| void * | d_ { nullptr } |
友元 | |
| class | DataSwitch |
额外继承的成员函数 | |
| Protected 成员函数 继承自 arcs::aubo_scope::ProgramNode | |
| ProgramNode () | |
在文件 popup_node.h 第 11 行定义.
| 枚举值 | |
|---|---|
| MESSAGE | |
| WARNING | |
| ERROR | |
在文件 popup_node.h 第 14 行定义.
| arcs::aubo_scope::PopupNode::PopupNode | ( | PopupNode & | f | ) |
| arcs::aubo_scope::PopupNode::PopupNode | ( | PopupNode && | f | ) |
|
virtual |
|
private |
| std::string arcs::aubo_scope::PopupNode::getMessage | ( | ) |
| Type arcs::aubo_scope::PopupNode::getType | ( | ) | const |
| void arcs::aubo_scope::PopupNode::setMessage | ( | std::string | message | ) |
| message | the message in the pop up for the end user |
| IllegalStateException | if called from a Swing-based AuboCap outside of an UndoableChanges scope (see also UndoRedoManager) |
| void arcs::aubo_scope::PopupNode::setType | ( | Type | type | ) |
| type | the type of pop up |
| IllegalStateException | if called from a Swing-based AuboCap outside of an UndoableChanges scope (see also UndoRedoManager) |
|
friend |
|
private |
在文件 popup_node.h 第 50 行定义.