libyui
|
#include <YFrame.h>
Protected Member Functions | |
YFrame (YWidget *parent, const std::string &label) | |
![]() | |
YSingleChildContainerWidget (YWidget *parent) | |
![]() | |
YWidget (YWidget *parent) | |
YWidgetChildrenManager * | childrenManager () const |
void | setChildrenManager (YWidgetChildrenManager *manager) |
void | setBeingDestroyed () |
void | dumpWidget (YWidget *w, int indentationLevel) |
A labeled framed container.
|
virtual |
Destructor.
|
virtual |
string YFrame::label | ( | ) | const |
Get the current frame label.
|
virtual |
Change the frame label.
Derived classes should overwrite this, but call this base class function in the overwritten function.
|
virtual |
Set a property. Reimplemented from YWidget.
This method may throw exceptions, for example
This function returns 'true' if the value was successfully set and 'false' if that value requires special handling (not in error cases: those are covered by exceptions).
Reimplemented from YWidget.
Returns a descriptive name of this widget class for logging, debugging etc.
Reimplemented from YWidget.