Documentation
class QdataEntries x1 where #
dataEntries :: x1 -> IO (DataEntries ()) #
Instances
QdataEntries () # | |
Defined in Qtc.Remoteobjects.DataEntries dataEntries :: () -> IO (DataEntries ()) # | |
QdataEntries (DataEntries t1) # | |
Defined in Qtc.Remoteobjects.DataEntries dataEntries :: DataEntries t1 -> IO (DataEntries ()) # |
class QdataEntries_nf x1 where #
dataEntries_nf :: x1 -> IO (DataEntries ()) #
Instances
QdataEntries_nf () # | |
Defined in Qtc.Remoteobjects.DataEntries dataEntries_nf :: () -> IO (DataEntries ()) # | |
QdataEntries_nf (DataEntries t1) # | |
Defined in Qtc.Remoteobjects.DataEntries dataEntries_nf :: DataEntries t1 -> IO (DataEntries ()) # |
dataEntries_delete :: DataEntries a -> IO () #
Orphan instances
Qqdata (DataEntries ()) () (IO [IndexValuePair ()]) # | |
qdata :: DataEntries () -> () -> IO [IndexValuePair ()] # | |
Qqdata (DataEntriesSc a) () (IO [IndexValuePair ()]) # | |
qdata :: DataEntriesSc a -> () -> IO [IndexValuePair ()] # | |
Qqone (DataEntries ()) (DataEntries t1) # | |
qone :: DataEntries () -> DataEntries t1 -> IO Bool # | |
Qqone (DataEntriesSc a) (DataEntries t1) # | |
qone :: DataEntriesSc a -> DataEntries t1 -> IO Bool # | |
Qqoe (DataEntries ()) (DataEntries t1) # | |
qoe :: DataEntries () -> DataEntries t1 -> IO Bool # | |
Qqoe (DataEntriesSc a) (DataEntries t1) # | |
qoe :: DataEntriesSc a -> DataEntries t1 -> IO Bool # | |
QsetData (DataEntries ()) [IndexValuePair t1] (IO ()) # | |
setData :: DataEntries () -> [IndexValuePair t1] -> IO () # | |
QsetData (DataEntriesSc a) [IndexValuePair t1] (IO ()) # | |
setData :: DataEntriesSc a -> [IndexValuePair t1] -> IO () # |