![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::Event.
Public Member Functions | |
void | updateWith (Promise *detailsPromise) |
PaymentRequestUpdateEvent * | get_prototype () |
void | set_prototype (PaymentRequestUpdateEvent *) |
PaymentRequestUpdateEvent (const String &type) | |
PaymentRequestUpdateEvent (const String &type, PaymentRequestUpdateEventInit *eventInitDict) | |
![]() | |
bool | get_bubbles () |
bool | get_cancelBubble () |
void | set_cancelBubble (bool) |
bool | get_cancelable () |
EventTarget * | get_currentTarget () |
bool | get_defaultPrevented () |
double | get_eventPhase () |
bool | get_isTrusted () |
bool | get_returnValue () |
void | set_returnValue (bool) |
bool | get_scoped () |
Element * | get_srcElement () |
EventTarget * | get_target () |
double | get_timeStamp () |
String * | get_type () |
Array * | deepPath () |
void | initEvent (const String &type) |
void | initEvent (const String &type, bool bubbles) |
void | initEvent (const String &type, bool bubbles, bool cancelable) |
void | preventDefault () |
void | stopImmediatePropagation () |
void | stopPropagation () |
Event * | get_prototype () |
void | set_prototype (Event *) |
Event (const String &typeArg) | |
Event (const String &typeArg, EventInit *eventInitDict) | |
double | get_AT_TARGET () |
double | get_BUBBLING_PHASE () |
double | get_CAPTURING_PHASE () |
double | get_NONE () |
![]() | |
Object () | |
template<typename T > | |
T | valueOf () |
operator double () const | |
Object * | operator[] (const client::String &name) const |
void | set_ (const client::String &name, Object *v) |
template<typename T , typename = typename std::enable_if<std::is_arithmetic<T>::value, T>::type> | |
void | set_ (const client::String &name, T v) |
bool | hasOwnProperty (const client::String &name) |
client::PaymentRequestUpdateEvent::PaymentRequestUpdateEvent | ( | const String & | type | ) |
client::PaymentRequestUpdateEvent::PaymentRequestUpdateEvent | ( | const String & | type, |
PaymentRequestUpdateEventInit * | eventInitDict | ||
) |
PaymentRequestUpdateEvent* client::PaymentRequestUpdateEvent::get_prototype | ( | ) |
void client::PaymentRequestUpdateEvent::set_prototype | ( | PaymentRequestUpdateEvent * | ) |
void client::PaymentRequestUpdateEvent::updateWith | ( | Promise * | detailsPromise | ) |