opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
Public Attributes | List of all members
osc::SaveChangesPopupConfig Struct Referencefinal

#include <save_changes_popup_config.h>

Public Attributes

std::string popup_name = "Save changes?"
 
std::function< bool()> on_user_clicked_save = []{ return true; }
 
std::function< bool()> on_user_clicked_dont_save = []{ return true; }
 
std::function< bool()> on_user_cancelled = []{ return true; }
 
std::string content = popup_name
 

Member Data Documentation

◆ 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: