org.kde.qt
public class QLineEdit extends QFrame
| Field Summary | |
|---|---|
| static int | NoEcho |
| static int | Normal |
| static int | Password |
| Constructor Summary | |
|---|---|
| protected | QLineEdit(Class dummy) |
| QLineEdit(QWidget parent, String name) | |
| QLineEdit(QWidget parent) | |
| QLineEdit(String arg1, QWidget parent, String name) | |
| QLineEdit(String arg1, QWidget parent) | |
| QLineEdit(String arg1, String arg2, QWidget parent, String name) | |
| QLineEdit(String arg1, String arg2, QWidget parent) | |
| Method Summary | |
|---|---|
| int | alignment() |
| void | backspace() |
| int | characterAt(int arg1, char arg2) |
| String | className() |
| void | clear() |
| void | clearModified() |
| void | clearValidator() |
| protected void | contextMenuEvent(QContextMenuEvent arg1) |
| void | copy() |
| protected QPopupMenu | createPopupMenu() |
| void | cursorBackward(boolean mark, int steps) |
| void | cursorBackward(boolean mark) |
| void | cursorForward(boolean mark, int steps) |
| void | cursorForward(boolean mark) |
| void | cursorLeft(boolean mark, int steps) |
| void | cursorLeft(boolean mark) |
| int | cursorPosition() |
| void | cursorRight(boolean mark, int steps) |
| void | cursorRight(boolean mark) |
| void | cursorWordBackward(boolean mark) |
| void | cursorWordForward(boolean mark) |
| void | cut() |
| void | del() |
| void | deselect() |
| String | displayText() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| boolean | dragEnabled() |
| protected void | dragEnterEvent(QDragEnterEvent arg1) |
| protected void | dragLeaveEvent(QDragLeaveEvent e) |
| protected void | dragMoveEvent(QDragMoveEvent e) |
| protected void | drawContents(QPainter arg1) |
| protected void | dropEvent(QDropEvent arg1) |
| int | echoMode() |
| boolean | edited() |
| void | end(boolean mark) |
| boolean | event(QEvent arg1) |
| protected void | finalize() Deletes the wrapped C++ instance |
| protected void | focusInEvent(QFocusEvent arg1) |
| protected void | focusOutEvent(QFocusEvent arg1) |
| boolean | frame() |
| boolean | getSelection(int[] arg1, int[] arg2) |
| boolean | hasAcceptableInput() |
| boolean | hasMarkedText() |
| boolean | hasSelectedText() |
| void | home(boolean mark) |
| protected void | imComposeEvent(QIMEvent arg1) |
| protected void | imEndEvent(QIMEvent arg1) |
| protected void | imStartEvent(QIMEvent arg1) |
| String | inputMask() |
| void | insert(String arg1) |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| boolean | isModified() |
| boolean | isReadOnly() |
| boolean | isRedoAvailable() |
| boolean | isUndoAvailable() |
| protected void | keyPressEvent(QKeyEvent arg1) |
| String | markedText() |
| int | maxLength() |
| QMetaObject | metaObject() |
| QSize | minimumSizeHint() |
| protected void | mouseDoubleClickEvent(QMouseEvent arg1) |
| protected void | mouseMoveEvent(QMouseEvent arg1) |
| protected void | mousePressEvent(QMouseEvent arg1) |
| protected void | mouseReleaseEvent(QMouseEvent arg1) |
| void | paste() |
| void | redo() |
| protected void | repaintArea(int arg1, int arg2) |
| protected void | resizeEvent(QResizeEvent arg1) |
| void | selectAll() |
| String | selectedText() |
| int | selectionStart() |
| void | setAlignment(int flag) |
| void | setCursorPosition(int arg1) |
| void | setDragEnabled(boolean b) |
| void | setEchoMode(int arg1) |
| void | setEdited(boolean arg1) |
| void | setFont(QFont arg1) |
| void | setFrame(boolean arg1) |
| void | setInputMask(String inputMask) |
| void | setMaxLength(int arg1) |
| void | setPalette(QPalette arg1) |
| void | setReadOnly(boolean arg1) |
| void | setSelection(int arg1, int arg2) |
| void | setText(String arg1) |
| void | setValidator(QValidator arg1) |
| QSize | sizeHint() |
| String | text() |
| static String | tr(String arg1, String arg2) |
| static String | tr(String arg1) |
| void | undo() |
| boolean | validateAndSet(String arg1, int arg2, int arg3, int arg4) |
| QValidator | validator() |
| protected void | windowActivationChange(boolean arg1) |