Documentation
qPixmapCacheClear :: () -> IO () #
class QqPixmapCacheFind x1 xr | x1 -> xr where #
qPixmapCacheFind :: x1 -> xr #
Instances
QqPixmapCacheFind String (IO (QPixmap ())) # | |
Defined in Qtc.Gui.QPixmapCache qPixmapCacheFind :: String -> IO (QPixmap ()) # | |
QqPixmapCacheFind (String, QPixmap t2) (IO Bool) # | |
Defined in Qtc.Gui.QPixmapCache qPixmapCacheFind :: (String, QPixmap t2) -> IO Bool # | |
QqPixmapCacheFind (QPixmapCache_Key t1, QPixmap t2) (IO Bool) # | |
Defined in Qtc.Gui.QPixmapCache qPixmapCacheFind :: (QPixmapCache_Key t1, QPixmap t2) -> IO Bool # |
class QqPixmapCacheInsert x1 xr | x1 -> xr where #
qPixmapCacheInsert :: x1 -> xr #
Instances
QqPixmapCacheInsert (QPixmap t1) (IO (QPixmapCache_Key ())) # | |
Defined in Qtc.Gui.QPixmapCache qPixmapCacheInsert :: QPixmap t1 -> IO (QPixmapCache_Key ()) # | |
QqPixmapCacheInsert (String, QPixmap t2) (IO Bool) # | |
Defined in Qtc.Gui.QPixmapCache qPixmapCacheInsert :: (String, QPixmap t2) -> IO Bool # |
class QqPixmapCacheRemove x1 where #
qPixmapCacheRemove :: x1 -> IO () #
Instances
QqPixmapCacheRemove String # | |
Defined in Qtc.Gui.QPixmapCache qPixmapCacheRemove :: String -> IO () # | |
QqPixmapCacheRemove (QPixmapCache_Key t1) # | |
Defined in Qtc.Gui.QPixmapCache qPixmapCacheRemove :: QPixmapCache_Key t1 -> IO () # |
qPixmapCacheReplace :: (QPixmapCache_Key t1, QPixmap t2) -> IO Bool #
class QqPixmapCache x1 where #
qPixmapCache :: x1 -> IO (QPixmapCache ()) #
Instances
QqPixmapCache () # | |
Defined in Qtc.Gui.QPixmapCache qPixmapCache :: () -> IO (QPixmapCache ()) # | |
QqPixmapCache (QPixmapCache t1) # | |
Defined in Qtc.Gui.QPixmapCache qPixmapCache :: QPixmapCache t1 -> IO (QPixmapCache ()) # |
class QqPixmapCache_nf x1 where #
qPixmapCache_nf :: x1 -> IO (QPixmapCache ()) #
Instances
QqPixmapCache_nf () # | |
Defined in Qtc.Gui.QPixmapCache qPixmapCache_nf :: () -> IO (QPixmapCache ()) # | |
QqPixmapCache_nf (QPixmapCache t1) # | |
Defined in Qtc.Gui.QPixmapCache qPixmapCache_nf :: QPixmapCache t1 -> IO (QPixmapCache ()) # |
qPixmapCacheCacheLimit :: () -> IO Int #
qPixmapCacheSetCacheLimit :: Int -> IO () #
qPixmapCache_delete :: QPixmapCache a -> IO () #