MCPcopy Create free account
hub / github.com/chrxh/alien / information

Method information

source/Gui/GenericMessageDialog.cpp:25–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25void GenericMessageDialog::information(std::string const& title, std::string const& message)
26{
27 _title = title;
28 _message = message;
29 _dialogType = DialogType::Information;
30 log(Priority::Important, "message dialog showing: '" + message + "'");
31
32 AlienDialog::open();
33 changeTitle(title);
34}
35
36void GenericMessageDialog::information(std::string const& title, std::vector<PersisterErrorInfo> const& errors)
37{

Callers 15

processInternMethod · 0.80
onDeleteMethod · 0.80
onOpenGenomeMethod · 0.80
onSaveGenomeMethod · 0.80
refreshInternMethod · 0.80
onToggleLikeMethod · 0.80
processLoadingScreenMethod · 0.80
onResetPasswordMethod · 0.80
onCreateUserMethod · 0.80
processToolbarMethod · 0.80

Calls 1

logFunction · 0.85

Tested by

no test coverage detected