26 #ifndef ISYMBOL_INSTANCE_H_
27 #define ISYMBOL_INSTANCE_H_
29 #include "FCMPreConfig.h"
45 namespace FrameElement
54 {0xb1f1a4aa, 0xbb67, 0x4bb7, {0xbb, 0xaf, 0x95, 0xff, 0x67, 0x40, 0x8e, 0x42}};
66 namespace FrameElement
86 virtual
FCM::
Result _FCMCALL GetColorMatrix(Utils::COLOR_MATRIX& colorMatrix) = 0;
97 virtual
FCM::
Result _FCMCALL GetRegistrationPoint(Utils::POINT2D& registrationPoint) = 0;
107 #include "FCMPostConfig.h"
109 #endif // ISYMBOL_INSTANCE_H_
#define BEGIN_DECLARE_INTERFACE(ifx, iid)
Used to begin the interface ifx with ID iid, which inherits from IFCMUnknown.
Definition: FCMMacros.h:147
The definitions contained in this namespace define a framework called Flash Component Model (FCM)...
Definition: IGroup.h:36
FCM::ConstFCMIID IID_ISYMBOL_INSTANCE
Defines the universally-unique interface ID for ISymbolInstance.
Definition: ISymbolInstance.h:53
Provides interfaces and other definitions to access the FLA authored contents in the form of a DOM (D...
This file contains core definitions of the framework Flash Component Model (FCM). ...
#define _FCMCALL
Defines calling convention for interface methods.
Definition: FCMMacros.h:176
This file contains the types used for DOM traversal and access.
U_Int32 Result
Type to define a result. This is usually the return type for most APIs.
Definition: FCMTypes.h:126
Represents a 128 bit or 16-byte GUID (Globally Unique IDentifier) value.
Definition: FCMTypes.h:189
Defines an interface that represents an instance of a symbol present on the stage.
Definition: ISymbolInstance.h:74
This file contains the interface for IInstance. IInstance interface represents the elements on the st...
#define END_DECLARE_INTERFACE
Ends an interface.
Definition: FCMMacros.h:165