Difference between revisions of "Context Object"
From The Foundry MODO SDK wiki
(→Query Interface) |
|||
Line 1: | Line 1: | ||
The context object is passed to a [[Module Object]] through the [[NeedContext Interface]]. It can be queried for all service interfaces. | The context object is passed to a [[Module Object]] through the [[NeedContext Interface]]. It can be queried for all service interfaces. | ||
+ | |||
+ | Type: '''Internal''' | ||
==== Interfaces ==== | ==== Interfaces ==== | ||
Line 32: | Line 34: | ||
* [[UndoService Interface]] | * [[UndoService Interface]] | ||
* [[ValueService Interface]] | * [[ValueService Interface]] | ||
+ | |||
+ | ==== From ==== | ||
+ | * [[NeedContext Interface]] | ||
[[Category:Objects]] | [[Category:Objects]] |
Revision as of 22:34, 31 August 2011
The context object is passed to a Module Object through the NeedContext Interface. It can be queried for all service interfaces.
Type: Internal
Interfaces
- ApplicationService Interface
- CommandService Interface
- DeformerService Interface
- FileService Interface
- GUIDService Interface
- HostService Interface
- ImageMonitorService Interface
- ImageProcessingService Interface
- ImageService Interface
- IOService Interface
- LayerService Interface
- ListenerService Interface
- LogService Interface
- MeshService Interface
- MessageService Interface
- NotifySysService Interface
- PacketService Interface
- PersistenceService Interface
- PlatformService Interface
- PresetBrowserService Interface
- RenderService Interface
- SceneService Interface
- ScriptSysService Interface
- SelectionService Interface
- ShaderService Interface
- StdDialogService Interface
- TableauService Interface
- ThreadService Interface
- UndoService Interface
- ValueService Interface