API documentation  2.0rc1
Public Member Functions | List of all members
client::SecurityPolicyViolationEvent Class Reference

#include <clientlib.h>

Inherits client::Event.

Public Member Functions

Stringget_blockedURI ()
 
double get_columnNumber ()
 
Stringget_documentURI ()
 
Stringget_effectiveDirective ()
 
double get_lineNumber ()
 
Stringget_originalPolicy ()
 
Stringget_referrer ()
 
Stringget_sourceFile ()
 
double get_statusCode ()
 
Stringget_violatedDirective ()
 
SecurityPolicyViolationEventget_prototype ()
 
void set_prototype (SecurityPolicyViolationEvent *)
 
 SecurityPolicyViolationEvent (const String &type)
 
 SecurityPolicyViolationEvent (const String &type, SecurityPolicyViolationEventInit *eventInitDict)
 
- Public Member Functions inherited from client::Event
bool get_bubbles ()
 
bool get_cancelBubble ()
 
void set_cancelBubble (bool)
 
bool get_cancelable ()
 
EventTargetget_currentTarget ()
 
bool get_defaultPrevented ()
 
double get_eventPhase ()
 
bool get_isTrusted ()
 
bool get_returnValue ()
 
void set_returnValue (bool)
 
bool get_scoped ()
 
Elementget_srcElement ()
 
EventTargetget_target ()
 
double get_timeStamp ()
 
Stringget_type ()
 
ArraydeepPath ()
 
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 ()
 
Eventget_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 ()
 
- Public Member Functions inherited from client::Object
 Object ()
 
template<typename T >
valueOf ()
 
 operator double () const
 
Objectoperator[] (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)
 

Constructor & Destructor Documentation

◆ SecurityPolicyViolationEvent() [1/2]

client::SecurityPolicyViolationEvent::SecurityPolicyViolationEvent ( const String type)

◆ SecurityPolicyViolationEvent() [2/2]

client::SecurityPolicyViolationEvent::SecurityPolicyViolationEvent ( const String type,
SecurityPolicyViolationEventInit eventInitDict 
)

Member Function Documentation

◆ get_blockedURI()

String* client::SecurityPolicyViolationEvent::get_blockedURI ( )

◆ get_columnNumber()

double client::SecurityPolicyViolationEvent::get_columnNumber ( )

◆ get_documentURI()

String* client::SecurityPolicyViolationEvent::get_documentURI ( )

◆ get_effectiveDirective()

String* client::SecurityPolicyViolationEvent::get_effectiveDirective ( )

◆ get_lineNumber()

double client::SecurityPolicyViolationEvent::get_lineNumber ( )

◆ get_originalPolicy()

String* client::SecurityPolicyViolationEvent::get_originalPolicy ( )

◆ get_prototype()

SecurityPolicyViolationEvent* client::SecurityPolicyViolationEvent::get_prototype ( )

◆ get_referrer()

String* client::SecurityPolicyViolationEvent::get_referrer ( )

◆ get_sourceFile()

String* client::SecurityPolicyViolationEvent::get_sourceFile ( )

◆ get_statusCode()

double client::SecurityPolicyViolationEvent::get_statusCode ( )

◆ get_violatedDirective()

String* client::SecurityPolicyViolationEvent::get_violatedDirective ( )

◆ set_prototype()

void client::SecurityPolicyViolationEvent::set_prototype ( SecurityPolicyViolationEvent )