qt-1.1.6.1: Qt bindings

Safe HaskellNone
LanguageHaskell98

Qtc.Core.QTime

Description

Documentation

class QqTime x1 where Source

Methods

qTime :: x1 -> IO (QTime ()) Source

Instances

class QqTime_nf x1 where Source

Methods

qTime_nf :: x1 -> IO (QTime ()) Source

elapsed :: QTime a -> () -> IO Int Source

hour :: QTime a -> () -> IO Int Source

class QqTimeIsValid x1 where Source

Methods

qTimeIsValid :: x1 -> IO Bool Source

minute :: QTime a -> () -> IO Int Source

msec :: QTime a -> () -> IO Int Source

msecsTo :: QTime a -> QTime t1 -> IO Int Source

restart :: QTime a -> () -> IO Int Source

second :: QTime a -> () -> IO Int Source

class QsetHMS x1 where Source

Methods

setHMS :: QTime a -> x1 -> IO Bool Source

Instances