Custom Platform Support Development Kit  1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ITextBehaviour.h
Go to the documentation of this file.
1 /******************************************************************************
2 * ADOBE CONFIDENTIAL
3 * ___________________
4 *
5 * Copyright [2013] Adobe Systems Incorporated
6 * All Rights Reserved.
7 *
8 * NOTICE: All information contained herein is, and remains
9 * the property of Adobe Systems Incorporated and its suppliers,
10 * if any. The intellectual and technical concepts contained
11 * herein are proprietary to Adobe Systems Incorporated and its
12 * suppliers and are protected by all applicable intellectual
13 * property laws, including trade secret and copyright laws.
14 * Dissemination of this information or reproduction of this material
15 * is strictly forbidden unless prior written permission is obtained
16 * from Adobe Systems Incorporated.
17 ******************************************************************************/
18 
26 #ifndef ITEXT_BEHAVIOUR_H_
27 #define ITEXT_BEHAVIOUR_H_
28 
29 #include "FCMPreConfig.h"
30 #include "FCMPluginInterface.h"
31 #include "IFCMUnknown.h"
32 
33 
34 /* -------------------------------------------------- Forward Decl */
35 
36 
37 /* -------------------------------------------------- Enums */
38 
39 namespace DOM
40 {
41  namespace FrameElement
42  {
49  {
52 
53 
56  };
57 
58 
64  enum TextFlow
65  {
68 
69 
72  };
73 
74 
80  enum LineMode
81  {
84 
85 
88 
89 
92  };
93  }
94 }
95 
96 
97 /* -------------------------------------------------- Macros / Constants */
98 
99 
100 namespace DOM
101 {
102  namespace FrameElement
103  {
104 
112  {0xcd4a280, 0x95e3, 0x4476, {0xa0, 0x64, 0x41, 0x98, 0x4a, 0x58, 0x94, 0x33}};
113 
114 
122  {0x6327c2d6, 0xb763, 0x4ac9, {0x8f, 0xbd, 0xf4, 0xc2, 0x91, 0x34, 0xd1, 0x7c}};
123 
124 
132  {0x6499d11f, 0x6af1, 0x4403, {0xbd, 0xb1, 0x76, 0x2, 0x14, 0xf3, 0x9d, 0x95}};
133 
134 
142  {0x94655a95, 0x990b, 0x4540, {0x91, 0x5b, 0x70, 0x52, 0x93, 0x32, 0x31, 0xf8}};
143 
144 
152  {0x9d1e6460, 0x990f, 0x4d81, {0xbb, 0x24, 0x8d, 0x91, 0x59, 0xcd, 0x96, 0xf9}};
153 
154  }
155 }
156 
157 
158 /* -------------------------------------------------- Structs / Unions */
159 
160 
161 /* -------------------------------------------------- Class Decl */
162 
163 namespace DOM
164 {
165  namespace FrameElement
166  {
174 
175 
183  virtual FCM::Result _FCMCALL IsSelectable(FCM::Boolean& selectable) = 0;
184 
186 
187 
195 
204  virtual FCM::Result _FCMCALL GetOrientationMode(OrientationMode& orientationMode) = 0;
205 
206 
215  virtual FCM::Result _FCMCALL GetFlow(TextFlow& flow) = 0;
216 
218 
219 
227 
239  virtual FCM::Result _FCMCALL GetInstanceName(FCM::StringRep16* ppName) = 0;
240 
241 
250  virtual FCM::Result _FCMCALL GetLineMode(LineMode& lineMode) = 0;
251 
252 
261  virtual FCM::Result _FCMCALL IsScrollable(FCM::Boolean& scrollable) = 0;
262 
263 
272  virtual FCM::Result _FCMCALL IsBorderDrawn(FCM::Boolean& borderDrawn) = 0;
273 
274 
283  virtual FCM::Result _FCMCALL GetRenderAsHtml(FCM::Boolean& renderAsHtml) = 0;
284 
286 
287 
295 
297 
298 
306 
315  virtual FCM::Result _FCMCALL IsLineModePassword(FCM::Boolean& password) = 0;
316 
318 
319  }
320 }
321 
322 
323 /* -------------------------------------------------- Inline / Functions */
324 
325 
326 #include "FCMPostConfig.h"
327 
328 #endif // ITEXT_BEHAVIOUR_H_
329 
Defines an interface that represents the static text type of the text element present on the stage...
Definition: ITextBehaviour.h:194
Definition: ITextBehaviour.h:67
#define BEGIN_DECLARE_INTERFACE(ifx, iid)
Used to begin the interface ifx with ID iid, which inherits from IFCMUnknown.
Definition: FCMMacros.h:147
Definition: ITextBehaviour.h:71
The definitions contained in this namespace define a framework called Flash Component Model (FCM)...
Definition: IGroup.h:36
Definition: ITextBehaviour.h:91
U_Int16 * StringRep16
Used to define a UTF16 (unicode) encoded string.
Definition: FCMTypes.h:161
Definition: ITextBehaviour.h:55
This file contains interface for IFCMUnknown. All FCM interfaces inherit from IFCMUnknown. This interface is similar to Microsoft's COM IUnknown. Primary purpose of this interface is to facilitate a way to obtain pointers to other interfaces through QueryInterface method.
Defines an interface that represents the Input text type of the text element present on the stage...
Definition: ITextBehaviour.h:305
Provides interfaces and other definitions to access the FLA authored contents in the form of a DOM (D...
U_Int8 Boolean
Type to define a boolean.
Definition: FCMTypes.h:140
This file contains core definitions of the framework Flash Component Model (FCM). ...
Definition: ITextBehaviour.h:83
FCM::ConstFCMIID IID_IMODIFIABLE_TEXT_BEHAVIOUR
Defines the universally-unique interface ID for ITextBehaviour.
Definition: ITextBehaviour.h:131
#define _FCMCALL
Defines calling convention for interface methods.
Definition: FCMMacros.h:176
TextFlow
This defines static text flow.
Definition: ITextBehaviour.h:64
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 the dynamic text type of the text element present on the stage...
Definition: ITextBehaviour.h:294
FCM::ConstFCMIID IID_IDYNAMIC_TEXT_BEHAVIOUR
Defines the universally-unique interface ID for IDynamicTextBehaviour.
Definition: ITextBehaviour.h:141
LineMode
This defines the paragraph behavior mode of the dynamic/input text element.
Definition: ITextBehaviour.h:80
Definition: ITextBehaviour.h:51
FCM::ConstFCMIID IID_ITEXT_BEHAVIOUR
Defines the universally-unique interface ID for ITextBehaviour.
Definition: ITextBehaviour.h:111
FCM::ConstFCMIID IID_IINPUT_TEXT_BEHAVIOUR
Defines the universally-unique interface ID for IInputTextBehaviour.
Definition: ITextBehaviour.h:151
FCM::ConstFCMIID IID_ISTATIC_TEXT_BEHAVIOUR
Defines the universally-unique interface ID for IStaticTextBehaviour.
Definition: ITextBehaviour.h:121
OrientationMode
This defines orientation mode of the static text element.
Definition: ITextBehaviour.h:48
Defines an interface that represents type of the text element present on the stage.
Definition: ITextBehaviour.h:173
#define END_DECLARE_INTERFACE
Ends an interface.
Definition: FCMMacros.h:165
Definition: ITextBehaviour.h:87
Defines an interface that represents the base class for the dynamic/input text type of the text eleme...
Definition: ITextBehaviour.h:226