Structs§
- Content
FnArgs - Arguments for a wizard main content container builder.
- Footer
FnArgs - Arguments for a wizard footer container builder.
- Header
FnArgs - Arguments for a wizard header container builder.
- Page
- Represents a page builder for
Wizard!. - Page
Args - Arguments for
Pagebuilders. - Panel
FnArgs - Arguments for the wizard root panel builder.
- Side
FnArgs - Arguments for a wizard side container builder.
- Wizard
WPaginated widget that
Statics§
- BACK_
CMD - Return to previous page.
- CANCEL_
CMD - Cancel wizard operation.
- CAN_
CANCEL_ VAR - Defines if
on_cancelandon_pre_cancelcommand handlers are enabled in a widget and descendants. - CAN_
FINISH_ VAR - Defines if
on_finishandon_pre_finishcommand handlers are enabled in a widget and descendants. - CONTENT_
FN_ VAR - Widget function that builds a wizard main content container.
- FINISH_
CMD - Finish wizard operation.
- FOOTER_
EXTRA_ FN_ VAR - Widget function that builds extra content for the footer panel.
- FOOTER_
FN_ VAR - Widget function that builds a wizard footer container.
- HEADER_
BACKGROUND_ FN_ VAR - Widget function that builds a background visual for the header container.
- HEADER_
FN_ VAR - Widget function that builds a wizard header container.
- NEXT_
CMD - Advance to next page.
- PANEL_
FN_ VAR - Widget function that brings together all the wizard parts.
- SIDE_
BACKGROUND_ FN_ VAR - Widget function that builds a background visual for the side container.
- SIDE_
EXTRA_ FN_ VAR - Widget function that builds extra content for the side panel for pages that define side content.
- SIDE_
FN_ VAR - Widget function that builds a wizard side container.
Functions§
- can_
cancel PDefines ifon_cancelandon_pre_cancelcommand handlers are enabled in the widget and descendants.- can_
finish PDefines ifon_finishandon_pre_finishcommand handlers are enabled in the widget and descendants.- content_
fn PWidget function that converts aContentFnArgsinto a page main content container container widget.- default_
content_ fn - Default wizard main content container.
- default_
footer_ fn - Default wizard footer container.
- default_
header_ fn - Default wizard header container.
- default_
page_ footer - Default wizard page footer content.
- default_
page_ footer_ back - Default
BACK_CMDbutton. - default_
page_ footer_ cancel - Default
CANCEL_CMDbutton. - default_
page_ footer_ finish - Default
FINISH_CMDbutton. - default_
page_ footer_ next - Default
NEXT_CMDbutton. - default_
page_ header - Default wizard page header content.
- default_
page_ header_ info - Default
Page::infopresenter. - default_
page_ header_ title - Default
Page::titlepresenter. - default_
page_ side - Default wizard page side content.
- default_
panel_ fn - Default wizard root panel.
- default_
side_ fn - Default wizard side container.
- finish_
cmd_ name PSet the name for theFINISH_CMDscoped on this widget.- footer_
extra_ fn PWidget function that convertsPageArgsto extra footer content.- footer_
fn PWidget function that converts aFooterFnArgsinto a page side container widget.- get_
title PGet the current page title.- header_
background_ fn PWidget function that makes a background visual for the page header container widget.- header_
fn PWidget function that converts aHeaderFnArgsinto a page header container widget.- on_
cancel PWizard cancel requested.- on_
finish PWizard finish requested.- on_
pre_ cancel PWizard cancel requested.- on_
pre_ finish PWizard finish requested.- pages
BDefines the wizard pages.- panel_
fn PWidget function that converts aPanelFnArgsinto a wizard.- side_
background_ fn PWidget function that makes a background visual for the page side container widget.- side_
extra_ fn PWidget function that convertsPageArgsto extra side panel content.- side_fn
PWidget function that converts aSideFnArgsinto a page side container widget.