Trait animate::BehaviourEllipseExt [−][src]
pub trait BehaviourEllipseExt: 'static {
Show methods
fn get_angle_end(&self) -> f64;
fn get_angle_start(&self) -> f64;
fn get_angle_tilt(&self, axis: RotateAxis) -> f64;
fn get_center(&self) -> (i32, i32);
fn get_direction(&self) -> RotateDirection;
fn get_height(&self) -> i32;
fn get_tilt(&self) -> (f64, f64, f64);
fn get_width(&self) -> i32;
fn set_angle_end(&self, angle_end: f64);
fn set_angle_start(&self, angle_start: f64);
fn set_angle_tilt(&self, axis: RotateAxis, angle_tilt: f64);
fn set_center(&self, x: i32, y: i32);
fn set_direction(&self, direction: RotateDirection);
fn set_height(&self, height: i32);
fn set_tilt(&self, angle_tilt_x: f64, angle_tilt_y: f64, angle_tilt_z: f64);
fn set_width(&self, width: i32);
fn get_property_angle_tilt_x(&self) -> f64;
fn set_property_angle_tilt_x(&self, angle_tilt_x: f64);
fn get_property_angle_tilt_y(&self) -> f64;
fn set_property_angle_tilt_y(&self, angle_tilt_y: f64);
fn get_property_angle_tilt_z(&self) -> f64;
fn set_property_angle_tilt_z(&self, angle_tilt_z: f64);
fn connect_property_angle_end_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
fn connect_property_angle_start_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
fn connect_property_angle_tilt_x_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
fn connect_property_angle_tilt_y_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
fn connect_property_angle_tilt_z_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
fn connect_property_center_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
fn connect_property_direction_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
fn connect_property_height_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
fn connect_property_width_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
}Required methods
fn get_angle_end(&self) -> f64[src]
fn get_angle_start(&self) -> f64[src]
fn get_angle_tilt(&self, axis: RotateAxis) -> f64[src]
fn get_center(&self) -> (i32, i32)[src]
fn get_direction(&self) -> RotateDirection[src]
fn get_height(&self) -> i32[src]
fn get_tilt(&self) -> (f64, f64, f64)[src]
fn get_width(&self) -> i32[src]
fn set_angle_end(&self, angle_end: f64)[src]
fn set_angle_start(&self, angle_start: f64)[src]
fn set_angle_tilt(&self, axis: RotateAxis, angle_tilt: f64)[src]
fn set_center(&self, x: i32, y: i32)[src]
fn set_direction(&self, direction: RotateDirection)[src]
fn set_height(&self, height: i32)[src]
fn set_tilt(&self, angle_tilt_x: f64, angle_tilt_y: f64, angle_tilt_z: f64)[src]
fn set_width(&self, width: i32)[src]
fn get_property_angle_tilt_x(&self) -> f64[src]
fn set_property_angle_tilt_x(&self, angle_tilt_x: f64)[src]
fn get_property_angle_tilt_y(&self) -> f64[src]
fn set_property_angle_tilt_y(&self, angle_tilt_y: f64)[src]
fn get_property_angle_tilt_z(&self) -> f64[src]
fn set_property_angle_tilt_z(&self, angle_tilt_z: f64)[src]
fn connect_property_angle_end_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_angle_start_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_angle_tilt_x_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_angle_tilt_y_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_angle_tilt_z_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_center_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_direction_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_height_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_width_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
Implementors
impl<O: IsA<BehaviourEllipse>> BehaviourEllipseExt for O[src]
fn get_angle_end(&self) -> f64[src]
fn get_angle_start(&self) -> f64[src]
fn get_angle_tilt(&self, axis: RotateAxis) -> f64[src]
fn get_center(&self) -> (i32, i32)[src]
fn get_direction(&self) -> RotateDirection[src]
fn get_height(&self) -> i32[src]
fn get_tilt(&self) -> (f64, f64, f64)[src]
fn get_width(&self) -> i32[src]
fn set_angle_end(&self, angle_end: f64)[src]
fn set_angle_start(&self, angle_start: f64)[src]
fn set_angle_tilt(&self, axis: RotateAxis, angle_tilt: f64)[src]
fn set_center(&self, x: i32, y: i32)[src]
fn set_direction(&self, direction: RotateDirection)[src]
fn set_height(&self, height: i32)[src]
fn set_tilt(&self, angle_tilt_x: f64, angle_tilt_y: f64, angle_tilt_z: f64)[src]
fn set_width(&self, width: i32)[src]
fn get_property_angle_tilt_x(&self) -> f64[src]
fn set_property_angle_tilt_x(&self, angle_tilt_x: f64)[src]
fn get_property_angle_tilt_y(&self) -> f64[src]
fn set_property_angle_tilt_y(&self, angle_tilt_y: f64)[src]
fn get_property_angle_tilt_z(&self) -> f64[src]
fn set_property_angle_tilt_z(&self, angle_tilt_z: f64)[src]
fn connect_property_angle_end_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_angle_start_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_angle_tilt_x_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_angle_tilt_y_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_angle_tilt_z_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_center_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_direction_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_height_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_width_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId