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

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

#include <omEditorsOrganizerView.h>

Public Attributes

Function< Bool(const OpaqueResource &resource)> add
 A function that is called when the organizer view wants to add a new resource to the organizer's parent. More...
 
Function< Bool(const OpaqueResource &resource)> openEditor
 A function that is called when the organizer view wants to open an object for editing. More...
 
Function< Bool(const OpaqueResource &resource)> openEditorWindow
 A function that is called when the organizer view wants to open an object for editing in a new window. More...
 
Function< void(const OpaqueResource &resource)> edited
 A function that is called when the organizer view edited an object. More...
 

Detailed Description

A class that contains function objects that recieve OrganizerView events.

Member Data Documentation

Function<Bool ( const OpaqueResource& resource )> om::editors::views::OrganizerView::Delegate::add

A function that is called when the organizer view wants to add a new resource to the organizer's parent.

Function<Bool ( const OpaqueResource& resource )> om::editors::views::OrganizerView::Delegate::openEditor

A function that is called when the organizer view wants to open an object for editing.

Function<Bool ( const OpaqueResource& resource )> om::editors::views::OrganizerView::Delegate::openEditorWindow

A function that is called when the organizer view wants to open an object for editing in a new window.

Function<void ( const OpaqueResource& resource )> om::editors::views::OrganizerView::Delegate::edited

A function that is called when the organizer view edited an object.


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