Struct webkit2gtk::NavigationAction
source · [−]#[repr(transparent)]pub struct NavigationAction { /* private fields */ }
v2_6
only.Expand description
Provides details about interaction resulting in a resource load.
Implementations
pub fn as_ptr(&self) -> *mut WebKitNavigationAction
sourcepub fn modifiers(&self) -> u32
pub fn modifiers(&self) -> u32
Return the modifier keys.
Return a bitmask of GdkModifierType
values describing the modifier keys that were in effect
when the navigation was requested
Returns
the modifier keys
Return the number of the mouse button that triggered the navigation.
Return the number of the mouse button that triggered the navigation, or 0 if the navigation was not started by a mouse event.
Returns
the mouse button number or 0
sourcepub fn request(&self) -> Option<URIRequest>
pub fn request(&self) -> Option<URIRequest>
Return the URIRequest
associated with the navigation action.
Modifications to the returned object are <emphasis>
not</emphasis>
taken
into account when the request is sent over the network, and is intended
only to aid in evaluating whether a navigation action should be taken or
not. To modify requests before they are sent over the network the
WebKitPage::send-request
signal can be used instead.
Returns
sourcepub fn is_redirect(&mut self) -> bool
Available on crate feature v2_20
only.
pub fn is_redirect(&mut self) -> bool
v2_20
only.sourcepub fn is_user_gesture(&self) -> bool
pub fn is_user_gesture(&self) -> bool
Return whether the navigation was triggered by a user gesture like a mouse click.
Returns
whether navigation action is a user gesture
Trait Implementations
sourcefn cmp(&self, other: &NavigationAction) -> Ordering
fn cmp(&self, other: &NavigationAction) -> Ordering
1.21.0 · sourceconst fn max(self, other: Self) -> Self
const fn max(self, other: Self) -> Self
1.21.0 · sourceconst fn min(self, other: Self) -> Self
const fn min(self, other: Self) -> Self
1.50.0 · sourceconst fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
const fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
sourcefn eq(&self, other: &NavigationAction) -> bool
fn eq(&self, other: &NavigationAction) -> bool
sourcefn partial_cmp(&self, other: &NavigationAction) -> Option<Ordering>
fn partial_cmp(&self, other: &NavigationAction) -> Option<Ordering>
1.0.0 · sourceconst fn le(&self, other: &Rhs) -> bool
const fn le(&self, other: &Rhs) -> bool
self
and other
) and is used by the <=
operator. Read moresourcefn static_type() -> Type
fn static_type() -> Type
Self
.