qtah-qt5-0.5.1: Qt bindings for Haskell

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.Qtah.Core.QDate

Documentation

class QDateValue a where Source #

Minimal complete definition

withQDatePtr

Methods

withQDatePtr :: a -> (QDateConst -> IO b) -> IO b Source #

Instances
QDateConstPtr a => QDateValue a Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QDate

Methods

withQDatePtr :: a -> (QDateConst -> IO b) -> IO b Source #

class CppPtr this => QDateConstPtr this where Source #

Minimal complete definition

toQDateConst

Methods

toQDateConst :: this -> QDateConst Source #

class QDateConstPtr this => QDatePtr this where Source #

Minimal complete definition

toQDate

Methods

toQDate :: this -> QDate Source #

Instances
QDatePtr QDate Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QDate

Methods

toQDate :: QDate -> QDate Source #

data QDateConst Source #

Instances
Eq QDateConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QDate

Ord QDateConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QDate

Show QDateConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QDate

CppPtr QDateConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QDate

Deletable QDateConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QDate

QDateConstPtr QDateConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QDate

Copyable QDateConst QDate Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QDate

Methods

copy :: QDateConst -> IO QDate #

Decodable QDateConst QDate Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QDate

Methods

decode :: QDateConst -> IO QDate #

data QDate Source #

Instances
Eq QDate Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QDate

Methods

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

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

Ord QDate Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QDate

Methods

compare :: QDate -> QDate -> Ordering #

(<) :: QDate -> QDate -> Bool #

(<=) :: QDate -> QDate -> Bool #

(>) :: QDate -> QDate -> Bool #

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

max :: QDate -> QDate -> QDate #

min :: QDate -> QDate -> QDate #

Show QDate Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QDate

Methods

showsPrec :: Int -> QDate -> ShowS #

show :: QDate -> String #

showList :: [QDate] -> ShowS #

CppPtr QDate Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QDate

Methods

nullptr :: QDate #

withCppPtr :: QDate -> (Ptr QDate -> IO a) -> IO a #

toPtr :: QDate -> Ptr QDate #

touchCppPtr :: QDate -> IO () #

Deletable QDate Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QDate

Methods

delete :: QDate -> IO () #

toGc :: QDate -> IO QDate #

QDatePtr QDate Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QDate

Methods

toQDate :: QDate -> QDate Source #

QDateConstPtr QDate Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QDate

QDateValue a => Assignable QDate a Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QDate

Methods

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

Copyable QDate QDate Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QDate

Methods

copy :: QDate -> IO QDate #

Copyable QDateConst QDate Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QDate

Methods

copy :: QDateConst -> IO QDate #

Decodable QDate QDate Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QDate

Methods

decode :: QDate -> IO QDate #

Decodable QDateConst QDate Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Core.QDate

Methods

decode :: QDateConst -> IO QDate #

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

Defined in Graphics.UI.Qtah.Generated.Core.QDate

Methods

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

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

Defined in Graphics.UI.Qtah.Generated.Core.QDate

Methods

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

cast :: QDatePtr this => this -> QDate Source #

downCastConst :: QDateSuperConst a => a -> QDateConst Source #

downCast :: QDateSuper a => a -> QDate Source #

decode :: QDateConstPtr this => this -> IO QDate Source #

newCopy :: QDateValue arg'1 => arg'1 -> IO QDate Source #

aSSIGN :: (QDatePtr arg'1, QDateValue arg'2) => arg'1 -> arg'2 -> IO QDate Source #

addDays :: QDateValue arg'1 => arg'1 -> Int64 -> IO QDate Source #

addMonths :: QDateValue arg'1 => arg'1 -> Int -> IO QDate Source #

addYears :: QDateValue arg'1 => arg'1 -> Int -> IO QDate Source #

day :: QDateValue arg'1 => arg'1 -> IO Int Source #

dayOfWeek :: QDateValue arg'1 => arg'1 -> IO Int Source #

dayOfYear :: QDateValue arg'1 => arg'1 -> IO Int Source #

daysInMonth :: QDateValue arg'1 => arg'1 -> IO Int Source #

daysInYear :: QDateValue arg'1 => arg'1 -> IO Int Source #

daysTo :: (QDateValue arg'1, QDateValue arg'2) => arg'1 -> arg'2 -> IO Int64 Source #

eQ :: (QDateValue arg'1, QDateValue arg'2) => arg'1 -> arg'2 -> IO Bool Source #

fromString :: QStringValue arg'1 => arg'1 -> IO QDate Source #

fromStringWithStringFormat :: (QStringValue arg'1, QStringValue arg'2) => arg'1 -> arg'2 -> IO QDate Source #

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

isValid :: QDateValue arg'1 => arg'1 -> IO Bool Source #

month :: QDateValue arg'1 => arg'1 -> IO Int Source #

nE :: (QDateValue arg'1, QDateValue arg'2) => arg'1 -> arg'2 -> IO Bool Source #

setDate :: QDatePtr arg'1 => arg'1 -> Int -> Int -> Int -> IO Bool Source #

toJulianDay :: QDateValue arg'1 => arg'1 -> IO Int64 Source #

toString :: QDateValue arg'1 => arg'1 -> IO String Source #

toStringWithStringFormat :: (QDateValue arg'1, QStringValue arg'2) => arg'1 -> arg'2 -> IO String Source #

weekNumber :: QDateValue arg'1 => arg'1 -> IO Int Source #

year :: QDateValue arg'1 => arg'1 -> IO Int Source #