libyui
|
#include <YSimpleInputField.h>
Protected Member Functions | |
YSimpleInputField (YWidget *parent, const std::string &label) | |
![]() | |
YWidget (YWidget *parent) | |
YWidgetChildrenManager * | childrenManager () const |
void | setChildrenManager (YWidgetChildrenManager *manager) |
void | setBeingDestroyed () |
void | dumpWidget (YWidget *w, int indentationLevel) |
Abstract base class for simple input fields with a label above the field and a text value.
Constructor.
|
virtual |
Destructor.
|
virtual |
string YSimpleInputField::label | ( | ) | const |
Get the label (the caption above the input field).
|
virtual |
Set the label (the caption above the input field).
Derived classes are free to reimplement this, but they should call this base class method at the end of the overloaded function.
|
virtual |
Set the current value (the text entered by the user or set from the outside) of this input field.
Derived classes are required to implement this.
|
inlinevirtual |
|
pure virtual |
Get the current value (the text entered by the user or set from the outside) of this input field.
Derived classes are required to implement this.