qt-1.1.6.1: Qt bindings

Safe HaskellNone
LanguageHaskell98

Qtc.Core.QMimeData

Description

Documentation

class QcolorData x0 x1 where Source

Methods

colorData :: x0 -> x1 -> IO (QVariant ()) Source

Instances

class QcolorData_nf x0 x1 where Source

Methods

colorData_nf :: x0 -> x1 -> IO (QVariant ()) Source

class QhasFormat x0 x1 where Source

Methods

hasFormat :: x0 -> x1 -> IO Bool Source

html :: QMimeData a -> () -> IO String Source

class QimageData x0 x1 where Source

Methods

imageData :: x0 -> x1 -> IO (QVariant ()) Source

Instances

class QimageData_nf x0 x1 where Source

Methods

imageData_nf :: x0 -> x1 -> IO (QVariant ()) Source

urls :: QMimeData a -> () -> IO [QUrl ()] Source