Qtc.Gui.QTextCursor

Contents

Documentation

class QqTextCursor x1 where #

Methods

qTextCursor :: x1 -> IO (QTextCursor ()) #

Instances
QqTextCursor () # 
Instance details

Defined in Qtc.Gui.QTextCursor

Methods

qTextCursor :: () -> IO (QTextCursor ()) #

QqTextCursor (QTextDocument t1) # 
Instance details

Defined in Qtc.Gui.QTextCursor

Methods

qTextCursor :: QTextDocument t1 -> IO (QTextCursor ()) #

QqTextCursor (QTextCursor t1) # 
Instance details

Defined in Qtc.Gui.QTextCursor

Methods

qTextCursor :: QTextCursor t1 -> IO (QTextCursor ()) #

QqTextCursor (QTextBlock t1) # 
Instance details

Defined in Qtc.Gui.QTextCursor

Methods

qTextCursor :: QTextBlock t1 -> IO (QTextCursor ()) #

QqTextCursor (QTextFrame t1) # 
Instance details

Defined in Qtc.Gui.QTextCursor

Methods

qTextCursor :: QTextFrame t1 -> IO (QTextCursor ()) #

class QqTextCursor_nf x1 where #

Methods

qTextCursor_nf :: x1 -> IO (QTextCursor ()) #

Instances
QqTextCursor_nf () # 
Instance details

Defined in Qtc.Gui.QTextCursor

Methods

qTextCursor_nf :: () -> IO (QTextCursor ()) #

QqTextCursor_nf (QTextDocument t1) # 
Instance details

Defined in Qtc.Gui.QTextCursor

Methods

qTextCursor_nf :: QTextDocument t1 -> IO (QTextCursor ()) #

QqTextCursor_nf (QTextCursor t1) # 
Instance details

Defined in Qtc.Gui.QTextCursor

Methods

qTextCursor_nf :: QTextCursor t1 -> IO (QTextCursor ()) #

QqTextCursor_nf (QTextBlock t1) # 
Instance details

Defined in Qtc.Gui.QTextCursor

Methods

qTextCursor_nf :: QTextBlock t1 -> IO (QTextCursor ()) #

QqTextCursor_nf (QTextFrame t1) # 
Instance details

Defined in Qtc.Gui.QTextCursor

Methods

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 () #

class QcreateList x1 where #

Methods

createList :: QTextCursor a -> x1 -> IO (QTextList ()) #

Instances
QcreateList QTextListFormat_Style # 
Instance details

Defined in Qtc.Gui.QTextCursor

QcreateList (QTextListFormat t1) # 
Instance details

Defined in Qtc.Gui.QTextCursor

Methods

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 #

Methods

insertBlock :: QTextCursor a -> x1 -> IO () #

Instances
QinsertBlock () # 
Instance details

Defined in Qtc.Gui.QTextCursor

Methods

insertBlock :: QTextCursor a -> () -> IO () #

QinsertBlock (QTextBlockFormat t1) # 
Instance details

Defined in Qtc.Gui.QTextCursor

Methods

insertBlock :: QTextCursor a -> QTextBlockFormat t1 -> IO () #

QinsertBlock (QTextBlockFormat t1, QTextCharFormat t2) # 
Instance details

Defined in Qtc.Gui.QTextCursor

Methods

insertBlock :: QTextCursor a -> (QTextBlockFormat t1, QTextCharFormat t2) -> IO () #

class QinsertImage x1 where #

Methods

insertImage :: QTextCursor a -> x1 -> IO () #

Instances
QinsertImage String # 
Instance details

Defined in Qtc.Gui.QTextCursor

Methods

insertImage :: QTextCursor a -> String -> IO () #

QinsertImage (QTextImageFormat t1) # 
Instance details

Defined in Qtc.Gui.QTextCursor

Methods

insertImage :: QTextCursor a -> QTextImageFormat t1 -> IO () #

QinsertImage (QImage t1) # 
Instance details

Defined in Qtc.Gui.QTextCursor

Methods

insertImage :: QTextCursor a -> QImage t1 -> IO () #

QinsertImage (QTextImageFormat t1, QTextFrameFormat_Position) # 
Instance details

Defined in Qtc.Gui.QTextCursor

QinsertImage (QImage t1, String) # 
Instance details

Defined in Qtc.Gui.QTextCursor

Methods

insertImage :: QTextCursor a -> (QImage t1, String) -> IO () #

class QinsertList x1 where #

Methods

insertList :: QTextCursor a -> x1 -> IO (QTextList ()) #

Instances
QinsertList QTextListFormat_Style # 
Instance details

Defined in Qtc.Gui.QTextCursor

QinsertList (QTextListFormat t1) # 
Instance details

Defined in Qtc.Gui.QTextCursor

Methods

insertList :: QTextCursor a -> QTextListFormat t1 -> IO (QTextList ()) #

class QinsertTable x1 where #

Methods

insertTable :: QTextCursor a -> x1 -> IO (QTextTable ()) #

Instances
QinsertTable (Int, Int) # 
Instance details

Defined in Qtc.Gui.QTextCursor

Methods

insertTable :: QTextCursor a -> (Int, Int) -> IO (QTextTable ()) #

QinsertTable (Int, Int, QTextTableFormat t3) # 
Instance details

Defined in Qtc.Gui.QTextCursor

Methods

insertTable :: QTextCursor a -> (Int, Int, QTextTableFormat t3) -> IO (QTextTable ()) #

class QinsertText x1 where #

Methods

insertText :: QTextCursor a -> x1 -> IO () #

Instances
QinsertText String # 
Instance details

Defined in Qtc.Gui.QTextCursor

Methods

insertText :: QTextCursor a -> String -> IO () #

QinsertText (String, QTextCharFormat t2) # 
Instance details

Defined in Qtc.Gui.QTextCursor

Methods

insertText :: QTextCursor a -> (String, QTextCharFormat t2) -> IO () #

joinPreviousEditBlock :: QTextCursor a -> () -> IO () #

keepPositionOnInsert :: QTextCursor a -> () -> IO Bool #

positionInBlock :: QTextCursor a -> () -> IO Int #

selectedTableCells :: QTextCursor a -> (QIntPtr t1, QIntPtr t2, QIntPtr t3, QIntPtr t4) -> 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 #

Orphan instances

QsetPosition (QTextCursor a) Int # 
Instance details

Methods

setPosition :: QTextCursor a -> Int -> IO () #

QselectionStart (QTextCursor a) () # 
Instance details

Methods

selectionStart :: QTextCursor a -> () -> IO Int #

QselectionEnd (QTextCursor a) () # 
Instance details

Methods

selectionEnd :: QTextCursor a -> () -> IO Int #

QselectedText (QTextCursor a) () # 
Instance details

Methods

selectedText :: QTextCursor a -> () -> IO String #

QremoveSelectedText (QTextCursor a) () # 
Instance details

Methods

removeSelectedText :: QTextCursor a -> () -> IO () #

QmovePosition (QTextCursor a) QTextCursor_MoveOperation # 
Instance details

QqisNull (QTextCursor a) () # 
Instance details

Methods

qisNull :: QTextCursor a -> () -> IO Bool #

QinsertHtml (QTextCursor a) String # 
Instance details

Methods

insertHtml :: QTextCursor a -> String -> IO () #

QhasSelection (QTextCursor a) () # 
Instance details

Methods

hasSelection :: QTextCursor a -> () -> IO Bool #

QcolumnNumber (QTextCursor a) () # 
Instance details

Methods

columnNumber :: QTextCursor a -> () -> IO Int #

QclearSelection (QTextCursor a) () # 
Instance details

Methods

clearSelection :: QTextCursor a -> () -> IO () #

QatEnd (QTextCursor a) () # 
Instance details

Methods

atEnd :: QTextCursor a -> () -> IO Bool #

QcharFormat_nf (QTextCursor a) () # 
Instance details

Methods

charFormat_nf :: QTextCursor a -> () -> IO (QTextCharFormat ()) #

QcharFormat (QTextCursor a) () # 
Instance details

Methods

charFormat :: QTextCursor a -> () -> IO (QTextCharFormat ()) #

QblockNumber (QTextCursor a) () # 
Instance details

Methods

blockNumber :: QTextCursor a -> () -> IO Int #

QblockFormat_nf (QTextCursor a) () # 
Instance details

Methods

blockFormat_nf :: QTextCursor a -> () -> IO (QTextBlockFormat ()) #

QblockFormat (QTextCursor a) () # 
Instance details

Methods

blockFormat :: QTextCursor a -> () -> IO (QTextBlockFormat ()) #

Qselection (QTextCursor a) () (IO (QTextDocumentFragment ())) # 
Instance details

Methods

selection :: QTextCursor a -> () -> IO (QTextDocumentFragment ()) #

Qselect (QTextCursor a) QTextCursor_SelectionType (IO ()) # 
Instance details

Qposition (QTextCursor a) () (IO Int) # 
Instance details

Methods

position :: QTextCursor a -> () -> IO Int #

Qdocument (QTextCursor a) () (IO (QTextDocument ())) # 
Instance details

Methods

document :: QTextCursor a -> () -> IO (QTextDocument ()) #

QcurrentFrame (QTextCursor a) () (IO (QTextFrame ())) # 
Instance details

Methods

currentFrame :: QTextCursor a -> () -> IO (QTextFrame ()) #

Qblock (QTextCursor a) () (IO (QTextBlock ())) # 
Instance details

Methods

block :: QTextCursor a -> () -> IO (QTextBlock ()) #

Qanchor (QTextCursor a) () (IO Int) # 
Instance details

Methods

anchor :: QTextCursor a -> () -> IO Int #

Qqswap (QTextCursor ()) (QTextCursor t1) # 
Instance details

Methods

qswap :: QTextCursor () -> QTextCursor t1 -> IO () #

Qqswap (QTextCursorSc a) (QTextCursor t1) # 
Instance details

Methods

qswap :: QTextCursorSc a -> QTextCursor t1 -> IO () #

Qqone (QTextCursor ()) (QTextCursor t1) # 
Instance details

Methods

qone :: QTextCursor () -> QTextCursor t1 -> IO Bool #

Qqone (QTextCursorSc a) (QTextCursor t1) # 
Instance details

Methods

qone :: QTextCursorSc a -> QTextCursor t1 -> IO Bool #

Qqole (QTextCursor a) (QTextCursor t1) # 
Instance details

Methods

qole :: QTextCursor a -> QTextCursor t1 -> IO Bool #

Qqol (QTextCursor a) (QTextCursor t1) # 
Instance details

Methods

qol :: QTextCursor a -> QTextCursor t1 -> IO Bool #

Qqoge (QTextCursor a) (QTextCursor t1) # 
Instance details

Methods

qoge :: QTextCursor a -> QTextCursor t1 -> IO Bool #

Qqog (QTextCursor a) (QTextCursor t1) # 
Instance details

Methods

qog :: QTextCursor a -> QTextCursor t1 -> IO Bool #

Qqoe (QTextCursor ()) (QTextCursor t1) # 
Instance details

Methods

qoe :: QTextCursor () -> QTextCursor t1 -> IO Bool #

Qqoe (QTextCursorSc a) (QTextCursor t1) # 
Instance details

Methods

qoe :: QTextCursorSc a -> QTextCursor t1 -> IO Bool #

QisCopyOf (QTextCursor a) (QTextCursor t1) # 
Instance details

Methods

isCopyOf :: QTextCursor a -> QTextCursor t1 -> IO Bool #

Qqot (QTextCursor ()) (QTextCursor t1) (IO (QTextCursor ())) # 
Instance details

Methods

qot :: QTextCursor () -> QTextCursor t1 -> IO (QTextCursor ()) #

Qqot (QTextCursorSc a) (QTextCursor t1) (IO (QTextCursor ())) # 
Instance details

Methods

qot :: QTextCursorSc a -> QTextCursor t1 -> IO (QTextCursor ()) #

QsetPosition (QTextCursor a) (Int, QTextCursor_MoveMode) # 
Instance details

Methods

setPosition :: QTextCursor a -> (Int, QTextCursor_MoveMode) -> IO () #

QmovePosition (QTextCursor a) (QTextCursor_MoveOperation, QTextCursor_MoveMode) # 
Instance details

QmovePosition (QTextCursor a) (QTextCursor_MoveOperation, QTextCursor_MoveMode, Int) # 
Instance details