Documentation
class QindexValuePair x1 where #
indexValuePair :: x1 -> IO (IndexValuePair ()) #
Instances
QindexValuePair () # | |
Defined in Qtc.Remoteobjects.IndexValuePair indexValuePair :: () -> IO (IndexValuePair ()) # | |
QindexValuePair [ModelIndex t1] # | |
Defined in Qtc.Remoteobjects.IndexValuePair indexValuePair :: [ModelIndex t1] -> IO (IndexValuePair ()) # | |
QindexValuePair (IndexValuePair t1) # | |
Defined in Qtc.Remoteobjects.IndexValuePair indexValuePair :: IndexValuePair t1 -> IO (IndexValuePair ()) # | |
QindexValuePair ([ModelIndex t1], [QVariant t2]) # | |
Defined in Qtc.Remoteobjects.IndexValuePair indexValuePair :: ([ModelIndex t1], [QVariant t2]) -> IO (IndexValuePair ()) # | |
QindexValuePair ([ModelIndex t1], [QVariant t2], Bool) # | |
Defined in Qtc.Remoteobjects.IndexValuePair indexValuePair :: ([ModelIndex t1], [QVariant t2], Bool) -> IO (IndexValuePair ()) # | |
QindexValuePair ([ModelIndex t1], [QVariant t2], Bool, ItemFlags) # | |
Defined in Qtc.Remoteobjects.IndexValuePair indexValuePair :: ([ModelIndex t1], [QVariant t2], Bool, ItemFlags) -> IO (IndexValuePair ()) # |
class QindexValuePair_nf x1 where #
indexValuePair_nf :: x1 -> IO (IndexValuePair ()) #
Instances
setHasChildren :: IndexValuePair a -> Bool -> IO () #
indexValuePair_delete :: IndexValuePair a -> IO () #