Routines for tab widget handling
List of Global Functions
CleanUp - Clean up function of the widget
CreateWidget - Get the widget description map
CurrentTab - Get the ID of the currently displayed tab
Handle - Handle function of the widget
HandleWrapper - Handle function of the widget
Init - Init function of the widget
InitWrapper - Init function of the widget
LastTab - Get the ID of the last displayed tab (after CWM::Run is done). It is needed because of bnc#134386.
Store - Store function of the widget
Validate - Validate function of the widget
List of Global Variables
Get the widget description map
Function parameters
map settings
Return value
map<string,any> - the widget description map
Get the ID of the currently displayed tab
Return value
string - the ID of the currently displayed tab
Handle function of the widget
Function parameters
map<string,any> widget
string key
map event
Return value
symbol - for wizard sequencer or nil
Handle function of the widget
Function parameters
string key
map event
Return value
symbol - for wizard sequencer or nil
Init function of the widget
Function parameters
map<string,any> widget
string key
Return value
void
Get the ID of the last displayed tab (after CWM::Run is done). It is needed because of bnc#134386.
Return value
string - the ID of the last displayed tab