Documentation
class QqTextLine x1 where #
Instances
QqTextLine () # | |
Defined in Qtc.Gui.QTextLine | |
QqTextLine (QTextLine t1) # | |
Defined in Qtc.Gui.QTextLine |
class QqTextLine_nf x1 where #
qTextLine_nf :: x1 -> IO (QTextLine ()) #
Instances
QqTextLine_nf () # | |
Defined in Qtc.Gui.QTextLine qTextLine_nf :: () -> IO (QTextLine ()) # | |
QqTextLine_nf (QTextLine t1) # | |
Defined in Qtc.Gui.QTextLine qTextLine_nf :: QTextLine t1 -> IO (QTextLine ()) # |
class QcursorToX x1 where #
Instances
QcursorToX Int # | |
Defined in Qtc.Gui.QTextLine | |
QcursorToX (QIntPtr t1) # | |
Defined in Qtc.Gui.QTextLine | |
QcursorToX (Int, QTextLine_Edge) # | |
Defined in Qtc.Gui.QTextLine cursorToX :: QTextLine a -> (Int, QTextLine_Edge) -> IO Double # | |
QcursorToX (QIntPtr t1, QTextLine_Edge) # | |
Defined in Qtc.Gui.QTextLine cursorToX :: QTextLine a -> (QIntPtr t1, QTextLine_Edge) -> IO Double # |
horizontalAdvance :: QTextLine a -> () -> IO Double #
leadingIncluded :: QTextLine a -> () -> IO Bool #
qnaturalTextRect :: QTextLine a -> () -> IO (QRectF ()) #
naturalTextRect :: QTextLine a -> () -> IO RectF #
naturalTextWidth :: QTextLine a -> () -> IO Double #
setLeadingIncluded :: QTextLine a -> Bool -> IO () #
class QsetNumColumns x1 where #
setNumColumns :: QTextLine a -> x1 -> IO () #
Instances
QsetNumColumns Int # | |
Defined in Qtc.Gui.QTextLine setNumColumns :: QTextLine a -> Int -> IO () # | |
QsetNumColumns (Int, Double) # | |
Defined in Qtc.Gui.QTextLine setNumColumns :: QTextLine a -> (Int, Double) -> IO () # |
textLength :: QTextLine a -> () -> IO Int #
class QxToCursor x1 where #
Instances
QxToCursor Double # | |
Defined in Qtc.Gui.QTextLine | |
QxToCursor (Double, CursorPosition) # | |
Defined in Qtc.Gui.QTextLine xToCursor :: QTextLine a -> (Double, CursorPosition) -> IO Int # |
qTextLine_delete :: QTextLine a -> IO () #