QCefView
|
Represents the event sent from native context(C/C++ code) to the web context(javascript) More...
#include <QCefEvent.h>
Public Member Functions | |
QCefEvent () | |
Constructs an event instance. | |
QCefEvent (const QString &name) | |
Constructs an event instance with name. | |
QCefEvent (const QCefEvent &other) | |
Constructs an event instance from existing one. | |
QCefEvent & | operator= (const QCefEvent &other) |
Assigns an existing event instance to current. | |
~QCefEvent () | |
Destructs the event instance. | |
void | setEventName (const QString &name) |
Sets the event name. | |
const QString | eventName () const |
Gets the event name. | |
void | setArguments (const QVariantList &args) |
Sets the argument list. | |
QVariantList & | arguments () |
Gets the argument list. | |
Represents the event sent from native context(C/C++ code) to the web context(javascript)
QCefEvent::QCefEvent | ( | ) |
Constructs an event instance.
QCefEvent::QCefEvent | ( | const QString & | name | ) |
Constructs an event instance with name.
name | The event name |
QCefEvent::QCefEvent | ( | const QCefEvent & | other | ) |
Constructs an event instance from existing one.
other | The other event instance |
QCefEvent::~QCefEvent | ( | ) |
Destructs the event instance.
Assigns an existing event instance to current.
other | The other event instance |
void QCefEvent::setEventName | ( | const QString & | name | ) |
Sets the event name.
name | The name to be set |
const QString QCefEvent::eventName | ( | ) | const |
Gets the event name.
void QCefEvent::setArguments | ( | const QVariantList & | args | ) |
Sets the argument list.
args | The argument list |
QVariantList & QCefEvent::arguments | ( | ) |
Gets the argument list.