#include <save_changes_popup_config.h>
◆ content
| std::string osc::SaveChangesPopupConfig::content = popup_name |
◆ on_user_cancelled
| std::function<bool()> osc::SaveChangesPopupConfig::on_user_cancelled = []{ return true; } |
◆ on_user_clicked_dont_save
| std::function<bool()> osc::SaveChangesPopupConfig::on_user_clicked_dont_save = []{ return true; } |
◆ on_user_clicked_save
| std::function<bool()> osc::SaveChangesPopupConfig::on_user_clicked_save = []{ return true; } |
◆ popup_name
| std::string osc::SaveChangesPopupConfig::popup_name = "Save changes?" |
The documentation for this struct was generated from the following file: