OpenAssetIO
An abstract API for generalising interactions between a host application and an asset management system
openassetio.ui.pluginSystem Namespace Reference

This module provides a plugin system that can be used to register and instantiate UI Delegate plugins from code that lives outside the openassetio package. More...

Namespaces

 PythonPluginSystemUIDelegateImplementationFactory
 A single-class module, providing the PythonPluginSystemUIDelegateImplementationFactory class.
 
 PythonPluginSystemUIDelegatePlugin
 A single-class module, providing the PythonPluginSystemUIDelegatePlugin class.
 

Variables

tuple CppPluginSystemUIDelegateImplementationFactory
 
tuple HybridPluginSystemUIDelegateImplementationFactory
 

Detailed Description

This module provides a plugin system that can be used to register and instantiate UI Delegate plugins from code that lives outside the openassetio package.

Variable Documentation

tuple CppPluginSystemUIDelegateImplementationFactory
Initial value:
1 = (
2  _openassetio.ui.pluginSystem.CppPluginSystemUIDelegateImplementationFactory
3 )
See also
CppPluginSystemUIDelegateImplementationFactory
tuple HybridPluginSystemUIDelegateImplementationFactory
Initial value:
1 = (
2  _openassetio.ui.pluginSystem.HybridPluginSystemUIDelegateImplementationFactory
3 )
See also
HybridPluginSystemUIDelegateImplementationFactory