| 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.Gio.Objects.PropertyAction
Contents
Description
- newtype PropertyAction = PropertyAction (ForeignPtr PropertyAction)
- class GObject o => PropertyActionK o
- toPropertyAction :: PropertyActionK o => o -> IO PropertyAction
- noPropertyAction :: Maybe PropertyAction
- propertyActionNew :: (MonadIO m, ObjectK a) => Text -> a -> Text -> m PropertyAction
- data PropertyActionEnabledPropertyInfo
- getPropertyActionEnabled :: (MonadIO m, PropertyActionK o) => o -> m Bool
- data PropertyActionInvertBooleanPropertyInfo
- constructPropertyActionInvertBoolean :: Bool -> IO ([Char], GValue)
- getPropertyActionInvertBoolean :: (MonadIO m, PropertyActionK o) => o -> m Bool
- data PropertyActionNamePropertyInfo
- constructPropertyActionName :: Text -> IO ([Char], GValue)
- getPropertyActionName :: (MonadIO m, PropertyActionK o) => o -> m Text
- data PropertyActionObjectPropertyInfo
- constructPropertyActionObject :: ObjectK a => a -> IO ([Char], GValue)
- data PropertyActionParameterTypePropertyInfo
- getPropertyActionParameterType :: (MonadIO m, PropertyActionK o) => o -> m VariantType
- data PropertyActionPropertyNamePropertyInfo
- constructPropertyActionPropertyName :: Text -> IO ([Char], GValue)
- data PropertyActionStatePropertyInfo
- getPropertyActionState :: (MonadIO m, PropertyActionK o) => o -> m GVariant
- data PropertyActionStateTypePropertyInfo
- getPropertyActionStateType :: (MonadIO m, PropertyActionK o) => o -> m VariantType
Exported types
newtype PropertyAction Source
Constructors
| PropertyAction (ForeignPtr PropertyAction) |
Instances
| GObject PropertyAction Source | |
| ((~) * info (ResolvePropertyActionMethod t PropertyAction), MethodInfo * info PropertyAction p) => IsLabel t (PropertyAction -> p) Source | |
| ((~) * info (ResolvePropertyActionMethod t PropertyAction), MethodInfo * info PropertyAction p) => IsLabelProxy t (PropertyAction -> p) Source | |
| type ParentTypes PropertyAction Source | |
| type AttributeList PropertyAction Source | |
| type SignalList PropertyAction Source | |
class GObject o => PropertyActionK o Source
Instances
| (GObject o, IsDescendantOf PropertyAction o) => PropertyActionK o Source | |
toPropertyAction :: PropertyActionK o => o -> IO PropertyAction Source
Methods
propertyActionNew
propertyActionNew :: (MonadIO m, ObjectK a) => Text -> a -> Text -> m PropertyAction Source
Properties
Enabled
data PropertyActionEnabledPropertyInfo Source
Instances
getPropertyActionEnabled :: (MonadIO m, PropertyActionK o) => o -> m Bool Source
InvertBoolean
data PropertyActionInvertBooleanPropertyInfo Source
Instances
getPropertyActionInvertBoolean :: (MonadIO m, PropertyActionK o) => o -> m Bool Source
Name
data PropertyActionNamePropertyInfo Source
Instances
getPropertyActionName :: (MonadIO m, PropertyActionK o) => o -> m Text Source
Object
data PropertyActionObjectPropertyInfo Source
Instances
constructPropertyActionObject :: ObjectK a => a -> IO ([Char], GValue) Source
ParameterType
data PropertyActionParameterTypePropertyInfo Source
Instances
getPropertyActionParameterType :: (MonadIO m, PropertyActionK o) => o -> m VariantType Source
PropertyName
data PropertyActionPropertyNamePropertyInfo Source
Instances
State
data PropertyActionStatePropertyInfo Source
Instances
getPropertyActionState :: (MonadIO m, PropertyActionK o) => o -> m GVariant Source
StateType
data PropertyActionStateTypePropertyInfo Source
Instances
| AttrInfo PropertyActionStateTypePropertyInfo Source | |
| type AttrLabel PropertyActionStateTypePropertyInfo = "state-type" Source | |
| type AttrGetType PropertyActionStateTypePropertyInfo = VariantType Source | |
| type AttrBaseTypeConstraint PropertyActionStateTypePropertyInfo = PropertyActionK Source | |
| type AttrSetTypeConstraint PropertyActionStateTypePropertyInfo = TYPE Lifted ~ () Source | |
| type AttrAllowedOps PropertyActionStateTypePropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) Source | |
getPropertyActionStateType :: (MonadIO m, PropertyActionK o) => o -> m VariantType Source