Routines for generic hardware summary dialog
List of Global Functions
CreateHWDialog - Create the Hardware Wizard dialog Draw the dialog
CreateRichTextDescription - Create rich text description of a device. It can be used for WizardHW::SetContents function for formatting richtext device descriptions
CreateWidget - Create CWM widtet for the hardware settings NOTE: The Init and Handle callbacks must be defined
RunHWDialog - Draw the dialog, handle all its events via callbacks
SelectedItem - Return the id of the currently selected item in the table
SetContents - Set the information about hardware
SetRichDescription - Set the rich text description.
SetSelectedItem - Set which item is to be selected
UnconfiguredDevice - Get propertly list of an unconfigured device. Should be used together with device name in CreateRichTextDescription() function.
UserInput - Wait for event from the event
WaitForEvent - Wait for event from the event
List of Global Variables
Create the Hardware Wizard dialog Draw the dialog
Function parameters
string title
string help
list<string> headers
list<list> actions
Return value
void
Create rich text description of a device. It can be used for WizardHW::SetContents function for formatting richtext device descriptions
Function parameters
string title
list<string> properties
Return value
string - rich text string
Create CWM widtet for the hardware settings NOTE: The Init and Handle callbacks must be defined
Function parameters
list<string> headers
list<list> actions
Return value
map<string,any> - a map a widget for CWM
Draw the dialog, handle all its events via callbacks
Function parameters
map settings
Return value
symbol - for wizard sequencer
Return the id of the currently selected item in the table
Return value
string - id of the selected item
Set the information about hardware
Function parameters
list<map<string,any> > items
Return value
void
Set the rich text description.
Function parameters
string descr
Return value
void
Set which item is to be selected
Function parameters
string selected
Return value
void
Get propertly list of an unconfigured device. Should be used together with device name in CreateRichTextDescription() function.
Return value
list<string> - a list of strings
Wait for event from the event
Return value
map<string,any> - a map with keys: "event" : any = event as returned from UI::UserInoput () "selected" : string = ID of the selected item in the list box