Moray Plugin SDK Documentation
This release of the Plugin SDK can be used by Moray V3.5 (Build 9065) and later.
CSceneInterface
CFilesInterface
CMenuInterface
CImportInterface
CExportInterface
CObjectInterface
CExternalInterface
CPluginDialog
CPluginObject
CAttributes
CProgressBar
C support
Compiler Settings
What's New
CObjectInterface
This class encapsulates the
Object Interface
in a C++ wrapper.
The CObjectInterface class can be thought of as an Object Factory. It can create instances of a plugin object.
Note that many of the member functions in the class are there to implement a object-oriented wrapper around the C-based Plugin API.
Still under construction!