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

Public Member Functions | |
| YFrame (const YWidgetOpt &opt, const YCPString &label) | |
| virtual char * | widgetClass () |
| YCPValue | changeWidget (const YCPSymbol &property, const YCPValue &newvalue) |
| YCPValue | queryWidget (const YCPSymbol &property) |
| virtual void | setLabel (const YCPString &label) |
| YCPString | getLabel () |
Protected Attributes | |
| YCPString | label |
Frame
This widget draws a frame around its child and displays a title label within the top left edge of that frame. It is used to visually group widgets together. It is very common to use a frame like this around radio button groups.
|
||||||||||||
|
Constructor |
|
||||||||||||
|
Implements the ui command changeWidget. Reimplemented from YWidget. |
|
|
Get the current label. |
|
|
Implements the ui command changeWidget. Reimplemented from YWidget. |
|
|
Change the Frame label. Overload this, but call YFrame::setLabel at the end of your own function. |
|
|
Returns a descriptive name of this widget class for logging, debugging etc. Reimplemented from YContainerWidget. |
|
|
The current frame label. |
1.4.4