org.kde.qt
public class QMultiLineEdit extends QTextEdit
Constructor Summary | |
---|---|
protected | QMultiLineEdit(Class dummy) |
QMultiLineEdit(QWidget parent, String name) | |
QMultiLineEdit(QWidget parent) | |
QMultiLineEdit() |
Method Summary | |
---|---|
int | alignment() |
boolean | atBeginning() |
boolean | atEnd() |
boolean | autoUpdate() |
protected void | backspace() |
String | className() |
protected void | cursorDown(boolean mark) |
protected void | cursorDown() |
protected void | cursorLeft(boolean mark, boolean wrap) |
protected void | cursorLeft(boolean mark) |
protected void | cursorLeft() |
protected QPoint | cursorPoint() |
protected void | cursorRight(boolean mark, boolean wrap) |
protected void | cursorRight(boolean mark) |
protected void | cursorRight() |
protected void | cursorUp(boolean mark) |
protected void | cursorUp() |
void | cursorWordBackward(boolean mark) |
void | cursorWordForward(boolean mark) |
void | deselect() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
boolean | edited() |
protected void | end(boolean mark) |
protected void | end() |
protected void | finalize() Deletes the wrapped C++ instance |
protected boolean | getMarkedRegion(int[] line1, int[] col1, int[] line2, int[] col2) |
boolean | hasMarkedText() |
protected void | home(boolean mark) |
protected void | home() |
protected void | insertAndMark(String arg1, boolean mark) |
void | insertAt(String s, int line, int col) |
void | insertAt(String s, int line, int col, boolean mark) |
void | insertLine(String s, int line) |
void | insertLine(String s) |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
protected void | killLine() |
protected int | lineLength(int row) |
String | markedText() |
int | maxLines() |
QMetaObject | metaObject() |
protected void | newLine() |
int | numLines() |
protected void | pageDown(boolean mark) |
protected void | pageDown() |
protected void | pageUp(boolean mark) |
protected void | pageUp() |
void | removeLine(int line) |
void | setAlignment(int flags) |
void | setAutoUpdate(boolean arg1) |
void | setCursorPosition(int line, int col) |
void | setCursorPosition(int line, int col, boolean mark) |
void | setEdited(boolean arg1) |
void | setMaxLines(int arg1) |
String | textLine(int line) |
int | totalHeight() |
int | totalWidth() |
static String | tr(String arg1, String arg2) |
static String | tr(String arg1) |