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

A class that contains function objects that recieve alert events. More...

#include <omGUIAlert.h>

Public Attributes

Function< void(Alert &, Index)> button
 A function object that is called when the user clicks a button in an alert. More...
 

Detailed Description

A class that contains function objects that recieve alert events.

Member Data Documentation

Function<void ( Alert&, Index )> om::gui::objects::Alert::Delegate::button

A function object that is called when the user clicks a button in an alert.

The function receives the index of the button that was clicked.


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