DITA-OT_CXX_Plugin/cxxapiref/doc/cxxClass/cxxClassEnumerationInherited.dita
changeset 4 468f4c8d3d5b
equal deleted inserted replaced
3:d8fccb2cd802 4:468f4c8d3d5b
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <!--
       
     3 Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     4 All rights reserved.		
       
     5 		-->
       
     6 <!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd">
       
     7 <reference xml:lang="en-us" outputclass="element" id="cxxClassEnumerationInherited">
       
     8     <title>cxxClassEnumerationInherited</title>
       
     9     <shortdesc>The &lt;cxxClassEnumerationInherited&gt; element within &lt;cxxClassInheritsDetail&gt; provides the name of an enumeration inherited by a class.</shortdesc>
       
    10     <refbody>
       
    11         <section>
       
    12             <title>Description</title>
       
    13             <p>The text in this element is the fully qualified name of enumeration that has been inherited. There are no mandatory attributes.</p>
       
    14         </section>
       
    15         <example>
       
    16             <title>Example</title>
       
    17             <codeblock>&lt;cxxClassInherits&gt;
       
    18     &lt;cxxClassInheritsDetail&gt;
       
    19         &lt;cxxClassEnumerationInherited href=&quot;file.xml&quot;&gt;CActive:TPriority&lt;/cxxClassEnumerationInherited&gt;
       
    20     &lt;/cxxClassInheritsDetail&gt;
       
    21 &lt;/cxxClassInherits&gt;</codeblock>
       
    22         </example>        
       
    23         <section conref="../packagedef.dita#cxxClassEnumerationInherited-reference/cxxClassEnumerationInherited-containedBy-section"/>
       
    24         <section conref="../packagedef.dita#cxxClassEnumerationInherited-reference/cxxClassEnumerationInherited-contains-section"/>
       
    25         <section conref="../packagedef.dita#cxxClassEnumerationInherited-reference/cxxClassEnumerationInherited-contentModel-section"/>
       
    26         <section conref="../packagedef.dita#cxxClassEnumerationInherited-reference/cxxClassEnumerationInherited-attList-section"/>
       
    27         <section conref="../packagedef.dita#cxxClassEnumerationInherited-reference/cxxClassEnumerationInherited-classValue-section"/>
       
    28     </refbody>
       
    29 </reference>