qtah-qt5-0.5.1: Qt bindings for Haskell

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.Qtah.Core.QModelIndex

Documentation

class QModelIndexValue a where Source #

Minimal complete definition

withQModelIndexPtr

Methods

withQModelIndexPtr :: a -> (QModelIndexConst -> IO b) -> IO b Source #

class QModelIndexConstPtr this => QModelIndexPtr this where Source #

Minimal complete definition

toQModelIndex

Methods

toQModelIndex :: this -> QModelIndex Source #

data QModelIndexConst Source #

Instances
Eq QModelIndexConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QModelIndex

Ord QModelIndexConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QModelIndex

Show QModelIndexConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QModelIndex

CppPtr QModelIndexConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QModelIndex

Deletable QModelIndexConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QModelIndex

QModelIndexConstPtr QModelIndexConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QModelIndex

Copyable QModelIndexConst QModelIndex Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QModelIndex

Decodable QModelIndexConst QModelIndex Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QModelIndex

data QModelIndex Source #

Instances
Eq QModelIndex Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QModelIndex

Ord QModelIndex Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QModelIndex

Show QModelIndex Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QModelIndex

CppPtr QModelIndex Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QModelIndex

Deletable QModelIndex Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QModelIndex

QModelIndexPtr QModelIndex Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QModelIndex

QModelIndexConstPtr QModelIndex Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QModelIndex

QModelIndexValue a => Assignable QModelIndex a Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QModelIndex

Methods

assign :: QModelIndex -> a -> IO () #

Copyable QModelIndex QModelIndex Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QModelIndex

Copyable QModelIndexConst QModelIndex Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QModelIndex

Decodable QModelIndex QModelIndex Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QModelIndex

Decodable QModelIndexConst QModelIndex Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QModelIndex

HasContents QListQModelIndex QModelIndex # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QList.QModelIndex

HasContents QListQModelIndexConst QModelIndex # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QList.QModelIndex

FromContents QListQModelIndex QModelIndex # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QList.QModelIndex

Encodable QListQModelIndex [QModelIndex] # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QList.QModelIndex

Encodable QListQModelIndexConst [QModelIndex] # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QList.QModelIndex

Decodable QListQModelIndex [QModelIndex] # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QList.QModelIndex

Decodable QListQModelIndexConst [QModelIndex] # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QList.QModelIndex

QListQModelIndexValue [QModelIndex] Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QList.QModelIndex

Assignable (Ptr (Ptr QModelIndex)) QModelIndex Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QModelIndex

Methods

assign :: Ptr (Ptr QModelIndex) -> QModelIndex -> IO () #

Decodable (Ptr (Ptr QModelIndex)) QModelIndex Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QModelIndex

downCastConst :: QModelIndexSuperConst a => a -> QModelIndexConst Source #

downCast :: QModelIndexSuper a => a -> 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 #

column :: QModelIndexValue arg'1 => arg'1 -> IO Int Source #

eQ :: (QModelIndexValue arg'1, QModelIndexValue arg'2) => arg'1 -> arg'2 -> IO Bool Source #

isValid :: QModelIndexValue arg'1 => arg'1 -> IO Bool Source #

nE :: (QModelIndexValue arg'1, QModelIndexValue arg'2) => arg'1 -> arg'2 -> IO Bool Source #

row :: QModelIndexValue arg'1 => arg'1 -> IO Int Source #

sibling :: QModelIndexValue arg'1 => arg'1 -> Int -> Int -> IO QModelIndex Source #