carbidesdk/com.nokia.carbide.cpp.sdk.doc.user/html/reference/CustomComponents/cc_definition.htm
changeset 1704 24ac5a5cf80c
parent 0 fb279309251b
equal deleted inserted replaced
1703:2c1a7d3f4ab4 1704:24ac5a5cf80c
    17 </blockquote>
    17 </blockquote>
    18 <p>The main item within the &lt;componentDefinition&gt; element is the &lt;component&gt; element. There can be only one of  these per file, and it can be omitted if the file just has type definitions. The other two items that can appear in &lt;componentDefinition&gt;  are type declarations that are referenced from property definitions.</p>
    18 <p>The main item within the &lt;componentDefinition&gt; element is the &lt;component&gt; element. There can be only one of  these per file, and it can be omitted if the file just has type definitions. The other two items that can appear in &lt;componentDefinition&gt;  are type declarations that are referenced from property definitions.</p>
    19 <p>The &lt;compoundPropertyDeclaration&gt; element is used to declare a structured type used  in properties. One example is a Point structure containing x and y coordinates.  Another example is a Symbian image property, containing the name of a bitmap file  and names of the regular image and mask images.</p>
    19 <p>The &lt;compoundPropertyDeclaration&gt; element is used to declare a structured type used  in properties. One example is a Point structure containing x and y coordinates.  Another example is a Symbian image property, containing the name of a bitmap file  and names of the regular image and mask images.</p>
    20 <p>The &lt;enumPropertyDeclaration&gt; element declares an enumerated type that may be referenced from one or more enumerated property declarations in this or other component documents. Sets of enumerated values  can be declared and used to define properties.</p>
    20 <p>The &lt;enumPropertyDeclaration&gt; element declares an enumerated type that may be referenced from one or more enumerated property declarations in this or other component documents. Sets of enumerated values  can be declared and used to define properties.</p>
    21 <p>  All enum property declarations are in a global namespace and must be declared as global elements.</p>
    21 <p>  All enum property declarations are in a global namespace and must be declared as global elements.</p>
    22 <div id="footer">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
    22 <div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
    23 
    23 
    24 </body>
    24 </body>
    25 </html>
    25 </html>