Trait clutter::ZoomActionExt[][src]

pub trait ZoomActionExt: 'static {
    fn get_focal_point(&self) -> Point;
fn get_transformed_focal_point(&self) -> Point;
fn get_zoom_axis(&self) -> ZoomAxis;
fn set_zoom_axis(&self, axis: ZoomAxis);
fn connect_zoom<F: Fn(&Self, &Actor, &Point, f64) -> bool + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_zoom_axis_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

fn get_focal_point(&self) -> Point[src]

fn get_transformed_focal_point(&self) -> Point[src]

fn get_zoom_axis(&self) -> ZoomAxis[src]

fn set_zoom_axis(&self, axis: ZoomAxis)[src]

fn connect_zoom<F: Fn(&Self, &Actor, &Point, f64) -> bool + 'static>(
    &self,
    f: F
) -> SignalHandlerId
[src]

fn connect_property_zoom_axis_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId
[src]

Loading content...

Implementors

impl<O: IsA<ZoomAction>> ZoomActionExt for O[src]

Loading content...