qt-1.1.6.1: Qt bindings

Safe HaskellNone
LanguageHaskell98

Qtc.Classes.Core

Description

Documentation

class QabsolutePath a b where Source

Methods

absolutePath :: a -> b -> IO String Source

Instances

class QaddDays a b c | a -> c where Source

Methods

addDays :: a -> b -> c Source

Instances

class QaddMSecs a b c | a -> c where Source

Methods

addMSecs :: a -> b -> c Source

Instances

class QaddMonths a b c | a -> c where Source

Methods

addMonths :: a -> b -> c Source

Instances

class QaddSecs a b c | a -> c where Source

Methods

addSecs :: a -> b -> c Source

Instances

class QaddYears a b c | a -> c where Source

Methods

addYears :: a -> b -> c Source

Instances

class Qqadjust a b where Source

Methods

qadjust :: a -> b -> IO () Source

class Qqadjusted a b c | a -> c where Source

Methods

qadjusted :: a -> b -> c Source

class Qqqadjusted a b c | a -> c where Source

Methods

qqadjusted :: a -> b -> c Source

Instances

class QqbottomLeft a b c | a -> c where Source

Methods

qbottomLeft :: a -> b -> c Source

Instances

class QqqbottomLeft a b c | a -> c where Source

Methods

qqbottomLeft :: a -> b -> c Source

Instances

QqqbottomLeft (QRect a) () (IO (QPoint ())) 
QqqbottomLeft (QRectF a) () (IO (QPointF ())) 

class QqbottomRight a b c | a -> c where Source

Methods

qbottomRight :: a -> b -> c Source

class QqqbottomRight a b c | a -> c where Source

Methods

qqbottomRight :: a -> b -> c Source

Instances

QqqbottomRight (QRect a) () (IO (QPoint ())) 
QqqbottomRight (QRectF a) () (IO (QPointF ())) 

class QqboundedTo a b c | a -> c where Source

Methods

qboundedTo :: a -> b -> c Source

class QqqboundedTo a b c | a -> c where Source

Methods

qqboundedTo :: a -> b -> c Source

Instances

QqqboundedTo (QSizeF a) (QSizeF t1) (IO (QSizeF ())) 
QqqboundedTo (QSize a) (QSize t1) (IO (QSize ())) 

class QcanonicalPath a b where Source

Methods

canonicalPath :: a -> b -> IO String Source

Instances

class QdaysTo a b where Source

Methods

daysTo :: a -> b -> IO Int Source

Instances

class Qqdx a b c | a -> c where Source

Methods

qdx :: a -> b -> c Source

Instances

Qqdx (QLine a) () (IO Int) 
Qqdx (QMatrix a) () (IO Double) 
Qqdx (QLineF a) () (IO Double) 

class Qqdy a b c | a -> c where Source

Methods

qdy :: a -> b -> c Source

Instances

Qqdy (QLine a) () (IO Int) 
Qqdy (QMatrix a) () (IO Double) 
Qqdy (QLineF a) () (IO Double) 

class Qexists a b where Source

Methods

exists :: a -> b -> IO Bool Source

Instances

Qexists (QFile a) () 
Qexists (QDir a) String 
Qexists (QDir a) () 
Qexists (QFileInfo a) () 

class QqexpandedTo a b c | a -> c where Source

Methods

qexpandedTo :: a -> b -> c Source

class QqqexpandedTo a b c | a -> c where Source

Methods

qqexpandedTo :: a -> b -> c Source

Instances

QqqexpandedTo (QSizeF a) (QSizeF t1) (IO (QSizeF ())) 
QqqexpandedTo (QSize a) (QSize t1) (IO (QSize ())) 

class Qqqintersect a b c | a -> c where Source

Methods

qqintersect :: a -> b -> c Source

Instances

class Qqqintersected a b c | a -> c where Source

Methods

qqintersected :: a -> b -> c Source

Instances

Qqqintersected (QRect a) (QRect t1) (IO (QRect ())) 
Qqqintersected (QRectF a) (QRectF t1) (IO (QRectF ())) 

class QisAbsolute a b where Source

Methods

isAbsolute :: a -> b -> IO Bool Source

Instances

class QisRelative a b where Source

Methods

isRelative :: a -> b -> IO Bool Source

Instances

class QisRoot a b where Source

Methods

isRoot :: a -> b -> IO Bool Source

Instances

QisRoot (QDir a) () 
QisRoot (QFileInfo a) () 

class Qqleft a b c | a -> c where Source

Methods

qleft :: a -> b -> c Source

Instances

class QmakeAbsolute a b where Source

Methods

makeAbsolute :: a -> b -> IO Bool Source

Instances

class QqmoveBottom a b where Source

Methods

qmoveBottom :: a -> b -> IO () Source

class QqmoveBottomLeft a b where Source

Methods

qmoveBottomLeft :: a -> b -> IO () Source

class QqqmoveBottomLeft a b where Source

Methods

qqmoveBottomLeft :: a -> b -> IO () Source

class QqqmoveBottomRight a b where Source

Methods

qqmoveBottomRight :: a -> b -> IO () Source

class QqmoveCenter a b where Source

Methods

qmoveCenter :: a -> b -> IO () Source

class QqqmoveCenter a b where Source

Methods

qqmoveCenter :: a -> b -> IO () Source

Instances

class QqmoveLeft a b where Source

Methods

qmoveLeft :: a -> b -> IO () Source

class QqmoveRight a b where Source

Methods

qmoveRight :: a -> b -> IO () Source

class QqmoveTop a b where Source

Methods

qmoveTop :: a -> b -> IO () Source

class QqmoveTopLeft a b where Source

Methods

qmoveTopLeft :: a -> b -> IO () Source

class QqqmoveTopLeft a b where Source

Methods

qqmoveTopLeft :: a -> b -> IO () Source

Instances

class QqmoveTopRight a b where Source

Methods

qmoveTopRight :: a -> b -> IO () Source

class QqqmoveTopRight a b where Source

Methods

qqmoveTopRight :: a -> b -> IO () Source

class Qqnormalized a b c | a -> c where Source

Methods

qnormalized :: a -> b -> c Source

Instances

class Qqqnormalized a b c | a -> c where Source

Methods

qqnormalized :: a -> b -> c Source

Instances

Qqqnormalized (QRect a) () (IO (QRect ())) 
Qqqnormalized (QRectF a) () (IO (QRectF ())) 

class Qqp1 a b c | a -> c where Source

Methods

qp1 :: a -> b -> c Source

Instances

Qqp1 (QLine a) () (IO Point) 
Qqp1 (QLineF a) () (IO PointF) 

class Qqqp1 a b c | a -> c where Source

Methods

qqp1 :: a -> b -> c Source

Instances

Qqqp1 (QLine a) () (IO (QPoint ())) 
Qqqp1 (QLineF a) () (IO (QPointF ())) 

class Qqp2 a b c | a -> c where Source

Methods

qp2 :: a -> b -> c Source

Instances

Qqp2 (QLine a) () (IO Point) 
Qqp2 (QLineF a) () (IO PointF) 

class Qqqp2 a b c | a -> c where Source

Methods

qqp2 :: a -> b -> c Source

Instances

Qqqp2 (QLine a) () (IO (QPoint ())) 
Qqqp2 (QLineF a) () (IO (QPointF ())) 

class Qqread a b where Source

Methods

qread :: a -> b -> IO String Source

class QreadLine a b where Source

Methods

readLine :: a -> b -> IO String Source

class QreadLink a b where Source

Methods

readLink :: a -> b -> IO String Source

class QresetStatus a b where Source

Methods

resetStatus :: a -> b -> IO () Source

class Qqright a b c | a -> c where Source

Methods

qright :: a -> b -> c Source

Instances

class Qqqscale a b where Source

Methods

qqscale :: a -> b -> IO () Source

class QsecsTo a b where Source

Methods

secsTo :: a -> b -> IO Int Source

Instances

class QqsetBottomLeft a b where Source

Methods

qsetBottomLeft :: a -> b -> IO () Source

class QqqsetBottomLeft a b where Source

Methods

qqsetBottomLeft :: a -> b -> IO () Source

class QqsetBottomRight a b where Source

Methods

qsetBottomRight :: a -> b -> IO () Source

class QqqsetBottomRight a b where Source

Methods

qqsetBottomRight :: a -> b -> IO () Source

class QqsetCoords a b where Source

Methods

qsetCoords :: a -> b -> IO () Source

class QqsetLeft a b where Source

Methods

qsetLeft :: a -> b -> IO () Source

class QqsetRight a b where Source

Methods

qsetRight :: a -> b -> IO () Source

class QqqsetSize a b where Source

Methods

qqsetSize :: a -> b -> IO () Source

Instances

class QqsetTopLeft a b where Source

Methods

qsetTopLeft :: a -> b -> IO () Source

class QqqsetTopLeft a b where Source

Methods

qqsetTopLeft :: a -> b -> IO () Source

Instances

class QqsetTopRight a b where Source

Methods

qsetTopRight :: a -> b -> IO () Source

class QqqsetTopRight a b where Source

Methods

qqsetTopRight :: a -> b -> IO () Source

Instances

class QqsetX a b where Source

Methods

qsetX :: a -> b -> IO () Source

Instances

class QqsetY a b where Source

Methods

qsetY :: a -> b -> IO () Source

Instances

class Qsibling a b where Source

Methods

sibling :: a -> b -> IO (QModelIndex ()) Source

class Qstatus a b c | a -> c where Source

Methods

status :: a -> b -> c Source

class QsymLinkTarget a b where Source

Methods

symLinkTarget :: a -> b -> IO String Source

Instances

class QtimerId a b where Source

Methods

timerId :: a -> b -> IO Int Source

Instances

class QqtopLeft a b c | a -> c where Source

Methods

qtopLeft :: a -> b -> c Source

class QqqtopLeft a b c | a -> c where Source

Methods

qqtopLeft :: a -> b -> c Source

Instances

QqqtopLeft (QRect a) () (IO (QPoint ())) 
QqqtopLeft (QRectF a) () (IO (QPointF ())) 

class QqtopRight a b c | a -> c where Source

Methods

qtopRight :: a -> b -> c Source

Instances

class QqqtopRight a b c | a -> c where Source

Methods

qqtopRight :: a -> b -> c Source

Instances

QqqtopRight (QRect a) () (IO (QPoint ())) 
QqqtopRight (QRectF a) () (IO (QPointF ())) 

class Qqqunite a b c | a -> c where Source

Methods

qqunite :: a -> b -> c Source

Instances

Qqqunite (QRect a) (QRect t1) (IO (QRect ())) 
Qqqunite (QRectF a) (QRectF t1) (IO (QRectF ())) 

class Qqqunited a b c | a -> c where Source

Methods

qqunited :: a -> b -> c Source

Instances

Qqqunited (QRect a) (QRect t1) (IO (QRect ())) 
Qqqunited (QRectF a) (QRectF t1) (IO (QRectF ())) 

class Qqx1 a b c | a -> c where Source

Methods

qx1 :: a -> b -> c Source

Instances

Qqx1 (QLine a) () (IO Int) 
Qqx1 (QLineF a) () (IO Double) 

class Qqx2 a b c | a -> c where Source

Methods

qx2 :: a -> b -> c Source

Instances

Qqx2 (QLine a) () (IO Int) 
Qqx2 (QLineF a) () (IO Double) 

class Qqy1 a b c | a -> c where Source

Methods

qy1 :: a -> b -> c Source

Instances

Qqy1 (QLine a) () (IO Int) 
Qqy1 (QLineF a) () (IO Double) 

class Qqy2 a b c | a -> c where Source

Methods

qy2 :: a -> b -> c Source

Instances

Qqy2 (QLine a) () (IO Int) 
Qqy2 (QLineF a) () (IO Double)