AuboCaps
0.6.0
|
#include <popup_node.h>
Public Types | |
enum | Type { MESSAGE, WARNING, ERROR } |
Public Member Functions | |
PopupNode (PopupNode &f) | |
PopupNode (PopupNode &&f) | |
virtual | ~PopupNode () |
void | setMessage (std::string message) |
std::string | getMessage () |
void | setType (Type type) |
Type | getType () const |
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 | |
PopupNode () | |
Private Attributes | |
void * | d_ { nullptr } |
Friends | |
class | DataSwitch |
Additional Inherited Members | |
Protected Member Functions inherited from arcs::aubo_scope::ProgramNode | |
ProgramNode () | |
Definition at line 11 of file popup_node.h.
Enumerator | |
---|---|
MESSAGE | |
WARNING | |
ERROR |
Definition at line 14 of file popup_node.h.
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 |
Definition at line 48 of file popup_node.h.
|
private |
Definition at line 50 of file popup_node.h.