CLASS REFERENCE | |
Source: /harbour/contrib/hbqt/TQTextCursor.prg | |
http://doc.trolltech.com/4.5/qtextcursor.htm | |
oTextCursor : anchor() | nInt |
oTextCursor : atBlockEnd() | lBool |
oTextCursor : atBlockStart() | lBool |
oTextCursor : atEnd() | lBool |
oTextCursor : atStart() | lBool |
oTextCursor : beginEditBlock() | NIL |
oTextCursor : blockCharFormat() | pQTextCharFormat |
oTextCursor : blockFormat() | pQTextBlockFormat |
oTextCursor : blockNumber() | nInt |
oTextCursor : charFormat() | pQTextCharFormat |
oTextCursor : clearSelection() | NIL |
oTextCursor : columnNumber() | nInt |
oTextCursor : createList( pFormat ) | pQTextList |
oTextCursor : createList_1( nStyle ) | pQTextList |
oTextCursor : currentFrame() | pQTextFrame |
oTextCursor : currentList() | pQTextList |
oTextCursor : currentTable() | pQTextTable |
oTextCursor : deleteChar() | NIL |
oTextCursor : deletePreviousChar() | NIL |
oTextCursor : document() | pQTextDocument |
oTextCursor : endEditBlock() | NIL |
oTextCursor : hasComplexSelection() | lBool |
oTextCursor : hasSelection() | lBool |
oTextCursor : insertBlock() | NIL |
oTextCursor : insertBlock_1( pFormat ) | NIL |
oTextCursor : insertBlock_2( pFormat, pCharFormat ) | NIL |
oTextCursor : insertFragment( pFragment ) | NIL |
oTextCursor : insertFrame( pFormat ) | pQTextFrame |
oTextCursor : insertHtml( cHtml ) | NIL |
oTextCursor : insertImage( pFormat ) | NIL |
oTextCursor : insertImage_1( pFormat, nAlignment ) | NIL |
oTextCursor : insertImage_2( cName ) | NIL |
oTextCursor : insertImage_3( pImage, cName ) | NIL |
oTextCursor : insertList( pFormat ) | pQTextList |
oTextCursor : insertList_1( nStyle ) | pQTextList |
oTextCursor : insertTable( nRows, nColumns, pFormat ) | pQTextTable |
oTextCursor : insertTable_1( nRows, nColumns ) | pQTextTable |
oTextCursor : insertText( cText ) | NIL |
oTextCursor : insertText_1( cText, pFormat ) | NIL |
oTextCursor : isCopyOf( pOther ) | lBool |
oTextCursor : isNull() | lBool |
oTextCursor : joinPreviousEditBlock() | NIL |
oTextCursor : mergeBlockCharFormat( pModifier ) | NIL |
oTextCursor : mergeBlockFormat( pModifier ) | NIL |
oTextCursor : mergeCharFormat( pModifier ) | NIL |
oTextCursor : movePosition( nOperation, nMode, nN ) | lBool |
oTextCursor : position() | nInt |
oTextCursor : removeSelectedText() | NIL |
oTextCursor : select( nSelection ) | NIL |
oTextCursor : selectedTableCells( @nFirstRow, @nNumRows, @nFirstColumn, @nNumColumns ) | NIL |
oTextCursor : selectedText() | cQString |
oTextCursor : selection() | pQTextDocumentFragment |
oTextCursor : selectionEnd() | nInt |
oTextCursor : selectionStart() | nInt |
oTextCursor : setBlockCharFormat( pFormat ) | NIL |
oTextCursor : setBlockFormat( pFormat ) | NIL |
oTextCursor : setCharFormat( pFormat ) | NIL |
oTextCursor : setPosition( nPos, nM ) | NIL |
oTextCursor : setVisualNavigation( lB ) | NIL |
oTextCursor : visualNavigation() | lBool |
FUNCTIONS REFERENCE | |
Source: /harbour/contrib/hbqt/QTextCursor.cpp | |
Qt_QTextCursor_anchor( pQTextCursor ) | nInt |
Qt_QTextCursor_atBlockEnd( pQTextCursor ) | lBool |
Qt_QTextCursor_atBlockStart( pQTextCursor ) | lBool |
Qt_QTextCursor_atEnd( pQTextCursor ) | lBool |
Qt_QTextCursor_atStart( pQTextCursor ) | lBool |
Qt_QTextCursor_beginEditBlock( pQTextCursor ) | NIL |
Qt_QTextCursor_blockCharFormat( pQTextCursor ) | pQTextCharFormat |
Qt_QTextCursor_blockFormat( pQTextCursor ) | pQTextBlockFormat |
Qt_QTextCursor_blockNumber( pQTextCursor ) | nInt |
Qt_QTextCursor_charFormat( pQTextCursor ) | pQTextCharFormat |
Qt_QTextCursor_clearSelection( pQTextCursor ) | NIL |
Qt_QTextCursor_columnNumber( pQTextCursor ) | nInt |
Qt_QTextCursor_createList( pQTextCursor, pFormat ) | pQTextList |
Qt_QTextCursor_createList_1( pQTextCursor, nStyle ) | pQTextList |
Qt_QTextCursor_currentFrame( pQTextCursor ) | pQTextFrame |
Qt_QTextCursor_currentList( pQTextCursor ) | pQTextList |
Qt_QTextCursor_currentTable( pQTextCursor ) | pQTextTable |
Qt_QTextCursor_deleteChar( pQTextCursor ) | NIL |
Qt_QTextCursor_deletePreviousChar( pQTextCursor ) | NIL |
Qt_QTextCursor_document( pQTextCursor ) | pQTextDocument |
Qt_QTextCursor_endEditBlock( pQTextCursor ) | NIL |
Qt_QTextCursor_hasComplexSelection( pQTextCursor ) | lBool |
Qt_QTextCursor_hasSelection( pQTextCursor ) | lBool |
Qt_QTextCursor_insertBlock( pQTextCursor ) | NIL |
Qt_QTextCursor_insertBlock_1( pQTextCursor, pFormat ) | NIL |
Qt_QTextCursor_insertBlock_2( pQTextCursor, pFormat, pCharFormat ) | NIL |
Qt_QTextCursor_insertFragment( pQTextCursor, pFragment ) | NIL |
Qt_QTextCursor_insertFrame( pQTextCursor, pFormat ) | pQTextFrame |
Qt_QTextCursor_insertHtml( pQTextCursor, cHtml ) | NIL |
Qt_QTextCursor_insertImage( pQTextCursor, pFormat ) | NIL |
Qt_QTextCursor_insertImage_1( pQTextCursor, pFormat, nAlignment ) | NIL |
Qt_QTextCursor_insertImage_2( pQTextCursor, cName ) | NIL |
Qt_QTextCursor_insertImage_3( pQTextCursor, pImage, cName ) | NIL |
Qt_QTextCursor_insertList( pQTextCursor, pFormat ) | pQTextList |
Qt_QTextCursor_insertList_1( pQTextCursor, nStyle ) | pQTextList |
Qt_QTextCursor_insertTable( pQTextCursor, nRows, nColumns, pFormat ) | pQTextTable |
Qt_QTextCursor_insertTable_1( pQTextCursor, nRows, nColumns ) | pQTextTable |
Qt_QTextCursor_insertText( pQTextCursor, cText ) | NIL |
Qt_QTextCursor_insertText_1( pQTextCursor, cText, pFormat ) | NIL |
Qt_QTextCursor_isCopyOf( pQTextCursor, pOther ) | lBool |
Qt_QTextCursor_isNull( pQTextCursor ) | lBool |
Qt_QTextCursor_joinPreviousEditBlock( pQTextCursor ) | NIL |
Qt_QTextCursor_mergeBlockCharFormat( pQTextCursor, pModifier ) | NIL |
Qt_QTextCursor_mergeBlockFormat( pQTextCursor, pModifier ) | NIL |
Qt_QTextCursor_mergeCharFormat( pQTextCursor, pModifier ) | NIL |
Qt_QTextCursor_movePosition( pQTextCursor, nOperation, nMode, nN ) | lBool |
Qt_QTextCursor_position( pQTextCursor ) | nInt |
Qt_QTextCursor_removeSelectedText( pQTextCursor ) | NIL |
Qt_QTextCursor_select( pQTextCursor, nSelection ) | NIL |
Qt_QTextCursor_selectedTableCells( pQTextCursor, @nFirstRow, @nNumRows, @nFirstColumn, @nNumColumns ) | NIL |
Qt_QTextCursor_selectedText( pQTextCursor ) | cQString |
Qt_QTextCursor_selection( pQTextCursor ) | pQTextDocumentFragment |
Qt_QTextCursor_selectionEnd( pQTextCursor ) | nInt |
Qt_QTextCursor_selectionStart( pQTextCursor ) | nInt |
Qt_QTextCursor_setBlockCharFormat( pQTextCursor, pFormat ) | NIL |
Qt_QTextCursor_setBlockFormat( pQTextCursor, pFormat ) | NIL |
Qt_QTextCursor_setCharFormat( pQTextCursor, pFormat ) | NIL |
Qt_QTextCursor_setPosition( pQTextCursor, nPos, nM ) | NIL |
Qt_QTextCursor_setVisualNavigation( pQTextCursor, lB ) | NIL |
Qt_QTextCursor_visualNavigation( pQTextCursor ) | lBool |