#include <MRUISaveChangesPopup.h>
Public Attributes | |
| std::string | shortCloseText = "Close" |
| text that is shown if we have nothing to save | |
| std::string | dontSaveText = "Don't Save" |
| text that is shown if we have changes but don't want to save them | |
| std::string | saveTooltip = "Save current scene" |
| std::string | dontSaveTooltip = "Donh't save current scene" |
| std::string | cancelTooltip = "Cansel" |
| std::string | header |
| header that is used in dialog | |
| std::function< void()> | onOk = {} |
| if not empty this function is called on "save" and "not save" options( if succeed ) | |