AuboStudio SDK  0.6.3
arcs::aubo_scope::PopupNode类 参考

#include <popup_node.h>

类 arcs::aubo_scope::PopupNode 继承关系图:
arcs::aubo_scope::PopupNode 的协作图:

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.h11 行定义.

成员枚举类型说明

◆ Type

枚举值
MESSAGE 
WARNING 
ERROR 

在文件 popup_node.h14 行定义.

构造及析构函数说明

◆ PopupNode() [1/3]

arcs::aubo_scope::PopupNode::PopupNode ( PopupNode & f)

引用了 PopupNode().

被这些函数引用 PopupNode() , 以及 PopupNode().

函数调用图:
这是这个函数的调用关系图:

◆ PopupNode() [2/3]

arcs::aubo_scope::PopupNode::PopupNode ( PopupNode && f)

引用了 PopupNode().

函数调用图:

◆ ~PopupNode()

virtual arcs::aubo_scope::PopupNode::~PopupNode ( )
virtual

◆ PopupNode() [3/3]

arcs::aubo_scope::PopupNode::PopupNode ( )
private

成员函数说明

◆ getMessage()

std::string arcs::aubo_scope::PopupNode::getMessage ( )

◆ getType()

Type arcs::aubo_scope::PopupNode::getType ( ) const

◆ setMessage()

void arcs::aubo_scope::PopupNode::setMessage ( std::string message)
参数
messagethe message in the pop up for the end user
返回
this node
异常
IllegalStateExceptionif called from a Swing-based AuboCap outside of an UndoableChanges scope (see also UndoRedoManager)

◆ setType()

void arcs::aubo_scope::PopupNode::setType ( Type type)
参数
typethe type of pop up
返回
this node
异常
IllegalStateExceptionif called from a Swing-based AuboCap outside of an UndoableChanges scope (see also UndoRedoManager)

◆ DataSwitch

friend class DataSwitch
friend

在文件 popup_node.h48 行定义.

引用了 DataSwitch.

被这些函数引用 DataSwitch.

类成员变量说明

◆ d_

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

在文件 popup_node.h50 行定义.


该类的文档由以下文件生成:
  • include/aubo_caps/domain/program/nodes/builtin/popup_node.h