Messages handling
Part V. YaST2 Library Reference
Messages handling
Table of Contents
Report::AnyQuestion
- Question with headline and Yes/No Buttons
Report::ClearAll
- Clear all stored messages (errors, messages and warnings)
Report::ClearErrors
- Clear stored errors
Report::ClearMessages
- Clear stored messages
Report::ClearWarnings
- Clear stored warnings
Report::ClearYesNoMessages
- Clear stored yes/no messages
Report::DisplayErrors
- Error popup dialog can displayed immediately when new error is stored.
Report::DisplayMessages
- Message popup dialog can be displayed immediately when a new message is stored.
Report::DisplayWarnings
- Warning popup dialog can displayed immediately when new warningr is stored.
Report::DisplayYesNoMessages
- Yes/No Message popup dialog can be displayed immediately when a new message is stored.
Report::Error
- Store new error text
Report::Export
- Dump the Report settings to a map, for autoinstallation use.
Report::GetMessages
- Create rich text string from stored warning, message or error messages.
Report::GetModified
- Functions which returns if the settings were modified
Report::Import
- Get all the Report configuration from a map.
Report::LogErrors
- Set warnings logging to .y2log file
Report::LogMessages
- Set messages logging to .y2log file
Report::LogWarnings
- Set warnings logging to .y2log file
Report::LogYesNoMessages
- Set yes/no messages logging to .y2log file
Report::Message
- Store new message text
Report::NumErrors
- Return number of stored errors
Report::NumMessages
- Return number of stored messages
Report::NumWarnings
- Return number of stored warnings
Report::NumYesNoMessages
- Return number of stored yes/no messages
Report::SetModified
- Function sets internal variable, which indicates, that any settings were modified, to "true"
Report::ShowText
- Store new message text
Report::Summary
- Summary of current settings
Report::Warning
- Store new warning text