qtah-qt5-0.5.1: Qt bindings for Haskell

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.Qtah.Core.QList.Int

Documentation

class QListIntValue a where Source #

Minimal complete definition

withQListIntPtr

Methods

withQListIntPtr :: a -> (QListIntConst -> IO b) -> IO b Source #

Instances
QListIntConstPtr a => QListIntValue a Source # 
Instance details

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

Methods

withQListIntPtr :: a -> (QListIntConst -> IO b) -> IO b Source #

QListIntValue [Int] Source # 
Instance details

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

Methods

withQListIntPtr :: [Int] -> (QListIntConst -> IO b) -> IO b Source #

class QListIntConstPtr this => QListIntPtr this where Source #

Minimal complete definition

toQListInt

Methods

toQListInt :: this -> QListInt Source #

data QListIntConst Source #

Instances
Eq QListIntConst Source # 
Instance details

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

Ord QListIntConst Source # 
Instance details

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

Show QListIntConst Source # 
Instance details

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

CppPtr QListIntConst Source # 
Instance details

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

Deletable QListIntConst Source # 
Instance details

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

QListIntConstPtr QListIntConst Source # 
Instance details

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

Copyable QListIntConst QListInt Source # 
Instance details

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

HasContents QListIntConst Int Source # 
Instance details

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

Encodable QListIntConst [Int] Source # 
Instance details

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

Methods

encode :: [Int] -> IO QListIntConst #

Decodable QListIntConst [Int] Source # 
Instance details

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

Methods

decode :: QListIntConst -> IO [Int] #

data QListInt Source #

Instances
Eq QListInt Source # 
Instance details

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

Ord QListInt Source # 
Instance details

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

Show QListInt Source # 
Instance details

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

CppPtr QListInt Source # 
Instance details

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

Deletable QListInt Source # 
Instance details

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

Methods

delete :: QListInt -> IO () #

toGc :: QListInt -> IO QListInt #

QListIntPtr QListInt Source # 
Instance details

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

QListIntConstPtr QListInt Source # 
Instance details

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

QListIntValue a => Assignable QListInt a Source # 
Instance details

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

Methods

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

Copyable QListInt QListInt Source # 
Instance details

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

Methods

copy :: QListInt -> IO QListInt #

Copyable QListIntConst QListInt Source # 
Instance details

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

HasContents QListInt Int Source # 
Instance details

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

Methods

toContents :: QListInt -> IO [Int] #

FromContents QListInt Int Source # 
Instance details

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

Methods

fromContents :: [Int] -> IO QListInt #

Encodable QListInt [Int] Source # 
Instance details

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

Methods

encode :: [Int] -> IO QListInt #

Decodable QListInt [Int] Source # 
Instance details

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

Methods

decode :: QListInt -> IO [Int] #

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

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

Methods

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

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

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

Methods

decode :: Ptr (Ptr QListInt) -> IO QListInt #

cast :: QListIntPtr this => this -> QListInt Source #

downCastConst :: QListIntSuperConst a => a -> QListIntConst Source #

downCast :: QListIntSuper a => a -> QListInt Source #

decode :: QListIntConstPtr this => this -> IO [Int] Source #

newCopy :: QListIntValue arg'1 => arg'1 -> IO QListInt Source #

aDD :: (QListIntValue arg'1, QListIntValue arg'2) => arg'1 -> arg'2 -> IO QListInt Source #

aSSIGN :: (QListIntPtr arg'1, QListIntValue arg'2) => arg'1 -> arg'2 -> IO QListInt Source #

append :: QListIntPtr arg'1 => arg'1 -> Int -> IO () Source #

appendList :: (QListIntPtr arg'1, QListIntValue arg'2) => arg'1 -> arg'2 -> IO () Source #

at :: QListIntPtr arg'1 => arg'1 -> Int -> IO (Ptr CInt) Source #

atConst :: QListIntValue arg'1 => arg'1 -> Int -> IO (Ptr CInt) Source #

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

contains :: QListIntValue arg'1 => arg'1 -> Int -> IO Bool Source #

count :: QListIntValue arg'1 => arg'1 -> Int -> IO Int Source #

endsWith :: QListIntValue arg'1 => arg'1 -> Int -> IO Bool Source #

first :: QListIntPtr arg'1 => arg'1 -> IO (Ptr CInt) Source #

firstConst :: QListIntValue arg'1 => arg'1 -> IO (Ptr CInt) Source #

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

indexOf :: QListIntValue arg'1 => arg'1 -> Int -> IO Int Source #

indexOfFrom :: QListIntValue arg'1 => arg'1 -> Int -> Int -> IO Int Source #

insert :: QListIntPtr arg'1 => arg'1 -> Int -> Int -> IO () Source #

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

last :: QListIntPtr arg'1 => arg'1 -> IO (Ptr CInt) Source #

lastConst :: QListIntValue arg'1 => arg'1 -> IO (Ptr CInt) Source #

lastIndexOf :: QListIntValue arg'1 => arg'1 -> Int -> IO Int Source #

lastIndexOfFrom :: QListIntValue arg'1 => arg'1 -> Int -> Int -> IO Int Source #

mid :: QListIntValue arg'1 => arg'1 -> Int -> IO QListInt Source #

midLength :: QListIntValue arg'1 => arg'1 -> Int -> Int -> IO QListInt Source #

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

prepend :: QListIntPtr arg'1 => arg'1 -> Int -> IO () Source #

removeAll :: QListIntPtr arg'1 => arg'1 -> Int -> IO Int Source #

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

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

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

removeOne :: QListIntPtr arg'1 => arg'1 -> Int -> IO Bool Source #

replace :: QListIntPtr arg'1 => arg'1 -> Int -> Int -> IO () Source #

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

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

startsWith :: QListIntValue arg'1 => arg'1 -> Int -> IO Bool Source #

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

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

takeFirst :: QListIntPtr arg'1 => arg'1 -> IO Int Source #

takeLast :: QListIntPtr arg'1 => arg'1 -> IO Int Source #

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

valueOr :: QListIntValue arg'1 => arg'1 -> Int -> Int -> IO Int Source #