|
EWebKit
1.0
|
Contains the navigation policy decision data. More...
#include <ewk_navigation_policy_decision_private.h>
Public Member Functions | |
| void | accept () |
| void | reject () |
| void | download () |
| Ewk_Navigation_Type | navigationType () const |
| Ewk_Event_Mouse_Button | mouseButton () const |
| Ewk_Event_Modifiers | modifiers () const |
| const char * | frameName () const |
| EwkUrlRequest * | request () const |
Public Member Functions inherited from EwkObject | |
| virtual const char * | instanceClassName () const =0 |
Static Public Member Functions | |
| static PassRefPtr< EwkNavigationPolicyDecision > | create (WKFrameNavigationType navigationType, WKEventMouseButton mouseButton, WKEventModifiers modifiers, WKURLRequestRef requestRef, const char *frameName, WKFramePolicyListenerRef listener) |
Contains the navigation policy decision data.
1.8.11