Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
Safe Haskell | None |
Language | Haskell2010 |
GI.Gtk.Objects.GestureRotate
Description
GestureRotate
is a Gesture
implementation able to recognize
2-finger rotations, whenever the angle between both handled sequences
changes, the GestureRotate
::angle-changed
signal is emitted.
- newtype GestureRotate = GestureRotate (ManagedPtr GestureRotate)
- class GObject o => IsGestureRotate o
- toGestureRotate :: (MonadIO m, IsGestureRotate o) => o -> m GestureRotate
- noGestureRotate :: Maybe GestureRotate
- gestureRotateGetAngleDelta :: (HasCallStack, MonadIO m, IsGestureRotate a) => a -> m Double
- gestureRotateNew :: (HasCallStack, MonadIO m, IsWidget a) => a -> m GestureRotate
- type C_GestureRotateAngleChangedCallback = Ptr () -> CDouble -> CDouble -> Ptr () -> IO ()
- type GestureRotateAngleChangedCallback = Double -> Double -> IO ()
- afterGestureRotateAngleChanged :: (IsGestureRotate a, MonadIO m) => a -> GestureRotateAngleChangedCallback -> m SignalHandlerId
- genClosure_GestureRotateAngleChanged :: GestureRotateAngleChangedCallback -> IO Closure
- mk_GestureRotateAngleChangedCallback :: C_GestureRotateAngleChangedCallback -> IO (FunPtr C_GestureRotateAngleChangedCallback)
- noGestureRotateAngleChangedCallback :: Maybe GestureRotateAngleChangedCallback
- onGestureRotateAngleChanged :: (IsGestureRotate a, MonadIO m) => a -> GestureRotateAngleChangedCallback -> m SignalHandlerId
- wrap_GestureRotateAngleChangedCallback :: GestureRotateAngleChangedCallback -> Ptr () -> CDouble -> CDouble -> Ptr () -> IO ()
Exported types
newtype GestureRotate Source #
Constructors
GestureRotate (ManagedPtr GestureRotate) |
class GObject o => IsGestureRotate o Source #
Instances
toGestureRotate :: (MonadIO m, IsGestureRotate o) => o -> m GestureRotate Source #
Methods
getAngleDelta
gestureRotateGetAngleDelta Source #
Arguments
:: (HasCallStack, MonadIO m, IsGestureRotate a) | |
=> a |
|
-> m Double | Returns: the angle delta in radians |
If gesture
is active, this function returns the angle difference
in radians since the gesture was first recognized. If gesture
is
not active, 0 is returned.
Since: 3.14
new
Arguments
:: (HasCallStack, MonadIO m, IsWidget a) | |
=> a |
|
-> m GestureRotate | Returns: a newly created |
Returns a newly created Gesture
that recognizes 2-touch
rotation gestures.
Since: 3.14
Signals
angleChanged
afterGestureRotateAngleChanged :: (IsGestureRotate a, MonadIO m) => a -> GestureRotateAngleChangedCallback -> m SignalHandlerId Source #
mk_GestureRotateAngleChangedCallback :: C_GestureRotateAngleChangedCallback -> IO (FunPtr C_GestureRotateAngleChangedCallback) Source #
onGestureRotateAngleChanged :: (IsGestureRotate a, MonadIO m) => a -> GestureRotateAngleChangedCallback -> m SignalHandlerId Source #
wrap_GestureRotateAngleChangedCallback :: GestureRotateAngleChangedCallback -> Ptr () -> CDouble -> CDouble -> Ptr () -> IO () Source #