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

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

#include <omGUIOpenDialog.h>

Public Attributes

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

Detailed Description

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

Member Data Documentation

Function<Bool ( OpenDialog&, const UTF8String& )> om::gui::objects::OpenDialog::Delegate::open

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

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


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