Documentation
class Qqt3DRender_PropertyReaderInterface x1 where #
qt3DRender_PropertyReaderInterface :: x1 -> IO (Qt3DRender_PropertyReaderInterface ()) #
class Qqt3DRender_PropertyReaderInterface_nf x1 where #
qt3DRender_PropertyReaderInterface_nf :: x1 -> IO (Qt3DRender_PropertyReaderInterface ()) #
class QreadProperty x0 x1 where #
readProperty :: x0 -> x1 -> IO (QVariant ()) #
Instances
QreadProperty (Qt3DRender_PropertyReaderInterface ()) (QVariant t1) # | |
Defined in Qtc.D3render.Qt3DRender_PropertyReaderInterface readProperty :: Qt3DRender_PropertyReaderInterface () -> QVariant t1 -> IO (QVariant ()) # | |
QreadProperty (Qt3DRender_PropertyReaderInterfaceSc a) (QVariant t1) # | |
Defined in Qtc.D3render.Qt3DRender_PropertyReaderInterface readProperty :: Qt3DRender_PropertyReaderInterfaceSc a -> QVariant t1 -> IO (QVariant ()) # |
Orphan instances
QuserMethod (Qt3DRender_PropertyReaderInterface ()) () (IO ()) # | |
userMethod :: Qt3DRender_PropertyReaderInterface () -> Int -> () -> IO () # | |
QuserMethod (Qt3DRender_PropertyReaderInterfaceSc a) () (IO ()) # | |
userMethod :: Qt3DRender_PropertyReaderInterfaceSc a -> Int -> () -> IO () # | |
QuserMethod (Qt3DRender_PropertyReaderInterface ()) (QVariant ()) (IO (QVariant ())) # | |
userMethod :: Qt3DRender_PropertyReaderInterface () -> Int -> QVariant () -> IO (QVariant ()) # | |
QuserMethod (Qt3DRender_PropertyReaderInterfaceSc a) (QVariant ()) (IO (QVariant ())) # | |
userMethod :: Qt3DRender_PropertyReaderInterfaceSc a -> Int -> QVariant () -> IO (QVariant ()) # |