|
Custom Platform Support Development Kit
1.3
|
Provides interfaces and definitions for Frame elements. More...
Classes | |
| struct | AA_MODE_PROP |
| Structure that consists of Anti-Alias mode and custom mode. More... | |
| struct | CUSTOM_AA_MODE_PROP |
| This structure defines a Custom Anti-Alias Mode properties. More... | |
| class | IBitmapInstance |
| Defines an interface that represents a bitmap instance present on the stage. More... | |
| class | IButton |
| Defines an interface that represents a "Button" instance on the stage. More... | |
| class | IClassicText |
| Defines an interface that represents the text element present on the stage. More... | |
| class | IDynamicTextBehaviour |
| Defines an interface that represents the dynamic text type of the text element present on the stage. More... | |
| class | IFrameDisplayElement |
| Defines the interface that represents a display item on the stage. More... | |
| class | IGraphic |
| Defines an interface that represents an instance of a "graphic" symbol present on the stage. More... | |
| class | IGroup |
| Defines an interface that represents a Group. More... | |
| class | IInputTextBehaviour |
| Defines an interface that represents the Input text type of the text element present on the stage. More... | |
| class | IInstance |
| Defines an interface that represents an instance of a library item that is present on the stage. More... | |
| class | IModifiableTextBehaviour |
| Defines an interface that represents the base class for the dynamic/input text type of the text element present on the stage. More... | |
| class | IMovieClip |
| Defines an interface that represents an instance of a "movie-clip" symbol present on the stage. More... | |
| class | IParagraph |
| IParagraph interface represents paragraph of text. More... | |
| class | IShape |
| Defines an interface that represents a shape. More... | |
| class | ISound |
| Defines the interface that represents a sound item attached to a frame. More... | |
| class | IStaticTextBehaviour |
| Defines an interface that represents the static text type of the text element present on the stage. More... | |
| class | ISymbolInstance |
| Defines an interface that represents an instance of a symbol present on the stage. More... | |
| class | ITextBehaviour |
| Defines an interface that represents type of the text element present on the stage. More... | |
| class | ITextRun |
| Defines an interface that represents a string of characters with the common text attributes. More... | |
| class | ITextStyle |
| Defines an interface that represents the properties that describe characters. More... | |
| struct | PARAGRAPH_STYLE |
| Describes the paragraph layout data of the text element. More... | |
| struct | SOUND_LIMIT |
| Defines the starting and ending points of the sound object. More... | |
| struct | SOUND_LOOP_MODE |
| Defines the loop mode for a sound. More... | |
Variables | |
| FCM::ConstFCMIID | IID_IBITMAP_INSTANCE |
| Defines the universally-unique interface ID for IBitmapInstance. More... | |
| FCM::ConstFCMIID | IID_IBUTTON_INSTANCE |
| Defines the universally-unique interface ID for IButton. More... | |
| FCM::ConstFCMIID | IID_ICLASSIC_TEXT_ELEMENT |
| Defines the universally-unique interface ID for IClassicText. More... | |
| FCM::ConstFCMIID | IID_IFRAME_DISPLAY_ELEMENT |
| Defines the universally-unique interface ID for IFrameDisplayElement. More... | |
| FCM::ConstFCMIID | IID_IGRAPHIC_INSTANCE |
| Defines the universally-unique interface ID for IGraphic. More... | |
| FCM::ConstFCMIID | IID_IGROUP |
| Defines the Interface ID (which is universally unique) for IGroup. More... | |
| FCM::ConstFCMIID | IID_IINSTANCE |
| Defines the universally-unique interface ID for IInstance. More... | |
| FCM::ConstFCMIID | IID_IMOVIE_CLIP_INSTANCE |
| Defines the universally-unique interface ID for IMovieClip. More... | |
| FCM::ConstFCMIID | IID_IPARAGRAPH |
| Defines the universally-unique interface ID for IParagraph. More... | |
| FCM::ConstFCMIID | IID_ISHAPE |
| Defines the universally-unique interface ID for IShape. More... | |
| FCM::ConstFCMIID | IID_ISOUND_ELEMENT |
| Defines the universally-unique interface ID for ISound. More... | |
| FCM::ConstFCMIID | IID_ISYMBOL_INSTANCE |
| Defines the universally-unique interface ID for ISymbolInstance. More... | |
| FCM::ConstFCMIID | IID_ITEXT_BEHAVIOUR |
| Defines the universally-unique interface ID for ITextBehaviour. More... | |
| FCM::ConstFCMIID | IID_ISTATIC_TEXT_BEHAVIOUR |
| Defines the universally-unique interface ID for IStaticTextBehaviour. More... | |
| FCM::ConstFCMIID | IID_IMODIFIABLE_TEXT_BEHAVIOUR |
| Defines the universally-unique interface ID for ITextBehaviour. More... | |
| FCM::ConstFCMIID | IID_IDYNAMIC_TEXT_BEHAVIOUR |
| Defines the universally-unique interface ID for IDynamicTextBehaviour. More... | |
| FCM::ConstFCMIID | IID_IINPUT_TEXT_BEHAVIOUR |
| Defines the universally-unique interface ID for IInputTextBehaviour. More... | |
| FCM::ConstFCMIID | IID_ITEXT_RUN |
| Defines the universally-unique interface ID for ITextRun. More... | |
| FCM::ConstFCMIID | IID_ITEXT_STYLE |
| Defines the universally-unique interface ID for ITextStyle. More... | |
| FCM::CStringRep8 const | REGULAR_STYLE_STR = "RegularStyle" |
| Defines the 'regular' text style. | |
| FCM::CStringRep8 const | ITALIC_STYLE_STR = "ItalicStyle" |
| Defines the 'italic' text style. | |
| FCM::CStringRep8 const | BOLD_STYLE_STR = "BoldStyle" |
| Defines the 'bold' text style. | |
| FCM::CStringRep8 const | BOLD_ITALIC_STYLE_STR = "BoldItalicStyle" |
| Defines the 'bold-italic' text style. | |
Provides interfaces and definitions for Frame elements.
This defines alignment mode of text.
Defines the different Blend modes available for the MovieClip instance.
This enum defines sync mode of a sound.
| FCM::ConstFCMIID DOM::FrameElement::IID_IBITMAP_INSTANCE |
Defines the universally-unique interface ID for IBitmapInstance.
| FCM::ConstFCMIID DOM::FrameElement::IID_IBUTTON_INSTANCE |
Defines the universally-unique interface ID for IButton.
| FCM::ConstFCMIID DOM::FrameElement::IID_ICLASSIC_TEXT_ELEMENT |
Defines the universally-unique interface ID for IClassicText.
| FCM::ConstFCMIID DOM::FrameElement::IID_IDYNAMIC_TEXT_BEHAVIOUR |
Defines the universally-unique interface ID for IDynamicTextBehaviour.
| FCM::ConstFCMIID DOM::FrameElement::IID_IFRAME_DISPLAY_ELEMENT |
Defines the universally-unique interface ID for IFrameDisplayElement.
| FCM::ConstFCMIID DOM::FrameElement::IID_IGRAPHIC_INSTANCE |
Defines the universally-unique interface ID for IGraphic.
| FCM::ConstFCMIID DOM::FrameElement::IID_IGROUP |
Defines the Interface ID (which is universally unique) for IGroup.
| FCM::ConstFCMIID DOM::FrameElement::IID_IINPUT_TEXT_BEHAVIOUR |
Defines the universally-unique interface ID for IInputTextBehaviour.
| FCM::ConstFCMIID DOM::FrameElement::IID_IINSTANCE |
Defines the universally-unique interface ID for IInstance.
| FCM::ConstFCMIID DOM::FrameElement::IID_IMODIFIABLE_TEXT_BEHAVIOUR |
Defines the universally-unique interface ID for ITextBehaviour.
| FCM::ConstFCMIID DOM::FrameElement::IID_IMOVIE_CLIP_INSTANCE |
Defines the universally-unique interface ID for IMovieClip.
| FCM::ConstFCMIID DOM::FrameElement::IID_IPARAGRAPH |
Defines the universally-unique interface ID for IParagraph.
| FCM::ConstFCMIID DOM::FrameElement::IID_ISHAPE |
Defines the universally-unique interface ID for IShape.
| FCM::ConstFCMIID DOM::FrameElement::IID_ISOUND_ELEMENT |
Defines the universally-unique interface ID for ISound.
| FCM::ConstFCMIID DOM::FrameElement::IID_ISTATIC_TEXT_BEHAVIOUR |
Defines the universally-unique interface ID for IStaticTextBehaviour.
| FCM::ConstFCMIID DOM::FrameElement::IID_ISYMBOL_INSTANCE |
Defines the universally-unique interface ID for ISymbolInstance.
| FCM::ConstFCMIID DOM::FrameElement::IID_ITEXT_BEHAVIOUR |
Defines the universally-unique interface ID for ITextBehaviour.
| FCM::ConstFCMIID DOM::FrameElement::IID_ITEXT_RUN |
Defines the universally-unique interface ID for ITextRun.
| FCM::ConstFCMIID DOM::FrameElement::IID_ITEXT_STYLE |
Defines the universally-unique interface ID for ITextStyle.