Moray Plugin SDK Documentation
This release of the Plugin SDK can be used by Moray V3.5 (Build 9065) and later.
C Support
Compiler Settings
What's New
C++ support
The following C++ classes are provided for use with MFC.
CAttribute
- an encapsulation for the
MRY_OBJ_ATTRIBUTES
and
MRY_OBJ_SPECIFIC
structs.
CPluginObject
- an base class for implementing plugin objects. Encapsulation interaction with the
Object Interface
.
CPluginDialog
- a CDialog-derived base class that a plugin which implements a new object type via the Object Interface can use to derive its dialog from.
CMFCPluginApp
- a CWinApp-derived base class for MFC-based plugin DLLs.
CProgressBar
- an encapsulation for the
MRY_PROGRESS_DATA
and the corresponding functionality in the
Scene Interface
.
CSceneInterface
- an encapsulation of the
Scene Interface
.
CFilesInterface
- an encapsulation of the
Files Interface
.
CExportInterface
- an encapsulation of the
Export Interface
.
CImportInterface
- an encapsulation of the
Import Interface
.
CMenuInterface
- an encapsulation of the
Menu Interface
.
CObjectInterface
- an encapsulation of the
Object Interface
.
CControllerInterface
- an encapsulation of the
Controller Interface
.
CExternalInterface
- an encapsulation of the
External Interface
.