Custom Platform Support Development Kit  1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
IDocType.h File Reference

This file contains interface for IDocType. IDocType provides information about feature matrix through which 'Adobe Animate CC' is able to control UI and handle copy/paste of items across docs of different doctypes. The IDocType interface needs to be implemented by a "DocType" plugin. More...

#include "FCMPreConfig.h"
#include "FCMPluginInterface.h"
#include "IFeatureMatrix.h"
#include "FCMPostConfig.h"

Go to the source code of this file.

Classes

class  DocType::IDocType
 Defines an interface that represents the document type. More...
 

Namespaces

 DocType
 Provides interfaces for custom document type.
 

Variables

FCM::ConstFCMIID DocType::ID_IDOC_TYPE
 Defines the universally-unique Interface ID for IDocType. More...
 

Detailed Description

This file contains interface for IDocType. IDocType provides information about feature matrix through which 'Adobe Animate CC' is able to control UI and handle copy/paste of items across docs of different doctypes. The IDocType interface needs to be implemented by a "DocType" plugin.