#include <YWizard.h>
Inheritance diagram for YWizard:
Public Member Functions | |
YWizard (const YWidgetOpt &opt, const YCPValue &backButtonId, const YCPString &backButtonLabel, const YCPValue &abortButtonId, const YCPString &abortButtonLabel, const YCPValue &nextButtonId, const YCPString &nextButtonLabel) | |
virtual char * | widgetClass () |
virtual YCPValue | command (const YCPTerm &command) |
YCPValue | queryWidget (const YCPSymbol &property) |
Protected Member Functions | |
virtual YCPString | currentTreeSelection () |
Protected Attributes | |
YCPValue | _backButtonId |
YCPString | _backButtonLabel |
YCPValue | _abortButtonId |
YCPString | _abortButtonLabel |
YCPValue | _nextButtonId |
YCPString | _nextButtonLabel |
|
Constructor |
|
Generic direct access to implementation-specific functions. Derived classes should implement this. |
|
Returns the current tree selection or an empty string if nothing is selected or there is no tree. |
|
Implements UI::QueryWidget() for this widget class. Reimplemented from YWidget. |
|
Returns a descriptive name of this widget class for logging, debugging etc. Reimplemented from YContainerWidget. |
|
|
|
|
|
|
|
|
|
|
|
|