DITA-OT_CXX_Plugin/cxxapiref/doc/cxxClass/cxxClassInherits.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="cxxClassInherits">
       
     8     <title>cxxClassInherits</title>
       
     9     <shortdesc>
       
    10         The &lt;cxxClassInherits&gt; element is inside the &lt;cxxClass&gt; element. It contains &lt;cxxClassInheritsDetail&gt; which gives details of inherited members of the C++ class
       
    11     </shortdesc>
       
    12     <refbody>
       
    13         <section>
       
    14             <title>Description</title>
       
    15             <p>
       
    16                 &lt;cxxClassInherits&gt; contains one mandatory &lt;cxxClassInheritsDetail&gt; element and no attributes.
       
    17             </p>
       
    18         </section>
       
    19         <example>
       
    20             <title>Example</title>
       
    21             <codeblock>&lt;cxxClassInherits&gt;
       
    22     &lt;cxxClassInheritsDetail&gt;
       
    23         &lt;cxxClassFunctionInherited href=&quot;file.xml&quot;&gt;CActive::CActive(TInt)&lt;/cxxClassFunctionInherited&gt;
       
    24         &lt;cxxClassEnumeratorInherited href=&quot;file.xml&quot;&gt;CActive::EPriorityHigh&lt;/cxxClassEnumeratorInherited&gt;
       
    25         &lt;cxxClassVariableInherited href=&quot;file.xml&quot;&gt;CActive::iStatus&lt;/cxxClassVariableInherited&gt;
       
    26         &lt;cxxClassEnumerationInherited href=&quot;file.xml&quot;&gt;CActive:TPriority&lt;/cxxClassEnumerationInherited&gt;        
       
    27     &lt;/cxxClassInheritsDetail&gt;
       
    28 &lt;/cxxClassInherits&gt;</codeblock>
       
    29         </example>          
       
    30         <section conref="../packagedef.dita#cxxClassInherits-reference/cxxClassInherits-containedBy-section"/>
       
    31         <section conref="../packagedef.dita#cxxClassInherits-reference/cxxClassInherits-contains-section"/>
       
    32         <section conref="../packagedef.dita#cxxClassInherits-reference/cxxClassInherits-contentModel-section"/>
       
    33         <section conref="../packagedef.dita#cxxClassInherits-reference/cxxClassInherits-attList-section"/>
       
    34         <section conref="../packagedef.dita#cxxClassInherits-reference/cxxClassInherits-classValue-section"/>
       
    35     </refbody>
       
    36 </reference>