Qtc.Designer.QDesignerPropertySheetExtension

Contents

Documentation

class QhasReset x0 x1 where #

Methods

hasReset :: x0 -> x1 -> IO Bool #

class QisAttribute x0 x1 where #

Methods

isAttribute :: x0 -> x1 -> IO Bool #

class QisChanged x0 x1 where #

Methods

isChanged :: x0 -> x1 -> IO Bool #

class QpropertyGroup x0 x1 where #

Methods

propertyGroup :: x0 -> x1 -> IO String #

class QsetChanged x0 x1 where #

Methods

setChanged :: x0 -> x1 -> IO () #

Instances
QsetChanged (QDesignerPropertySheetExtension ()) (Int, Bool) # 
Instance details

Defined in Qtc.Designer.QDesignerPropertySheetExtension

Methods

setChanged :: QDesignerPropertySheetExtension () -> (Int, Bool) -> IO () #

QsetChanged (QDesignerPropertySheetExtensionSc a) (Int, Bool) # 
Instance details

Defined in Qtc.Designer.QDesignerPropertySheetExtension

Methods

setChanged :: QDesignerPropertySheetExtensionSc a -> (Int, Bool) -> IO () #

class QsetPropertyGroup x0 x1 where #

Methods

setPropertyGroup :: x0 -> x1 -> IO () #

Instances
QsetPropertyGroup (QDesignerPropertySheetExtension ()) (Int, String) # 
Instance details

Defined in Qtc.Designer.QDesignerPropertySheetExtension

Methods

setPropertyGroup :: QDesignerPropertySheetExtension () -> (Int, String) -> IO () #

QsetPropertyGroup (QDesignerPropertySheetExtensionSc a) (Int, String) # 
Instance details

Defined in Qtc.Designer.QDesignerPropertySheetExtension

Methods

setPropertyGroup :: QDesignerPropertySheetExtensionSc a -> (Int, String) -> IO () #

Orphan instances

QisVisible (QDesignerPropertySheetExtension ()) Int # 
Instance details

Methods

isVisible :: QDesignerPropertySheetExtension () -> Int -> IO Bool #

QisVisible (QDesignerPropertySheetExtensionSc a) Int # 
Instance details

Methods

isVisible :: QDesignerPropertySheetExtensionSc a -> Int -> IO Bool #

QisEnabled (QDesignerPropertySheetExtension ()) Int # 
Instance details

Methods

isEnabled :: QDesignerPropertySheetExtension () -> Int -> IO Bool #

QisEnabled (QDesignerPropertySheetExtensionSc a) Int # 
Instance details

Methods

isEnabled :: QDesignerPropertySheetExtensionSc a -> Int -> IO Bool #

Qcount (QDesignerPropertySheetExtension ()) () # 
Instance details

Methods

count :: QDesignerPropertySheetExtension () -> () -> IO Int #

Qcount (QDesignerPropertySheetExtensionSc a) () # 
Instance details

Methods

count :: QDesignerPropertySheetExtensionSc a -> () -> IO Int #

Qreset (QDesignerPropertySheetExtension ()) Int (IO Bool) # 
Instance details

Methods

reset :: QDesignerPropertySheetExtension () -> Int -> IO Bool #

Qreset (QDesignerPropertySheetExtensionSc a) Int (IO Bool) # 
Instance details

Methods

reset :: QDesignerPropertySheetExtensionSc a -> Int -> IO Bool #

QpropertyName (QDesignerPropertySheetExtension ()) Int (IO String) # 
Instance details

Methods

propertyName :: QDesignerPropertySheetExtension () -> Int -> IO String #

QpropertyName (QDesignerPropertySheetExtensionSc a) Int (IO String) # 
Instance details

Methods

propertyName :: QDesignerPropertySheetExtensionSc a -> Int -> IO String #

Qproperty (QDesignerPropertySheetExtension ()) Int (IO (QVariant ())) # 
Instance details

Methods

property :: QDesignerPropertySheetExtension () -> Int -> IO (QVariant ()) #

Qproperty (QDesignerPropertySheetExtensionSc a) Int (IO (QVariant ())) # 
Instance details

QindexOf (QDesignerPropertySheetExtension ()) String (IO Int) # 
Instance details

Methods

indexOf :: QDesignerPropertySheetExtension () -> String -> IO Int #

QindexOf (QDesignerPropertySheetExtensionSc a) String (IO Int) # 
Instance details

Methods

indexOf :: QDesignerPropertySheetExtensionSc a -> String -> IO Int #

QuserMethod (QDesignerPropertySheetExtension ()) () (IO ()) # 
Instance details

Methods

userMethod :: QDesignerPropertySheetExtension () -> Int -> () -> IO () #

QuserMethod (QDesignerPropertySheetExtensionSc a) () (IO ()) # 
Instance details

Methods

userMethod :: QDesignerPropertySheetExtensionSc a -> Int -> () -> IO () #

QuserMethod (QDesignerPropertySheetExtension ()) (QVariant ()) (IO (QVariant ())) # 
Instance details

Methods

userMethod :: QDesignerPropertySheetExtension () -> Int -> QVariant () -> IO (QVariant ()) #

QuserMethod (QDesignerPropertySheetExtensionSc a) (QVariant ()) (IO (QVariant ())) # 
Instance details

Methods

userMethod :: QDesignerPropertySheetExtensionSc a -> Int -> QVariant () -> IO (QVariant ()) #

QsetVisible (QDesignerPropertySheetExtension ()) (Int, Bool) # 
Instance details

Methods

setVisible :: QDesignerPropertySheetExtension () -> (Int, Bool) -> IO () #

QsetVisible (QDesignerPropertySheetExtensionSc a) (Int, Bool) # 
Instance details

Methods

setVisible :: QDesignerPropertySheetExtensionSc a -> (Int, Bool) -> IO () #

QsetProperty (QDesignerPropertySheetExtension ()) (Int, QVariant t2) # 
Instance details

Methods

setProperty :: QDesignerPropertySheetExtension () -> (Int, QVariant t2) -> IO () #

QsetProperty (QDesignerPropertySheetExtensionSc a) (Int, QVariant t2) # 
Instance details

Methods

setProperty :: QDesignerPropertySheetExtensionSc a -> (Int, QVariant t2) -> IO () #

QsetAttribute (QDesignerPropertySheetExtension ()) (Int, Bool) # 
Instance details

Methods

setAttribute :: QDesignerPropertySheetExtension () -> (Int, Bool) -> IO () #

QsetAttribute (QDesignerPropertySheetExtensionSc a) (Int, Bool) # 
Instance details

Methods

setAttribute :: QDesignerPropertySheetExtensionSc a -> (Int, Bool) -> IO () #