qtah-qt5-0.5.1: Qt bindings for Haskell

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.Qtah.Core.QList.QObject

Documentation

data QListQObjectConst Source #

Instances
Eq QListQObjectConst Source # 
Instance details

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

Ord QListQObjectConst Source # 
Instance details

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

Show QListQObjectConst Source # 
Instance details

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

CppPtr QListQObjectConst Source # 
Instance details

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

Deletable QListQObjectConst Source # 
Instance details

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

QListQObjectConstPtr QListQObjectConst Source # 
Instance details

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

Copyable QListQObjectConst QListQObject Source # 
Instance details

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

HasContents QListQObjectConst QObject Source # 
Instance details

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

Encodable QListQObjectConst [QObject] Source # 
Instance details

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

Decodable QListQObjectConst [QObject] Source # 
Instance details

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

data QListQObject Source #

Instances
Eq QListQObject Source # 
Instance details

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

Ord QListQObject Source # 
Instance details

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

Show QListQObject Source # 
Instance details

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

CppPtr QListQObject Source # 
Instance details

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

Deletable QListQObject Source # 
Instance details

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

QListQObjectPtr QListQObject Source # 
Instance details

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

QListQObjectConstPtr QListQObject Source # 
Instance details

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

QListQObjectValue a => Assignable QListQObject a Source # 
Instance details

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

Methods

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

Copyable QListQObject QListQObject Source # 
Instance details

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

Copyable QListQObjectConst QListQObject Source # 
Instance details

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

HasContents QListQObject QObject Source # 
Instance details

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

FromContents QListQObject QObject Source # 
Instance details

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

Encodable QListQObject [QObject] Source # 
Instance details

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

Methods

encode :: [QObject] -> IO QListQObject #

Decodable QListQObject [QObject] Source # 
Instance details

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

Methods

decode :: QListQObject -> IO [QObject] #

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

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

Methods

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

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

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

downCastConst :: QListQObjectSuperConst a => a -> QListQObjectConst Source #

downCast :: QListQObjectSuper a => a -> QListQObject Source #

aDD :: (QListQObjectValue arg'1, QListQObjectValue arg'2) => arg'1 -> arg'2 -> IO QListQObject Source #

aSSIGN :: (QListQObjectPtr arg'1, QListQObjectValue arg'2) => arg'1 -> arg'2 -> IO QListQObject Source #

append :: (QListQObjectPtr arg'1, QObjectPtr arg'2) => arg'1 -> arg'2 -> IO () Source #

appendList :: (QListQObjectPtr arg'1, QListQObjectValue arg'2) => arg'1 -> arg'2 -> IO () Source #

at :: QListQObjectPtr arg'1 => arg'1 -> Int -> IO (Ptr (Ptr QObject)) Source #

atConst :: QListQObjectValue arg'1 => arg'1 -> Int -> IO (Ptr (Ptr QObject)) Source #

clear :: QListQObjectPtr arg'1 => arg'1 -> IO () Source #

contains :: (QListQObjectValue arg'1, QObjectPtr arg'2) => arg'1 -> arg'2 -> IO Bool Source #

count :: (QListQObjectValue arg'1, QObjectPtr arg'2) => arg'1 -> arg'2 -> IO Int Source #

endsWith :: (QListQObjectValue arg'1, QObjectPtr arg'2) => arg'1 -> arg'2 -> IO Bool Source #

first :: QListQObjectPtr arg'1 => arg'1 -> IO (Ptr (Ptr QObject)) Source #

get :: QListQObjectValue arg'1 => arg'1 -> Int -> IO QObject Source #

indexOf :: (QListQObjectValue arg'1, QObjectPtr arg'2) => arg'1 -> arg'2 -> IO Int Source #

indexOfFrom :: (QListQObjectValue arg'1, QObjectPtr arg'2) => arg'1 -> arg'2 -> Int -> IO Int Source #

insert :: (QListQObjectPtr arg'1, QObjectPtr arg'3) => arg'1 -> Int -> arg'3 -> IO () Source #

isEmpty :: QListQObjectValue arg'1 => arg'1 -> IO Bool Source #

last :: QListQObjectPtr arg'1 => arg'1 -> IO (Ptr (Ptr QObject)) Source #

lastConst :: QListQObjectValue arg'1 => arg'1 -> IO (Ptr (Ptr QObject)) Source #

lastIndexOf :: (QListQObjectValue arg'1, QObjectPtr arg'2) => arg'1 -> arg'2 -> IO Int Source #

lastIndexOfFrom :: (QListQObjectValue arg'1, QObjectPtr arg'2) => arg'1 -> arg'2 -> Int -> IO Int Source #

mid :: QListQObjectValue arg'1 => arg'1 -> Int -> IO QListQObject Source #

move :: QListQObjectPtr arg'1 => arg'1 -> Int -> Int -> IO () Source #

prepend :: (QListQObjectPtr arg'1, QObjectPtr arg'2) => arg'1 -> arg'2 -> IO () Source #

removeAll :: (QListQObjectPtr arg'1, QObjectPtr arg'2) => arg'1 -> arg'2 -> IO Int Source #

removeAt :: QListQObjectPtr arg'1 => arg'1 -> Int -> IO () Source #

removeFirst :: QListQObjectPtr arg'1 => arg'1 -> IO () Source #

removeLast :: QListQObjectPtr arg'1 => arg'1 -> IO () Source #

removeOne :: (QListQObjectPtr arg'1, QObjectPtr arg'2) => arg'1 -> arg'2 -> IO Bool Source #

replace :: (QListQObjectPtr arg'1, QObjectPtr arg'3) => arg'1 -> Int -> arg'3 -> IO () Source #

reserve :: QListQObjectPtr arg'1 => arg'1 -> Int -> IO () Source #

size :: QListQObjectValue arg'1 => arg'1 -> IO Int Source #

startsWith :: (QListQObjectValue arg'1, QObjectPtr arg'2) => arg'1 -> arg'2 -> IO Bool Source #

swap :: QListQObjectPtr arg'1 => arg'1 -> Int -> Int -> IO () Source #

takeAt :: QListQObjectPtr arg'1 => arg'1 -> Int -> IO QObject Source #

takeLast :: QListQObjectPtr arg'1 => arg'1 -> IO QObject Source #

value :: QListQObjectValue arg'1 => arg'1 -> Int -> IO QObject Source #

valueOr :: (QListQObjectValue arg'1, QObjectPtr arg'3) => arg'1 -> Int -> arg'3 -> IO QObject Source #