NAME

QMultiLineEdit - Interface to the Qt QMultiLineEdit class

SYNOPSIS

use QMultiLineEdit;

Inherits QTableView.

Requires QFont.

Member functions

new, append, atBeginning, atEnd, autoUpdate, backspace, clear, copyText, cursorDown, cursorLeft, cursorRight, cursorUp, cut, del, deselect, end, getCursorPosition, getString, hasMarkedText, home, insertAt, insertChar, insertLine, isOverwriteMode, isReadOnly, killLine, lineLength, markedText, newLine, numLines, pageDown, pageUp, paste, removeLine, selectAll, setAutoUpdate, setCursorPosition, setOverwriteMode, setReadOnly, setText, text, textLine, textWidth

Overridable functions

backspace, cursorDown, cursorLeft, cursorRight, cursorUp, del, end, home, insertAt, insertChar, insertLine, killLine, newLine, pageDown, pageUp, removeLine

DESCRIPTION

What you see is what you get.

AUTHOR

Ashley Winters <jql@accessone.com>