Documentation
class QqTextCursor x1 where #
qTextCursor :: x1 -> IO (QTextCursor ()) #
Instances
QqTextCursor () # | |
Defined in Qtc.Gui.QTextCursor qTextCursor :: () -> IO (QTextCursor ()) # | |
QqTextCursor (QTextDocument t1) # | |
Defined in Qtc.Gui.QTextCursor qTextCursor :: QTextDocument t1 -> IO (QTextCursor ()) # | |
QqTextCursor (QTextCursor t1) # | |
Defined in Qtc.Gui.QTextCursor qTextCursor :: QTextCursor t1 -> IO (QTextCursor ()) # | |
QqTextCursor (QTextBlock t1) # | |
Defined in Qtc.Gui.QTextCursor qTextCursor :: QTextBlock t1 -> IO (QTextCursor ()) # | |
QqTextCursor (QTextFrame t1) # | |
Defined in Qtc.Gui.QTextCursor qTextCursor :: QTextFrame t1 -> IO (QTextCursor ()) # |
class QqTextCursor_nf x1 where #
qTextCursor_nf :: x1 -> IO (QTextCursor ()) #
Instances
QqTextCursor_nf () # | |
Defined in Qtc.Gui.QTextCursor qTextCursor_nf :: () -> IO (QTextCursor ()) # | |
QqTextCursor_nf (QTextDocument t1) # | |
Defined in Qtc.Gui.QTextCursor qTextCursor_nf :: QTextDocument t1 -> IO (QTextCursor ()) # | |
QqTextCursor_nf (QTextCursor t1) # | |
Defined in Qtc.Gui.QTextCursor qTextCursor_nf :: QTextCursor t1 -> IO (QTextCursor ()) # | |
QqTextCursor_nf (QTextBlock t1) # | |
Defined in Qtc.Gui.QTextCursor qTextCursor_nf :: QTextBlock t1 -> IO (QTextCursor ()) # | |
QqTextCursor_nf (QTextFrame t1) # | |
Defined in Qtc.Gui.QTextCursor qTextCursor_nf :: QTextFrame t1 -> IO (QTextCursor ()) # |
atBlockEnd :: QTextCursor a -> () -> IO Bool #
atBlockStart :: QTextCursor a -> () -> IO Bool #
atStart :: QTextCursor a -> () -> IO Bool #
beginEditBlock :: QTextCursor a -> () -> IO () #
blockCharFormat :: QTextCursor a -> () -> IO (QTextCharFormat ()) #
blockCharFormat_nf :: QTextCursor a -> () -> IO (QTextCharFormat ()) #
class QcreateList x1 where #
createList :: QTextCursor a -> x1 -> IO (QTextList ()) #
Instances
QcreateList QTextListFormat_Style # | |
Defined in Qtc.Gui.QTextCursor createList :: QTextCursor a -> QTextListFormat_Style -> IO (QTextList ()) # | |
QcreateList (QTextListFormat t1) # | |
Defined in Qtc.Gui.QTextCursor createList :: QTextCursor a -> QTextListFormat t1 -> IO (QTextList ()) # |
currentList :: QTextCursor a -> () -> IO (QTextList ()) #
currentTable :: QTextCursor a -> () -> IO (QTextTable ()) #
deleteChar :: QTextCursor a -> () -> IO () #
deletePreviousChar :: QTextCursor a -> () -> IO () #
endEditBlock :: QTextCursor a -> () -> IO () #
hasComplexSelection :: QTextCursor a -> () -> IO Bool #
class QinsertBlock x1 where #
insertBlock :: QTextCursor a -> x1 -> IO () #
Instances
QinsertBlock () # | |
Defined in Qtc.Gui.QTextCursor insertBlock :: QTextCursor a -> () -> IO () # | |
QinsertBlock (QTextBlockFormat t1) # | |
Defined in Qtc.Gui.QTextCursor insertBlock :: QTextCursor a -> QTextBlockFormat t1 -> IO () # | |
QinsertBlock (QTextBlockFormat t1, QTextCharFormat t2) # | |
Defined in Qtc.Gui.QTextCursor insertBlock :: QTextCursor a -> (QTextBlockFormat t1, QTextCharFormat t2) -> IO () # |
insertFragment :: QTextCursor a -> QTextDocumentFragment t1 -> IO () #
insertFrame :: QTextCursor a -> QTextFrameFormat t1 -> IO (QTextFrame ()) #
class QinsertImage x1 where #
insertImage :: QTextCursor a -> x1 -> IO () #
Instances
QinsertImage String # | |
Defined in Qtc.Gui.QTextCursor insertImage :: QTextCursor a -> String -> IO () # | |
QinsertImage (QTextImageFormat t1) # | |
Defined in Qtc.Gui.QTextCursor insertImage :: QTextCursor a -> QTextImageFormat t1 -> IO () # | |
QinsertImage (QImage t1) # | |
Defined in Qtc.Gui.QTextCursor insertImage :: QTextCursor a -> QImage t1 -> IO () # | |
QinsertImage (QTextImageFormat t1, QTextFrameFormat_Position) # | |
Defined in Qtc.Gui.QTextCursor insertImage :: QTextCursor a -> (QTextImageFormat t1, QTextFrameFormat_Position) -> IO () # | |
QinsertImage (QImage t1, String) # | |
Defined in Qtc.Gui.QTextCursor insertImage :: QTextCursor a -> (QImage t1, String) -> IO () # |
class QinsertList x1 where #
insertList :: QTextCursor a -> x1 -> IO (QTextList ()) #
Instances
QinsertList QTextListFormat_Style # | |
Defined in Qtc.Gui.QTextCursor insertList :: QTextCursor a -> QTextListFormat_Style -> IO (QTextList ()) # | |
QinsertList (QTextListFormat t1) # | |
Defined in Qtc.Gui.QTextCursor insertList :: QTextCursor a -> QTextListFormat t1 -> IO (QTextList ()) # |
class QinsertTable x1 where #
insertTable :: QTextCursor a -> x1 -> IO (QTextTable ()) #
Instances
QinsertTable (Int, Int) # | |
Defined in Qtc.Gui.QTextCursor insertTable :: QTextCursor a -> (Int, Int) -> IO (QTextTable ()) # | |
QinsertTable (Int, Int, QTextTableFormat t3) # | |
Defined in Qtc.Gui.QTextCursor insertTable :: QTextCursor a -> (Int, Int, QTextTableFormat t3) -> IO (QTextTable ()) # |
class QinsertText x1 where #
insertText :: QTextCursor a -> x1 -> IO () #
Instances
QinsertText String # | |
Defined in Qtc.Gui.QTextCursor insertText :: QTextCursor a -> String -> IO () # | |
QinsertText (String, QTextCharFormat t2) # | |
Defined in Qtc.Gui.QTextCursor insertText :: QTextCursor a -> (String, QTextCharFormat t2) -> IO () # |
joinPreviousEditBlock :: QTextCursor a -> () -> IO () #
keepPositionOnInsert :: QTextCursor a -> () -> IO Bool #
mergeBlockCharFormat :: QTextCursor a -> QTextCharFormat t1 -> IO () #
mergeBlockFormat :: QTextCursor a -> QTextBlockFormat t1 -> IO () #
mergeCharFormat :: QTextCursor a -> QTextCharFormat t1 -> IO () #
positionInBlock :: QTextCursor a -> () -> IO Int #
selectedTableCells :: QTextCursor a -> (QIntPtr t1, QIntPtr t2, QIntPtr t3, QIntPtr t4) -> IO () #
setBlockCharFormat :: QTextCursor a -> QTextCharFormat t1 -> IO () #
setBlockFormat :: QTextCursor a -> QTextBlockFormat t1 -> IO () #
setCharFormat :: QTextCursor a -> QTextCharFormat t1 -> IO () #
setKeepPositionOnInsert :: QTextCursor a -> Bool -> IO () #
setVerticalMovementX :: QTextCursor a -> Int -> IO () #
setVisualNavigation :: QTextCursor a -> Bool -> IO () #
verticalMovementX :: QTextCursor a -> () -> IO Int #
visualNavigation :: QTextCursor a -> () -> IO Bool #
qTextCursor_delete :: QTextCursor a -> IO () #