Documentation
class QqDesignerPropertySheetExtension x1 where #
qDesignerPropertySheetExtension :: x1 -> IO (QDesignerPropertySheetExtension ()) #
Instances
class QqDesignerPropertySheetExtension_nf x1 where #
qDesignerPropertySheetExtension_nf :: x1 -> IO (QDesignerPropertySheetExtension ()) #
Instances
Instances
QhasReset (QDesignerPropertySheetExtension ()) Int # | |
Defined in Qtc.Designer.QDesignerPropertySheetExtension hasReset :: QDesignerPropertySheetExtension () -> Int -> IO Bool # | |
QhasReset (QDesignerPropertySheetExtensionSc a) Int # | |
Defined in Qtc.Designer.QDesignerPropertySheetExtension hasReset :: QDesignerPropertySheetExtensionSc a -> Int -> IO Bool # |
class QisAttribute x0 x1 where #
isAttribute :: x0 -> x1 -> IO Bool #
Instances
QisAttribute (QDesignerPropertySheetExtension ()) Int # | |
Defined in Qtc.Designer.QDesignerPropertySheetExtension isAttribute :: QDesignerPropertySheetExtension () -> Int -> IO Bool # | |
QisAttribute (QDesignerPropertySheetExtensionSc a) Int # | |
Defined in Qtc.Designer.QDesignerPropertySheetExtension isAttribute :: QDesignerPropertySheetExtensionSc a -> Int -> IO Bool # |
class QisChanged x0 x1 where #
Instances
QisChanged (QDesignerPropertySheetExtension ()) Int # | |
Defined in Qtc.Designer.QDesignerPropertySheetExtension isChanged :: QDesignerPropertySheetExtension () -> Int -> IO Bool # | |
QisChanged (QDesignerPropertySheetExtensionSc a) Int # | |
Defined in Qtc.Designer.QDesignerPropertySheetExtension isChanged :: QDesignerPropertySheetExtensionSc a -> Int -> IO Bool # |
class QpropertyGroup x0 x1 where #
propertyGroup :: x0 -> x1 -> IO String #
Instances
QpropertyGroup (QDesignerPropertySheetExtension ()) Int # | |
Defined in Qtc.Designer.QDesignerPropertySheetExtension propertyGroup :: QDesignerPropertySheetExtension () -> Int -> IO String # | |
QpropertyGroup (QDesignerPropertySheetExtensionSc a) Int # | |
Defined in Qtc.Designer.QDesignerPropertySheetExtension propertyGroup :: QDesignerPropertySheetExtensionSc a -> Int -> IO String # |
class QsetChanged x0 x1 where #
setChanged :: x0 -> x1 -> IO () #
Instances
QsetChanged (QDesignerPropertySheetExtension ()) (Int, Bool) # | |
Defined in Qtc.Designer.QDesignerPropertySheetExtension setChanged :: QDesignerPropertySheetExtension () -> (Int, Bool) -> IO () # | |
QsetChanged (QDesignerPropertySheetExtensionSc a) (Int, Bool) # | |
Defined in Qtc.Designer.QDesignerPropertySheetExtension setChanged :: QDesignerPropertySheetExtensionSc a -> (Int, Bool) -> IO () # |
class QsetPropertyGroup x0 x1 where #
setPropertyGroup :: x0 -> x1 -> IO () #
Instances
QsetPropertyGroup (QDesignerPropertySheetExtension ()) (Int, String) # | |
Defined in Qtc.Designer.QDesignerPropertySheetExtension setPropertyGroup :: QDesignerPropertySheetExtension () -> (Int, String) -> IO () # | |
QsetPropertyGroup (QDesignerPropertySheetExtensionSc a) (Int, String) # | |
Defined in Qtc.Designer.QDesignerPropertySheetExtension setPropertyGroup :: QDesignerPropertySheetExtensionSc a -> (Int, String) -> IO () # |