qtah-qt5-0.5.1: Qt bindings for Haskell

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.Qtah.Gui.QPixmap

Documentation

class QPixmapValue a where Source #

Minimal complete definition

withQPixmapPtr

Methods

withQPixmapPtr :: a -> (QPixmapConst -> IO b) -> IO b Source #

Instances
QPixmapConstPtr a => QPixmapValue a Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QPixmap

Methods

withQPixmapPtr :: a -> (QPixmapConst -> IO b) -> IO b Source #

class (QPixmapConstPtr this, QPaintDevicePtr this) => QPixmapPtr this where Source #

Minimal complete definition

toQPixmap

Methods

toQPixmap :: this -> QPixmap Source #

data QPixmapConst Source #

Instances
Eq QPixmapConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QPixmap

Ord QPixmapConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QPixmap

Show QPixmapConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QPixmap

CppPtr QPixmapConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QPixmap

Deletable QPixmapConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QPixmap

QPaintDeviceConstPtr QPixmapConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QPixmap

QPixmapConstPtr QPixmapConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QPixmap

Copyable QPixmapConst QPixmap Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QPixmap

Decodable QPixmapConst QPixmap Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QPixmap

data QPixmap Source #

Instances
Eq QPixmap Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QPixmap

Methods

(==) :: QPixmap -> QPixmap -> Bool #

(/=) :: QPixmap -> QPixmap -> Bool #

Ord QPixmap Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QPixmap

Show QPixmap Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QPixmap

CppPtr QPixmap Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QPixmap

Deletable QPixmap Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QPixmap

Methods

delete :: QPixmap -> IO () #

toGc :: QPixmap -> IO QPixmap #

QPaintDevicePtr QPixmap Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QPixmap

QPaintDeviceConstPtr QPixmap Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QPixmap

QPixmapPtr QPixmap Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QPixmap

QPixmapConstPtr QPixmap Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QPixmap

QPixmapValue a => Assignable QPixmap a Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QPixmap

Methods

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

Copyable QPixmap QPixmap Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QPixmap

Methods

copy :: QPixmap -> IO QPixmap #

Copyable QPixmapConst QPixmap Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QPixmap

Decodable QPixmap QPixmap Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QPixmap

Methods

decode :: QPixmap -> IO QPixmap #

Decodable QPixmapConst QPixmap Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Gui.QPixmap

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

Defined in Graphics.UI.Qtah.Generated.Gui.QPixmap

Methods

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

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

Defined in Graphics.UI.Qtah.Generated.Gui.QPixmap

Methods

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

cast :: QPixmapPtr this => this -> QPixmap Source #

downCastConst :: QPixmapSuperConst a => a -> QPixmapConst Source #

downCast :: QPixmapSuper a => a -> QPixmap Source #

newCopy :: QPixmapValue arg'1 => arg'1 -> IO QPixmap Source #

newWithFile :: QStringValue arg'1 => arg'1 -> IO QPixmap Source #

newWithSize :: QSizeValue arg'1 => arg'1 -> IO QPixmap Source #

aSSIGN :: (QPixmapPtr arg'1, QPixmapValue arg'2) => arg'1 -> arg'2 -> IO QPixmap Source #

cacheKey :: QPixmapValue arg'1 => arg'1 -> IO Int64 Source #

convertFromImage :: (QPixmapPtr arg'1, QImageValue arg'2) => arg'1 -> arg'2 -> IO Bool Source #

convertFromImageAll :: (QPixmapPtr arg'1, QImageValue arg'2, IsQtImageConversionFlags arg'3) => arg'1 -> arg'2 -> arg'3 -> IO Bool Source #

copyRaw :: QPixmapValue arg'1 => arg'1 -> Int -> Int -> Int -> Int -> IO QPixmap Source #

copyRect :: (QPixmapValue arg'1, QRectValue arg'2) => arg'1 -> arg'2 -> IO QPixmap Source #

depth :: QPixmapValue arg'1 => arg'1 -> IO Int Source #

detach :: QPixmapPtr arg'1 => arg'1 -> IO () Source #

fill :: QPixmapPtr arg'1 => arg'1 -> IO () Source #

fillWithColor :: (QPixmapPtr arg'1, QColorValue arg'2) => arg'1 -> arg'2 -> IO () Source #

fromImage :: QImageValue arg'1 => arg'1 -> IO QPixmap Source #

fromImageAll :: (QImageValue arg'1, IsQtImageConversionFlags arg'2) => arg'1 -> arg'2 -> IO QPixmap Source #

hasAlpha :: QPixmapValue arg'1 => arg'1 -> IO Bool Source #

height :: QPixmapValue arg'1 => arg'1 -> IO Int Source #

isNull :: QPixmapValue arg'1 => arg'1 -> IO Bool Source #

isQBitmap :: QPixmapValue arg'1 => arg'1 -> IO Bool Source #

load :: (QPixmapPtr arg'1, QStringValue arg'2) => arg'1 -> arg'2 -> IO Bool Source #

rect :: QPixmapValue arg'1 => arg'1 -> IO HRect Source #

save :: (QPixmapValue arg'1, QStringValue arg'2) => arg'1 -> arg'2 -> IO Bool Source #

scaledRaw :: QPixmapValue arg'1 => arg'1 -> Int -> Int -> IO QPixmap Source #

scaledSize :: (QPixmapValue arg'1, QSizeValue arg'2) => arg'1 -> arg'2 -> IO QPixmap Source #

scaledToHeight :: QPixmapValue arg'1 => arg'1 -> Int -> IO QPixmap Source #

scaledToWidth :: QPixmapValue arg'1 => arg'1 -> Int -> IO QPixmap Source #

scrollRaw :: QPixmapPtr arg'1 => arg'1 -> Int -> Int -> Int -> Int -> Int -> Int -> IO () Source #

scrollRawAll :: (QPixmapPtr arg'1, QRegionPtr arg'8) => arg'1 -> Int -> Int -> Int -> Int -> Int -> Int -> arg'8 -> IO () Source #

scrollRect :: (QPixmapPtr arg'1, QRectValue arg'4) => arg'1 -> Int -> Int -> arg'4 -> IO () Source #

scrollRectAll :: (QPixmapPtr arg'1, QRectValue arg'4, QRegionPtr arg'5) => arg'1 -> Int -> Int -> arg'4 -> arg'5 -> IO () Source #

setDevicePixelRatio :: QPixmapPtr arg'1 => arg'1 -> Double -> IO () Source #

size :: QPixmapValue arg'1 => arg'1 -> IO HSize Source #

swap :: (QPixmapPtr arg'1, QPixmapPtr arg'2) => arg'1 -> arg'2 -> IO () Source #

toImage :: QPixmapValue arg'1 => arg'1 -> IO QImage Source #

transformed :: (QPixmapValue arg'1, QTransformValue arg'2) => arg'1 -> arg'2 -> IO QPixmap Source #

width :: QPixmapValue arg'1 => arg'1 -> IO Int Source #