packages feed

qtah-qt5-0.8.0: src/Graphics/UI/Qtah/Core/QDateTime.hs

{-# LANGUAGE FlexibleContexts, FlexibleInstances, ForeignFunctionInterface, MonoLocalBinds, MultiParamTypeClasses, ScopedTypeVariables, TypeSynonymInstances, UndecidableInstances #-}
---------- GENERATED FILE, EDITS WILL BE LOST ----------

{-# LANGUAGE NoMonomorphismRestriction #-}

module Graphics.UI.Qtah.Core.QDateTime (
  QDateTimeValue (..),
  QDateTimeConstPtr (..),
  QDateTimePtr (..),
  QDateTimeConst,
  QDateTime,
  castConst,
  cast,
  downCastConst,
  downCast,
  decode,
  new,
  newCopy,
  newWithDate,
  newWithDateAndTime,
  newWithDateAndTimeAndTimeSpec,
  newWithDateAndTimeAndTimeSpecAndOffset,
  newWithDateAndTimeAndTimeZone,
  aSSIGN,
  addDays,
  addMSecs,
  addMonths,
  addSecs,
  addYears,
  currentDateTime,
  currentDateTimeUtc,
  currentMSecsSinceEpoch,
  currentSecsSinceEpoch,
  date,
  daysTo,
  eQ,
  fromMSecsSinceEpoch,
  fromMSecsSinceEpochWithTimeSpec,
  fromMSecsSinceEpochWithTimeSpecAndOffset,
  fromMSecsSinceEpochWithTimeZone,
  fromSecsSinceEpoch,
  fromSecsSinceEpochWithTimeSpec,
  fromSecsSinceEpochWithTimeSpecAndOffset,
  fromSecsSinceEpochWithTimeZone,
  fromString,
  fromStringWithDateFormat,
  fromStringWithStringFormat,
  gE,
  gT,
  isDaylightTime,
  isNull,
  isValid,
  lE,
  lT,
  msecsTo,
  nE,
  offsetFromUtc,
  secsTo,
  setDate,
  setMSecsSinceEpoch,
  setOffsetFromUtc,
  setSecsSinceEpoch,
  setTime,
  setTimeSpec,
  setTimeZone,
  swap,
  time,
  timeSpec,
  timeZone,
  timeZoneAbbreviation,
  toLocalTime,
  toMSecsSinceEpoch,
  toOffsetFromUtc,
  toSecsSinceEpoch,
  toString,
  toStringWithDateFormat,
  toStringWithStringFormat,
  toTimeSpec,
  toTimeZone,
  toUTC,
  ) where

import qualified Foreign.Hoppy.Runtime as QtahFHR
import Graphics.UI.Qtah.Generated.Core.QDateTime
import qualified Graphics.UI.Qtah.Generated.Core.QDateTime as M24
import Prelude ()
import qualified Prelude as QtahP


castConst = toQDateTimeConst
cast = toQDateTime
downCastConst = downToQDateTimeConst
downCast = downToQDateTime

decode :: (QDateTimeConstPtr this) => this -> QtahP.IO M24.QDateTime
decode = QtahFHR.decode QtahP.. toQDateTimeConst