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

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

#include <omEditorsSpaceView.h>

Public Attributes

Function< Bool(const OpaqueResource &resource)> add
 A function that is called when the space view wants to add an object to the space view's parent. More...
 
Function< Bool(const OpaqueResource &resource)> openEditor
 A function that is called when the space view wants to open an object for editing. More...
 
Function< Bool(const OpaqueResource &resource)> openEditorWindow
 A function that is called when the space 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 space view edited an object. More...
 

Detailed Description

A class that contains function objects that recieve SpaceView events.

Member Data Documentation

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

A function that is called when the space view wants to add an object to the space view's parent.

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

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

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

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

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

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


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