| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Qtc.Classes.Core
Description
Documentation
class QabsoluteFilePath a b where Source
Methods
absoluteFilePath :: a -> b -> IO String Source
Instances
| QabsoluteFilePath (QDir a) String | |
| QabsoluteFilePath (QFileInfo a) () |
class QabsolutePath a b where Source
Methods
absolutePath :: a -> b -> IO String Source
Instances
| QabsolutePath (QDir a) () | |
| QabsolutePath (QFileInfo a) () |
class QaddMonths a b c | a -> c where Source
Instances
| QaddMonths (QDateTime a) Int (IO (QDateTime ())) | |
| QaddMonths (QDate a) Int (IO (QDate ())) |
class Qqadjusted a b c | a -> c where Source
class Qqqadjusted a b c | a -> c where Source
Methods
qqadjusted :: a -> b -> c Source
class QqbottomLeft a b c | a -> c where Source
Methods
qbottomLeft :: a -> b -> c Source
Instances
| QqbottomLeft (QRect a) () (IO Point) | |
| QqbottomLeft (QRectF a) () (IO PointF) |
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
Instances
| QqbottomRight (QRect a) () (IO Point) | |
| QqbottomRight (QRectF a) () (IO PointF) | |
| QqbottomRight (QItemSelectionRange a) () (IO (QModelIndex ())) |
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
Instances
| QqboundedTo (QSizeF a) SizeF (IO SizeF) | |
| QqboundedTo (QSize a) Size (IO Size) |
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
| QcanonicalPath (QDir a) () | |
| QcanonicalPath (QFileInfo a) () |
class QqcontainsPoint a b where Source
Methods
qcontainsPoint :: a -> b -> IO Bool Source
Instances
| QqcontainsPoint (QPolygon a) (Point, FillRule) | |
| QqcontainsPoint (QPolygonF a) (PointF, FillRule) |
class QqqcontainsPoint a b where Source
Methods
qqcontainsPoint :: a -> b -> IO Bool Source
Instances
| QqqcontainsPoint (QPolygon a) (QPoint t1, FillRule) | |
| QqqcontainsPoint (QPolygonF a) (QPointF t1, FillRule) |
class QqexpandedTo a b c | a -> c where Source
Methods
qexpandedTo :: a -> b -> c Source
Instances
| QqexpandedTo (QSizeF a) SizeF (IO SizeF) | |
| QqexpandedTo (QSize a) Size (IO Size) |
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
| Qqqintersect (QRect a) (QRect t1) (IO (QRect ())) | |
| Qqqintersect (QRectF a) (QRectF t1) (IO (QRectF ())) | |
| Qqqintersect (QLineF a) (QLineF t1, QPointF t2) (IO IntersectType) |
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
| QisAbsolute (QDir a) () | |
| QisAbsolute (QFileInfo a) () |
class QisRelative a b where Source
Methods
isRelative :: a -> b -> IO Bool Source
Instances
| QisRelative (QDir a) () | |
| QisRelative (QUrl a) () | |
| QisRelative (QFileInfo a) () |
class QmakeAbsolute a b where Source
Methods
makeAbsolute :: a -> b -> IO Bool Source
Instances
| QmakeAbsolute (QDir a) () | |
| QmakeAbsolute (QFileInfo a) () |
class QqmoveBottom a b where Source
Methods
qmoveBottom :: a -> b -> IO () Source
Instances
| QqmoveBottom (QRect a) Int | |
| QqmoveBottom (QRectF a) Double |
class QqqmoveBottomLeft a b where Source
Methods
qqmoveBottomLeft :: a -> b -> IO () Source
Instances
| QqqmoveBottomLeft (QRect a) (QPoint t1) | |
| QqqmoveBottomLeft (QRectF a) (QPointF t1) |
class QqqmoveBottomRight a b where Source
Methods
qqmoveBottomRight :: a -> b -> IO () Source
Instances
| QqqmoveBottomRight (QRect a) (QPoint t1) | |
| QqqmoveBottomRight (QRectF a) (QPointF t1) |
class QqmoveCenter a b where Source
Methods
qmoveCenter :: a -> b -> IO () Source
Instances
| QqmoveCenter (QRect a) Point | |
| QqmoveCenter (QRectF a) PointF |
class QqqmoveCenter a b where Source
Methods
qqmoveCenter :: a -> b -> IO () Source
Instances
| QqqmoveCenter (QRect a) (QPoint t1) | |
| QqqmoveCenter (QRectF a) (QPointF t1) |
class QqmoveLeft a b where Source
Instances
| QqmoveLeft (QRect a) Int | |
| QqmoveLeft (QRectF a) Double |
class QqmoveRight a b where Source
Methods
qmoveRight :: a -> b -> IO () Source
Instances
| QqmoveRight (QRect a) Int | |
| QqmoveRight (QRectF a) Double |
class QqmoveTopLeft a b where Source
Methods
qmoveTopLeft :: a -> b -> IO () Source
Instances
| QqmoveTopLeft (QRect a) Point | |
| QqmoveTopLeft (QRectF a) PointF |
class QqqmoveTopLeft a b where Source
Methods
qqmoveTopLeft :: a -> b -> IO () Source
Instances
| QqqmoveTopLeft (QRect a) (QPoint t1) | |
| QqqmoveTopLeft (QRectF a) (QPointF t1) |
class QqmoveTopRight a b where Source
Methods
qmoveTopRight :: a -> b -> IO () Source
Instances
| QqmoveTopRight (QRect a) Point | |
| QqmoveTopRight (QRectF a) PointF |
class QqqmoveTopRight a b where Source
Methods
qqmoveTopRight :: a -> b -> IO () Source
Instances
| QqqmoveTopRight (QRect a) (QPoint t1) | |
| QqqmoveTopRight (QRectF a) (QPointF t1) |
class Qqnormalized a b c | a -> c where Source
Methods
qnormalized :: a -> b -> c Source
Instances
| Qqnormalized (QRect a) () (IO Rect) | |
| Qqnormalized (QRectF a) () (IO RectF) |
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 QreadLine a b where Source
Instances
| QreadLine (QTextStream a) Int | |
| QreadLine (QTextStream a) () | |
| QreadLine (QIODevice a) Int | |
| QreadLine (QIODevice a) () |
class QresetStatus a b where Source
Methods
resetStatus :: a -> b -> IO () Source
Instances
| QresetStatus (QTextStream a) () | |
| QresetStatus (QDataStream a) () |
class Qqqscale a b where Source
Instances
| Qqqscale (QSizeF a) (QSizeF t1, AspectRatioMode) | |
| Qqqscale (QSize a) (QSize t1, AspectRatioMode) |
class QqsetBottomLeft a b where Source
Methods
qsetBottomLeft :: a -> b -> IO () Source
Instances
| QqsetBottomLeft (QRect a) Point | |
| QqsetBottomLeft (QRectF a) PointF |
class QqqsetBottomLeft a b where Source
Methods
qqsetBottomLeft :: a -> b -> IO () Source
Instances
| QqqsetBottomLeft (QRect a) (QPoint t1) | |
| QqqsetBottomLeft (QRectF a) (QPointF t1) |
class QqqsetBottomRight a b where Source
Methods
qqsetBottomRight :: a -> b -> IO () Source
Instances
| QqqsetBottomRight (QRect a) (QPoint t1) | |
| QqqsetBottomRight (QRectF a) (QPointF t1) |
class QqsetCoords a b where Source
Methods
qsetCoords :: a -> b -> IO () Source
class QqsetRight a b where Source
Instances
| QqsetRight (QRect a) Int | |
| QqsetRight (QRectF a) Double |
class QqqsetSize a b where Source
Instances
| QqqsetSize (QRect a) (QSize t1) | |
| QqqsetSize (QRectF a) (QSizeF t1) |
class QsetStatus a b where Source
Instances
class QqsetTopLeft a b where Source
Methods
qsetTopLeft :: a -> b -> IO () Source
Instances
| QqsetTopLeft (QRect a) Point | |
| QqsetTopLeft (QRectF a) PointF |
class QqqsetTopLeft a b where Source
Methods
qqsetTopLeft :: a -> b -> IO () Source
Instances
| QqqsetTopLeft (QRect a) (QPoint t1) | |
| QqqsetTopLeft (QRectF a) (QPointF t1) |
class QqsetTopRight a b where Source
Methods
qsetTopRight :: a -> b -> IO () Source
Instances
| QqsetTopRight (QRect a) Point | |
| QqsetTopRight (QRectF a) PointF |
class QqqsetTopRight a b where Source
Methods
qqsetTopRight :: a -> b -> IO () Source
Instances
| QqqsetTopRight (QRect a) (QPoint t1) | |
| QqqsetTopRight (QRectF a) (QPointF t1) |
class Qsibling a b where Source
Methods
sibling :: a -> b -> IO (QModelIndex ()) Source
Instances
| Qsibling (QModelIndex a) (Int, Int) | |
| Qsibling (QAbstractItemModel a) (Int, Int, QModelIndex t3) |
class Qstatus a b c | a -> c where Source
Instances
| Qstatus (QSettings a) () (IO Status) | |
| Qstatus (QTextStream a) () (IO QTextStreamStatus) | |
| Qstatus (QDataStream a) () (IO QDataStreamStatus) |
class QsymLinkTarget a b where Source
Methods
symLinkTarget :: a -> b -> IO String Source
Instances
| QsymLinkTarget (QFile a) () | |
| QsymLinkTarget (QFileInfo a) () |
class QtimerId a b where Source
Instances
| QtimerId (QTimer a) () | |
| QtimerId (QTimerEvent a) () | |
| QtimerId (QBasicTimer a) () |
class QqqtopLeft a b c | a -> c where Source
Instances
| QqqtopLeft (QRect a) () (IO (QPoint ())) | |
| QqqtopLeft (QRectF a) () (IO (QPointF ())) |
class QqtopRight a b c | a -> c where Source
Instances
| QqtopRight (QRect a) () (IO Point) | |
| QqtopRight (QRectF a) () (IO PointF) |
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 ())) |