Om  1.0.0
A universal framework for multimedia simulation
Public Attributes | List of all members
om::editors::views::ResourceField::Delegate Class Reference

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

#include <omEditorsResourceField.h>

Public Attributes

Function< Bool(const OpaqueResource &resource)> select
 A function that is called when a new resource is selected by the user. More...
 

Detailed Description

A class that contains function objects that recieve ResourceField events.

Member Data Documentation

Function<Bool ( const OpaqueResource& resource )> om::editors::views::ResourceField::Delegate::select

A function that is called when a new resource is selected by the user.

The delegate should return whether or not the resource is accepted.


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