Qtc.Remoteobjects.IndexValuePair

Contents

Documentation

class QindexValuePair x1 where #

Methods

indexValuePair :: x1 -> IO (IndexValuePair ()) #

Instances
QindexValuePair () # 
Instance details

Defined in Qtc.Remoteobjects.IndexValuePair

Methods

indexValuePair :: () -> IO (IndexValuePair ()) #

QindexValuePair [ModelIndex t1] # 
Instance details

Defined in Qtc.Remoteobjects.IndexValuePair

Methods

indexValuePair :: [ModelIndex t1] -> IO (IndexValuePair ()) #

QindexValuePair (IndexValuePair t1) # 
Instance details

Defined in Qtc.Remoteobjects.IndexValuePair

QindexValuePair ([ModelIndex t1], [QVariant t2]) # 
Instance details

Defined in Qtc.Remoteobjects.IndexValuePair

Methods

indexValuePair :: ([ModelIndex t1], [QVariant t2]) -> IO (IndexValuePair ()) #

QindexValuePair ([ModelIndex t1], [QVariant t2], Bool) # 
Instance details

Defined in Qtc.Remoteobjects.IndexValuePair

Methods

indexValuePair :: ([ModelIndex t1], [QVariant t2], Bool) -> IO (IndexValuePair ()) #

QindexValuePair ([ModelIndex t1], [QVariant t2], Bool, ItemFlags) # 
Instance details

Defined in Qtc.Remoteobjects.IndexValuePair

Methods

indexValuePair :: ([ModelIndex t1], [QVariant t2], Bool, ItemFlags) -> IO (IndexValuePair ()) #

class QindexValuePair_nf x1 where #

Methods

indexValuePair_nf :: x1 -> IO (IndexValuePair ()) #

Instances
QindexValuePair_nf () # 
Instance details

Defined in Qtc.Remoteobjects.IndexValuePair

Methods

indexValuePair_nf :: () -> IO (IndexValuePair ()) #

QindexValuePair_nf [ModelIndex t1] # 
Instance details

Defined in Qtc.Remoteobjects.IndexValuePair

Methods

indexValuePair_nf :: [ModelIndex t1] -> IO (IndexValuePair ()) #

QindexValuePair_nf (IndexValuePair t1) # 
Instance details

Defined in Qtc.Remoteobjects.IndexValuePair

QindexValuePair_nf ([ModelIndex t1], [QVariant t2]) # 
Instance details

Defined in Qtc.Remoteobjects.IndexValuePair

Methods

indexValuePair_nf :: ([ModelIndex t1], [QVariant t2]) -> IO (IndexValuePair ()) #

QindexValuePair_nf ([ModelIndex t1], [QVariant t2], Bool) # 
Instance details

Defined in Qtc.Remoteobjects.IndexValuePair

Methods

indexValuePair_nf :: ([ModelIndex t1], [QVariant t2], Bool) -> IO (IndexValuePair ()) #

QindexValuePair_nf ([ModelIndex t1], [QVariant t2], Bool, ItemFlags) # 
Instance details

Defined in Qtc.Remoteobjects.IndexValuePair

Methods

indexValuePair_nf :: ([ModelIndex t1], [QVariant t2], Bool, ItemFlags) -> IO (IndexValuePair ()) #

setHasChildren :: IndexValuePair a -> Bool -> IO () #

Orphan instances

QsetFlags (IndexValuePair a) ItemFlags # 
Instance details

Methods

setFlags :: IndexValuePair a -> ItemFlags -> IO () #

QhasChildren (IndexValuePair ()) () # 
Instance details

Methods

hasChildren :: IndexValuePair () -> () -> IO Bool #

QhasChildren (IndexValuePairSc a) () # 
Instance details

Methods

hasChildren :: IndexValuePairSc a -> () -> IO Bool #

Qindex (IndexValuePair ()) () (IO [ModelIndex ()]) # 
Instance details

Methods

index :: IndexValuePair () -> () -> IO [ModelIndex ()] #

Qindex (IndexValuePairSc a) () (IO [ModelIndex ()]) # 
Instance details

Methods

index :: IndexValuePairSc a -> () -> IO [ModelIndex ()] #

Qflags (IndexValuePair a) () (IO ItemFlags) # 
Instance details

Methods

flags :: IndexValuePair a -> () -> IO ItemFlags #

Qqdata (IndexValuePair ()) () (IO [QVariant ()]) # 
Instance details

Methods

qdata :: IndexValuePair () -> () -> IO [QVariant ()] #

Qqdata (IndexValuePairSc a) () (IO [QVariant ()]) # 
Instance details

Methods

qdata :: IndexValuePairSc a -> () -> IO [QVariant ()] #

QsetIndex (IndexValuePair a) [ModelIndex t1] # 
Instance details

Methods

setIndex :: IndexValuePair a -> [ModelIndex t1] -> IO () #

Qqone (IndexValuePair ()) (IndexValuePair t1) # 
Instance details

Methods

qone :: IndexValuePair () -> IndexValuePair t1 -> IO Bool #

Qqone (IndexValuePairSc a) (IndexValuePair t1) # 
Instance details

Methods

qone :: IndexValuePairSc a -> IndexValuePair t1 -> IO Bool #

Qqoe (IndexValuePair ()) (IndexValuePair t1) # 
Instance details

Methods

qoe :: IndexValuePair () -> IndexValuePair t1 -> IO Bool #

Qqoe (IndexValuePairSc a) (IndexValuePair t1) # 
Instance details

Methods

qoe :: IndexValuePairSc a -> IndexValuePair t1 -> IO Bool #

QsetData (IndexValuePair ()) [QVariant t1] (IO ()) # 
Instance details

Methods

setData :: IndexValuePair () -> [QVariant t1] -> IO () #

QsetData (IndexValuePairSc a) [QVariant t1] (IO ()) # 
Instance details

Methods

setData :: IndexValuePairSc a -> [QVariant t1] -> IO () #