Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
class QModelIndexValue a where Source #
withQModelIndexPtr :: a -> (QModelIndexConst -> IO b) -> IO b Source #
Instances
QModelIndexConstPtr a => QModelIndexValue a Source # | |
Defined in Graphics.UI.Qtah.Generated.Core.QModelIndex withQModelIndexPtr :: a -> (QModelIndexConst -> IO b) -> IO b Source # |
class CppPtr this => QModelIndexConstPtr this where Source #
toQModelIndexConst :: this -> QModelIndexConst Source #
class QModelIndexConstPtr this => QModelIndexPtr this where Source #
toQModelIndex :: this -> QModelIndex Source #
Instances
QModelIndexPtr QModelIndex Source # | |
Defined in Graphics.UI.Qtah.Generated.Core.QModelIndex |
data QModelIndexConst Source #
Instances
data QModelIndex Source #
Instances
castConst :: QModelIndexConstPtr this => this -> QModelIndexConst Source #
cast :: QModelIndexPtr this => this -> QModelIndex Source #
downCastConst :: QModelIndexSuperConst a => a -> QModelIndexConst Source #
downCast :: QModelIndexSuper a => a -> QModelIndex Source #
decode :: QModelIndexConstPtr this => this -> IO QModelIndex Source #
new :: IO QModelIndex Source #
newCopy :: QModelIndexValue arg'1 => arg'1 -> IO QModelIndex Source #
aSSIGN :: (QModelIndexPtr arg'1, QModelIndexValue arg'2) => arg'1 -> arg'2 -> IO QModelIndex Source #
child :: QModelIndexValue arg'1 => arg'1 -> Int -> Int -> IO QModelIndex Source #
eQ :: (QModelIndexValue arg'1, QModelIndexValue arg'2) => arg'1 -> arg'2 -> IO Bool Source #
flags :: QModelIndexValue arg'1 => arg'1 -> IO QtItemFlags Source #
getDataWithRole :: QModelIndexValue arg'1 => arg'1 -> QtItemDataRole -> IO QVariant Source #
model :: QModelIndexValue arg'1 => arg'1 -> IO QAbstractItemModelConst Source #
nE :: (QModelIndexValue arg'1, QModelIndexValue arg'2) => arg'1 -> arg'2 -> IO Bool Source #
parent :: QModelIndexValue arg'1 => arg'1 -> IO QModelIndex Source #
sibling :: QModelIndexValue arg'1 => arg'1 -> Int -> Int -> IO QModelIndex Source #