Om  1.0.0
A universal framework for multimedia simulation
Public Attributes | List of all members
om::gui::objects::SaveDialog::Delegate Class Reference

A class that contains function objects that recieve save dialog events. More...

#include <omGUISaveDialog.h>

Public Attributes

Function< Bool(SaveDialog &, const UTF8String &)> save
 A function object that is called when the user picks a path to save a file. More...
 

Detailed Description

A class that contains function objects that recieve save dialog events.

Member Data Documentation

Function<Bool ( SaveDialog&, const UTF8String& )> om::gui::objects::SaveDialog::Delegate::save

A function object that is called when the user picks a path to save a file.

The function should return whether or not the file was able to be saved.


The documentation for this class was generated from the following file: