layout_default.h 7.1 KB
Newer Older
1
"<doxygenlayout version=\"1.0\">\n"
2
"  <!-- Generated by doxygen $doxygenversion -->\n"
3 4 5
"  <!-- Navigation index tabs for HTML output -->\n"
"  <navindex>\n"
"    <tab type=\"mainpage\" visible=\"yes\" title=\"\"/>\n"
Dimitri van Heesch's avatar
Dimitri van Heesch committed
6 7
"    <tab type=\"pages\" visible=\"yes\" title=\"\" intro=\"\"/>\n"
"    <tab type=\"modules\" visible=\"yes\" title=\"\" intro=\"\"/>\n"
8
"    <tab type=\"namespaces\" visible=\"yes\" title=\"\">\n"
9
"      <tab type=\"namespacelist\" visible=\"yes\" title=\"\" intro=\"\"/>\n"
Dimitri van Heesch's avatar
Dimitri van Heesch committed
10
"      <tab type=\"namespacemembers\" visible=\"yes\" title=\"\" intro=\"\"/>\n"
11 12
"    </tab>\n"
"    <tab type=\"classes\" visible=\"yes\" title=\"\">\n"
13
"      <tab type=\"classlist\" visible=\"yes\" title=\"\" intro=\"\"/>\n"
Dimitri van Heesch's avatar
Dimitri van Heesch committed
14
"      <tab type=\"classindex\" visible=\"$ALPHABETICAL_INDEX\" title=\"\"/> \n"
Dimitri van Heesch's avatar
Dimitri van Heesch committed
15 16
"      <tab type=\"hierarchy\" visible=\"yes\" title=\"\" intro=\"\"/>\n"
"      <tab type=\"classmembers\" visible=\"yes\" title=\"\" intro=\"\"/>\n"
17 18
"    </tab>\n"
"    <tab type=\"files\" visible=\"yes\" title=\"\">\n"
19
"      <tab type=\"filelist\" visible=\"yes\" title=\"\" intro=\"\"/>\n"
Dimitri van Heesch's avatar
Dimitri van Heesch committed
20
"      <tab type=\"globals\" visible=\"yes\" title=\"\" intro=\"\"/>\n"
21
"    </tab>\n"
Dimitri van Heesch's avatar
Dimitri van Heesch committed
22
"    <tab type=\"examples\" visible=\"yes\" title=\"\" intro=\"\"/>  \n"
23 24 25 26 27
"  </navindex>\n"
"\n"
"  <!-- Layout definition for a class page -->\n"
"  <class>\n"
"    <briefdescription visible=\"yes\"/>\n"
28 29 30
"    <includes visible=\"$SHOW_INCLUDE_FILES\"/>\n"
"    <inheritancegraph visible=\"$CLASS_GRAPH\"/>\n"
"    <collaborationgraph visible=\"$COLLABORATION_GRAPH\"/>\n"
31 32 33
"    <memberdecl>\n"
"      <nestedclasses visible=\"yes\" title=\"\"/>\n"
"      <publictypes title=\"\"/>\n"
34 35
"      <services title=\"\"/>\n"
"      <interfaces title=\"\"/>\n"
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
"      <publicslots title=\"\"/>\n"
"      <signals title=\"\"/>\n"
"      <publicmethods title=\"\"/>\n"
"      <publicstaticmethods title=\"\"/>\n"
"      <publicattributes title=\"\"/>\n"
"      <publicstaticattributes title=\"\"/>\n"
"      <protectedtypes title=\"\"/>\n"
"      <protectedslots title=\"\"/>\n"
"      <protectedmethods title=\"\"/>\n"
"      <protectedstaticmethods title=\"\"/>\n"
"      <protectedattributes title=\"\"/>\n"
"      <protectedstaticattributes title=\"\"/>\n"
"      <packagetypes title=\"\"/>\n"
"      <packagemethods title=\"\"/>\n"
"      <packagestaticmethods title=\"\"/>\n"
"      <packageattributes title=\"\"/>\n"
"      <packagestaticattributes title=\"\"/>\n"
"      <properties title=\"\"/>\n"
"      <events title=\"\"/>\n"
"      <privatetypes title=\"\"/>\n"
"      <privateslots title=\"\"/>\n"
"      <privatemethods title=\"\"/>\n"
"      <privatestaticmethods title=\"\"/>\n"
"      <privateattributes title=\"\"/>\n"
"      <privatestaticattributes title=\"\"/>\n"
"      <friends title=\"\"/>\n"
"      <related title=\"\" subtitle=\"\"/>\n"
63
"      <membergroups visible=\"yes\"/>\n"
64 65 66
"    </memberdecl>\n"
"    <detaileddescription title=\"\"/>\n"
"    <memberdef>\n"
67
"      <inlineclasses title=\"\"/>\n"
68 69
"      <typedefs title=\"\"/>\n"
"      <enums title=\"\"/>\n"
70 71
"      <services title=\"\"/>\n"
"      <interfaces title=\"\"/>\n"
72 73 74 75 76 77 78
"      <constructors title=\"\"/>\n"
"      <functions title=\"\"/>\n"
"      <related title=\"\"/>\n"
"      <variables title=\"\"/>\n"
"      <properties title=\"\"/>\n"
"      <events title=\"\"/>\n"
"    </memberdef>\n"
Dimitri van Heesch's avatar
Dimitri van Heesch committed
79
"    <allmemberslink visible=\"yes\"/>\n"
80
"    <usedfiles visible=\"$SHOW_USED_FILES\"/>\n"
81 82 83 84 85 86 87 88
"    <authorsection visible=\"yes\"/>\n"
"  </class>\n"
"\n"
"  <!-- Layout definition for a namespace page -->\n"
"  <namespace>\n"
"    <briefdescription visible=\"yes\"/>\n"
"    <memberdecl>\n"
"      <nestednamespaces visible=\"yes\" title=\"\"/>\n"
89
"      <constantgroups visible=\"yes\" title=\"\"/>\n"
90 91 92 93 94
"      <classes visible=\"yes\" title=\"\"/>\n"
"      <typedefs title=\"\"/>\n"
"      <enums title=\"\"/>\n"
"      <functions title=\"\"/>\n"
"      <variables title=\"\"/>\n"
95
"      <membergroups visible=\"yes\"/>\n"
96 97 98
"    </memberdecl>\n"
"    <detaileddescription title=\"\"/>\n"
"    <memberdef>\n"
99
"      <inlineclasses title=\"\"/>\n"
100 101 102 103 104 105 106 107 108 109 110
"      <typedefs title=\"\"/>\n"
"      <enums title=\"\"/>\n"
"      <functions title=\"\"/>\n"
"      <variables title=\"\"/>\n"
"    </memberdef>\n"
"    <authorsection visible=\"yes\"/>\n"
"  </namespace>\n"
"\n"
"  <!-- Layout definition for a file page -->\n"
"  <file>\n"
"    <briefdescription visible=\"yes\"/>\n"
111 112 113
"    <includes visible=\"$SHOW_INCLUDE_FILES\"/>\n"
"    <includegraph visible=\"$INCLUDE_GRAPH\"/>\n"
"    <includedbygraph visible=\"$INCLUDED_BY_GRAPH\"/>\n"
114 115 116 117
"    <sourcelink visible=\"yes\"/>\n"
"    <memberdecl>\n"
"      <classes visible=\"yes\" title=\"\"/>\n"
"      <namespaces visible=\"yes\" title=\"\"/>\n"
118
"      <constantgroups visible=\"yes\" title=\"\"/>\n"
119 120 121 122 123
"      <defines title=\"\"/>\n"
"      <typedefs title=\"\"/>\n"
"      <enums title=\"\"/>\n"
"      <functions title=\"\"/>\n"
"      <variables title=\"\"/>\n"
124
"      <membergroups visible=\"yes\"/>\n"
125 126 127
"    </memberdecl>\n"
"    <detaileddescription title=\"\"/>\n"
"    <memberdef>\n"
128
"      <inlineclasses title=\"\"/>\n"
129 130 131 132 133 134 135 136 137 138 139 140
"      <defines title=\"\"/>\n"
"      <typedefs title=\"\"/>\n"
"      <enums title=\"\"/>\n"
"      <functions title=\"\"/>\n"
"      <variables title=\"\"/>\n"
"    </memberdef>\n"
"    <authorsection/>\n"
"  </file>\n"
"\n"
"  <!-- Layout definition for a group page -->\n"
"  <group>\n"
"    <briefdescription visible=\"yes\"/>\n"
141
"    <groupgraph visible=\"$GROUP_GRAPHS\"/>\n"
142 143
"    <memberdecl>\n"
"      <nestedgroups visible=\"yes\" title=\"\"/>\n"
144
"      <dirs visible=\"yes\" title=\"\"/>\n"
145
"      <files visible=\"yes\" title=\"\"/>\n"
146 147
"      <namespaces visible=\"yes\" title=\"\"/>\n"
"      <classes visible=\"yes\" title=\"\"/>\n"
148 149 150 151 152 153 154 155 156 157 158 159 160
"      <defines title=\"\"/>\n"
"      <typedefs title=\"\"/>\n"
"      <enums title=\"\"/>\n"
"      <enumvalues title=\"\"/>\n"
"      <functions title=\"\"/>\n"
"      <variables title=\"\"/>\n"
"      <signals title=\"\"/>\n"
"      <publicslots title=\"\"/>\n"
"      <protectedslots title=\"\"/>\n"
"      <privateslots title=\"\"/>\n"
"      <events title=\"\"/>\n"
"      <properties title=\"\"/>\n"
"      <friends title=\"\"/>\n"
161
"      <membergroups visible=\"yes\"/>\n"
162 163 164 165
"    </memberdecl>\n"
"    <detaileddescription title=\"\"/>\n"
"    <memberdef>\n"
"      <pagedocs/>\n"
Dimitri van Heesch's avatar
Dimitri van Heesch committed
166
"      <inlineclasses title=\"\"/>\n"
167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194
"      <defines title=\"\"/>\n"
"      <typedefs title=\"\"/>\n"
"      <enums title=\"\"/>\n"
"      <enumvalues title=\"\"/>\n"
"      <functions title=\"\"/>\n"
"      <variables title=\"\"/>\n"
"      <signals title=\"\"/>\n"
"      <publicslots title=\"\"/>\n"
"      <protectedslots title=\"\"/>\n"
"      <privateslots title=\"\"/>\n"
"      <events title=\"\"/>\n"
"      <properties title=\"\"/>\n"
"      <friends title=\"\"/>\n"
"    </memberdef>\n"
"    <authorsection visible=\"yes\"/>\n"
"  </group>\n"
"\n"
"  <!-- Layout definition for a directory page -->\n"
"  <directory>\n"
"    <briefdescription visible=\"yes\"/>\n"
"    <directorygraph visible=\"yes\"/>\n"
"    <memberdecl>\n"
"      <dirs visible=\"yes\"/>\n"
"      <files visible=\"yes\"/>\n"
"    </memberdecl>\n"
"    <detaileddescription title=\"\"/>\n"
"  </directory>\n"
"</doxygenlayout>\n"