class QCefEvent
表示从本机上下文(C/C++ 代码)发送到 Web 上下文(javascript)的事件
总结
成员 | 描述 |
---|---|
public QCefEvent () | QCefEvent 构造函数 |
public QCefEvent (const QString & name) | QCefEvent 有参构造函数 |
public QCefEvent (const QCefEvent & other) | QCefEvent 拷贝构造函数 |
public QCefEvent & operator= (const QCefEvent & other) | QCefEvent 拷贝赋值函数 |
public ~QCefEvent () | QCefEvent 析构函数 |
public void setEventName (const QString & name) | 设置事件名称 |
public const QString eventName () const | 获取事件名称 |
public void setArguments (const QVariantList & args) | 设置参数列表 |
public QVariantList & arguments () | 获取参数列表 |
private QScopedPointer< QCefEventPrivate > d_ptr |
Members
public
QCefEvent
()
QCefEvent 构造函数
public
QCefEvent
(const QString & name)
QCefEvent 有参构造函数
参数
name
事件名称
public
QCefEvent
(const
QCefEvent
& other)
QCefEvent 拷贝构造函数
参数
other
另一个 QCefEvent 实例
public
QCefEvent
&
operator=
(const
QCefEvent
& other)
QCefEvent 拷贝赋值函数
参数
other
另一个 QCefEvent 实例
public
~QCefEvent
()
QCefEvent 析构函数
public void
setEventName
(const QString & name)
设置事件名称
参数
name
要设置的名称
public const QString
eventName
() const
获取事件名称
返回值
事件名称
public void
setArguments
(const QVariantList & args)
设置参数列表
参数
args
参数列表
public QVariantList &
arguments
()
获取参数列表
返回值
参数列表