Om  1.0.0
A universal framework for multimedia simulation
Classes | Typedefs
om::editors::views Namespace Reference

A namespace containing reusable GUI views for editing data in common ways. More...

Classes

class  ConnectionView
 A class that edits data flow connections between a collection of resources. More...
 
class  OrganizerView
 A class that displays a hierarchical view of resources from an external source. More...
 
class  ResourceField
 A GUI field that allows the user to select a resource of a specific type. More...
 
class  ResourcePicker
 A GUI view that allows the user to search for and select a resource of a specific resource type. More...
 
class  SelectionTool
 A class that allows the user to select objects within a 3D viewport. More...
 
class  SequencerView
 A class that edits time sequences of multimedia data. More...
 
class  SpaceView
 A class that edits the spatial relationships of objects in a 3D coordinate system. More...
 
class  TransformTool
 A class that edits the transformations of objects in a 3D coordinate system. More...
 

Typedefs

typedef ConnectionView::Delegate ConnectionViewDelegate
 Define the connection view delegate type at namespace scope. More...
 
typedef OrganizerView::Delegate OrganizerViewDelegate
 Define the organizer view delegate type at namespace scope. More...
 
typedef ResourceField::Delegate ResourceFieldDelegate
 Define the resource picker delegate type at namespace scope. More...
 
typedef ResourcePicker::Delegate ResourcePickerDelegate
 Define the resource picker delegate type at namespace scope. More...
 
typedef SequencerView::Delegate SequencerViewDelegate
 Define the sequencer view delegate type at namespace scope. More...
 
typedef SpaceView::Delegate SpaceViewDelegate
 Define the space view delegate type at namespace scope. More...
 

Detailed Description

A namespace containing reusable GUI views for editing data in common ways.

Typedef Documentation

Define the connection view delegate type at namespace scope.

Define the organizer view delegate type at namespace scope.

Define the resource picker delegate type at namespace scope.

Define the resource picker delegate type at namespace scope.

Define the sequencer view delegate type at namespace scope.

Define the space view delegate type at namespace scope.