File: class_test.xml

package info (click to toggle)
doxygen 1.9.8%2Bds-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 24,000 kB
  • sloc: cpp: 215,370; lex: 42,621; python: 32,388; ansic: 26,705; xml: 15,390; javascript: 8,352; yacc: 581; f90: 455; php: 441; perl: 378; makefile: 195; sh: 24; objc: 14; cs: 5; java: 1
file content (103 lines) | stat: -rw-r--r-- 4,630 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="" xml:lang="en-US">
  <compounddef id="class_test" kind="class" language="C++" prot="public">
    <compoundname>Test</compoundname>
    <sectiondef kind="public-func">
      <memberdef kind="function" id="class_test_1a8e7b46ceaf7bd2ab94114b390b3288ca" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
        <type>void</type>
        <definition>void Test::drawRect</definition>
        <argsstring>(int, int, int, int)</argsstring>
        <name>drawRect</name>
        <qualifiedname>Test::drawRect</qualifiedname>
        <param>
          <type>int</type>
          <defname>x</defname>
        </param>
        <param>
          <type>int</type>
          <defname>y</defname>
        </param>
        <param>
          <type>int</type>
          <defname>w</defname>
        </param>
        <param>
          <type>int</type>
          <defname>h</defname>
        </param>
        <briefdescription>
        </briefdescription>
        <detaileddescription>
          <para>This command draws a rectangle with a left upper corner at ( <emphasis>x</emphasis> , <emphasis>y</emphasis> ), width <emphasis>w</emphasis> and height <emphasis>h</emphasis>. </para>
        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="041_overload.cpp" line="8" column="10" bodyfile="041_overload.cpp" bodystart="13" bodyend="13"/>
      </memberdef>
      <memberdef kind="function" id="class_test_1ae87a6e26707e684c0d2d07bb3d4a9d7f" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
        <type>void</type>
        <definition>void Test::drawRect</definition>
        <argsstring>(const Rect &amp;r)</argsstring>
        <name>drawRect</name>
        <qualifiedname>Test::drawRect</qualifiedname>
        <param>
          <type>const Rect &amp;</type>
          <declname>r</declname>
        </param>
        <briefdescription>
        </briefdescription>
        <detaileddescription>
          <para>This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.</para>
        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="041_overload.cpp" line="9" column="10" bodyfile="041_overload.cpp" bodystart="14" bodyend="14"/>
      </memberdef>
      <memberdef kind="function" id="class_test_1a62a76eed05fa84633d1e460aeeaf875d" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
        <type>void</type>
        <definition>void Test::drawRect</definition>
        <argsstring>(const Point &amp;topLeft, const Point &amp;bottomRight)</argsstring>
        <name>drawRect</name>
        <qualifiedname>Test::drawRect</qualifiedname>
        <param>
          <type>const Point &amp;</type>
          <declname>topLeft</declname>
        </param>
        <param>
          <type>const Point &amp;</type>
          <declname>bottomRight</declname>
        </param>
        <briefdescription>
        </briefdescription>
        <detaileddescription>
          <para>This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.</para>
          <para>More text. </para>
        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="041_overload.cpp" line="10" column="10" bodyfile="041_overload.cpp" bodystart="19" bodyend="19"/>
      </memberdef>
    </sectiondef>
    <briefdescription>
      <para>A short description. </para>
    </briefdescription>
    <detaileddescription>
      <para>More text. </para>
    </detaileddescription>
    <location file="041_overload.cpp" line="5" column="1" bodyfile="041_overload.cpp" bodystart="6" bodyend="11"/>
    <listofallmembers>
      <member refid="class_test_1a8e7b46ceaf7bd2ab94114b390b3288ca" prot="public" virt="non-virtual">
        <scope>Test</scope>
        <name>drawRect</name>
      </member>
      <member refid="class_test_1ae87a6e26707e684c0d2d07bb3d4a9d7f" prot="public" virt="non-virtual">
        <scope>Test</scope>
        <name>drawRect</name>
      </member>
      <member refid="class_test_1a62a76eed05fa84633d1e460aeeaf875d" prot="public" virt="non-virtual">
        <scope>Test</scope>
        <name>drawRect</name>
      </member>
    </listofallmembers>
  </compounddef>
</doxygen>