#include <YQMultiLineEdit.h>
Inheritance diagram for YQMultiLineEdit:

Public Member Functions | |
| YQMultiLineEdit (QWidget *parent, const YWidgetOpt &opt, const YCPString &label, const YCPString &initialText) | |
| void | setEnabling (bool enabled) |
| long | nicesize (YUIDimension dim) |
| void | setSize (long newWidth, long newHeight) |
| bool | setKeyboardFocus () |
| void | setLabel (const YCPString &newLabel) |
| void | setText (const YCPString &text) |
| YCPString | text () |
| int | visibleLines () const |
| void | setInputMaxLength (const YCPInteger &numberOfChars) |
Protected Slots | |
| void | changed () |
Protected Attributes | |
| QLabel * | _qt_label |
| QTextEdit * | _qt_textedit |
| int | InputMaxLength |
|
||||||||||||||||||||
|
Constructor |
|
|
Triggered when the text changes. |
|
|
Minimum size the widget should have to make it look and feel nice. Dimension, either YD_HORIZ or YD_VERT Implements YWidget. |
|
|
Inherited from YWidget: Sets the enabled state of the widget. All new widgets are enabled per definition. Only enabled widgets can take user input. Reimplemented from YWidget. |
|
|
Specify the amount of characters which can be inserted. Reimplemented from YTextEntry. Reimplemented from YMultiLineEdit. |
|
|
Accept the keyboard focus. Reimplemented from YWidget. |
|
|
Set the widget's label header. Reimplemented from YMultiLineEdit. |
|
||||||||||||
|
Sets the new size of the widget. Reimplemented from YWidget. |
|
|
Set the edited text. Inherited from YMultiLineEdit. Implements YMultiLineEdit. |
|
|
Get the edited text. Inherited from YMultiLineEdit. Implements YMultiLineEdit. |
|
|
Get the number of lines visible by default |
|
|
|
|
|
|
|
|
|
1.4.4