gi-ges-1.0.4: libges bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.GES.Objects.OperationClip

Description

Operations are any kind of object that both outputs AND consumes data.

Synopsis

Exported types

newtype OperationClip Source #

Memory-managed wrapper type.

Constructors

OperationClip (ManagedPtr OperationClip) 

Instances

Instances details
Eq OperationClip Source # 
Instance details

Defined in GI.GES.Objects.OperationClip

GObject OperationClip Source # 
Instance details

Defined in GI.GES.Objects.OperationClip

ManagedPtrNewtype OperationClip Source # 
Instance details

Defined in GI.GES.Objects.OperationClip

Methods

toManagedPtr :: OperationClip -> ManagedPtr OperationClip

TypedObject OperationClip Source # 
Instance details

Defined in GI.GES.Objects.OperationClip

Methods

glibType :: IO GType

HasParentTypes OperationClip Source # 
Instance details

Defined in GI.GES.Objects.OperationClip

IsGValue (Maybe OperationClip) Source #

Convert OperationClip to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.GES.Objects.OperationClip

Methods

gvalueGType_ :: IO GType

gvalueSet_ :: Ptr GValue -> Maybe OperationClip -> IO ()

gvalueGet_ :: Ptr GValue -> IO (Maybe OperationClip)

type ParentTypes OperationClip Source # 
Instance details

Defined in GI.GES.Objects.OperationClip

class (GObject o, IsDescendantOf OperationClip o) => IsOperationClip o Source #

Type class for types which can be safely cast to OperationClip, for instance with toOperationClip.

Instances

Instances details
(GObject o, IsDescendantOf OperationClip o) => IsOperationClip o Source # 
Instance details

Defined in GI.GES.Objects.OperationClip

toOperationClip :: (MonadIO m, IsOperationClip o) => o -> m OperationClip Source #

Cast to OperationClip, for types for which this is known to be safe. For general casts, use castTo.

Methods

Click to display all available methods, including inherited ones

Expand

Methods

add, addAsset, addChildProperty, addChildToTrack, addMetasFromString, addTopEffect, bindProperty, bindPropertyFull, checkMetaRegistered, copy, edit, editFull, findTrackElement, findTrackElements, forceFloating, foreach, freezeNotify, getv, isFloating, listChildrenProperties, lookupChild, metasToString, moveToLayer, moveToLayerFull, notify, notifyByPspec, paste, ref, refSink, registerMeta, registerMetaBoolean, registerMetaDate, registerMetaDateTime, registerMetaDouble, registerMetaFloat, registerMetaInt, registerMetaInt64, registerMetaString, registerMetaUint, registerMetaUint64, registerStaticMeta, remove, removeChildProperty, removeTopEffect, ripple, rippleEnd, rollEnd, rollStart, runDispose, split, splitFull, stealData, stealQdata, thawNotify, trim, ungroup, unref, watchClosure.

Getters

getAsset, getBoolean, getChildProperty, getChildPropertyByPspec, getChildren, getData, getDate, getDateTime, getDouble, getDuration, getDurationLimit, getFloat, getId, getInpoint, getInt, getInt64, getInternalTimeFromTimelineTime, getLayer, getLayerPriority, getMarkerList, getMaxDuration, getMeta, getName, getNaturalFramerate, getParent, getPriority, getProperty, getQdata, getStart, getString, getSupportedFormats, getTimeline, getTimelineTimeFromInternalTime, getTimelineTimeFromSourceFrame, getTopEffectIndex, getTopEffectPosition, getTopEffects, getToplevelParent, getTrackTypes, getUint, getUint64.

Setters

setAsset, setBoolean, setChildProperty, setChildPropertyByPspec, setChildPropertyFull, setData, setDataFull, setDate, setDateTime, setDouble, setDuration, setFloat, setInpoint, setInt, setInt64, setMarkerList, setMaxDuration, setMeta, setName, setParent, setPriority, setProperty, setStart, setString, setSupportedFormats, setTimeline, setTopEffectIndex, setTopEffectIndexFull, setTopEffectPriority, setUint, setUint64.