Interface IHostContentServices
A list of services passed from the host application to tool plug ins.
Inherited Members
Namespace: Gorgon.Editor.PlugIns
Assembly: Gorgon.Editor.API.dll
Syntax
public interface IHostContentServices : IHostServices
Properties
| Edit this page View SourceColorPicker
Property to return the service used to pick colors.
Declaration
IColorPickerService ColorPicker { get; }
Property Value
Type | Description |
---|---|
IColorPickerService |
ContentPlugInService
Property to return the service that allows a content plug in to access other content plug ins.
Declaration
IContentPlugInService ContentPlugInService { get; }
Property Value
Type | Description |
---|---|
IContentPlugInService |
FolderBrowser
Property to return the service used to browse through directories on the file system.
Declaration
IFileSystemFolderBrowseService FolderBrowser { get; }
Property Value
Type | Description |
---|---|
IFileSystemFolderBrowseService |
GraphicsContext
Property to return the graphics and the 2D renderer used by the host application.
Declaration
IGraphicsContext GraphicsContext { get; }
Property Value
Type | Description |
---|---|
IGraphicsContext |
ToolPlugInService
Property to return the service that allows a conetnt plug in to access tool content plug ins.
Declaration
IToolPlugInService ToolPlugInService { get; }
Property Value
Type | Description |
---|---|
IToolPlugInService |