org.kde.koala
public class KRestrictedLine extends KLineEdit
UNKNOWN: A line editor for restricted character sets.
| Constructor Summary | |
|---|---|
| protected | KRestrictedLine(Class dummy) |
| KRestrictedLine(QWidget parent, String name, String valid)
Constructor: This contructor takes three - optional - arguments.
| |
| KRestrictedLine(QWidget parent, String name) | |
| KRestrictedLine(QWidget parent) | |
| KRestrictedLine() | |
| Method Summary | |
|---|---|
| String | className() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | finalize() Deletes the wrapped C++ instance |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| protected void | keyPressEvent(QKeyEvent e) |
| QMetaObject | metaObject() |
| void | setValidChars(String valid)
All characters in the string valid are treated as
acceptable characters. |
| String | validChars() |
Parameters: parent pointer to the parent widget name pointer to the name of this widget valid pointer to set of valid characters
UNKNOWN: Constructor: This contructor takes three - optional - arguments.
UNKNOWN: All characters in the string valid are treated as acceptable characters.
Returns: the string of acceptable characters.
UNKNOWN: