Difference between revisions of "Main Page"
From The Foundry MODO SDK wiki
(→Object & Interface Summary Pages) |
(→Object & Interface Summary Pages) |
||
Line 9: | Line 9: | ||
== Object & Interface Summary Pages == | == Object & Interface Summary Pages == | ||
− | + | The nexus system is composed of a network of [[:Category:Objects | objects]] and [[:Category:Interfaces | interfaces]]. The '''XXX Object''' and '''XXX Interface''' pages are intended mainly to show the relationships: which objects present which interfaces, and which interface methods access which objects. | |
− | + | ||
− | + | Access to nexus from plug-ins starts with the [[Context Object]] which provides a gateway to all the services. Access to plug-ins from nexus starts with the [[Module Object]] which allows the application to find a spawn servers. | |
− | + | ||
− | + | ||
− | * [[:Category: | + | Sub-categories: |
− | * [[:Category:Services]] | + | |
− | * [[:Category:Package Interfaces]] | + | * [[:Category:Servers]] -- Objects that can be extended by plug-ins |
+ | * [[:Category:Services]] -- Interfaces that are available as global services | ||
+ | * [[:Category:Packet Objects]] -- Objects that can be packets in a [[VectorStack Object]] | ||
+ | * [[:Category:Package Interfaces]] -- Interfaces that define and regulate item behaviors | ||
+ | |||
+ | Reference pages: | ||
* [[:Category:Headers]] | * [[:Category:Headers]] |
Revision as of 02:08, 9 October 2011
MediaWiki has been successfully installed.
Consult the User's Guide for information on using the wiki software.
Luxology SDK Developer's wiki
Object & Interface Summary Pages
The nexus system is composed of a network of objects and interfaces. The XXX Object and XXX Interface pages are intended mainly to show the relationships: which objects present which interfaces, and which interface methods access which objects.
Access to nexus from plug-ins starts with the Context Object which provides a gateway to all the services. Access to plug-ins from nexus starts with the Module Object which allows the application to find a spawn servers.
Sub-categories:
- Servers -- Objects that can be extended by plug-ins
- Services -- Interfaces that are available as global services
- Packet Objects -- Objects that can be packets in a VectorStack Object
- Package Interfaces -- Interfaces that define and regulate item behaviors
Reference pages: