18#ifndef TRANSLATOR_EN_H
19#define TRANSLATOR_EN_H
84 return "0x409 English (United States)";
90 {
return "Related Functions"; }
94 {
return "(Note that these are not member functions.)"; }
98 {
return "Detailed Description"; }
102 {
return "Details"; }
106 {
return "Member Typedef Documentation"; }
110 {
return "Member Enumeration Documentation"; }
117 return "Member Function/Procedure/Process Documentation";
121 return "Member Function Documentation";
130 return "Field Documentation";
134 return "Member Data Documentation";
140 {
return "More..."; }
144 {
return "List of all members"; }
148 {
return "Member List"; }
152 {
return "This is the complete list of members for"; }
156 {
return ", including all inherited members."; }
162 { QCString result=
"Generated automatically by Doxygen";
163 if (!s.
isEmpty()) result+=
" for "+s;
164 result+=
" from the source code.";
170 {
return "enum name"; }
174 {
return "enum value"; }
178 {
return "defined in"; }
186 {
return "Modules"; }
190 {
return "Class Hierarchy"; }
197 return "Data Structures";
207 {
return "File List"; }
214 return "Data Fields";
218 return "Class Members";
231 return "File Members";
237 {
return "Related Pages"; }
241 {
return "Examples"; }
252 return "Here is a hierarchical list of all entities:";
256 return "This inheritance list is sorted roughly, "
257 "but not completely, alphabetically:";
264 QCString result=
"Here is a list of all ";
265 if (!extractAll) result+=
"documented ";
266 result+=
"files with brief descriptions:";
276 return "Here are the data structures with brief descriptions:";
280 return "Here are the classes with brief descriptions:";
284 return "Here are the classes, structs, "
285 "unions and interfaces with brief descriptions:";
292 QCString result=
"Here is a list of all ";
295 result+=
"documented ";
299 result+=
"struct and union fields";
303 result+=
"class members";
305 result+=
" with links to ";
310 result+=
"the struct/union documentation for each field:";
314 result+=
"the class documentation for each member:";
321 result+=
"the structures/unions they belong to:";
325 result+=
"the classes they belong to:";
334 QCString result=
"Here is a list of all ";
335 if (!extractAll) result+=
"documented ";
339 result+=
"functions, variables, defines, enums, and typedefs";
343 result+=
"file members";
345 result+=
" with links to ";
347 result+=
"the files they belong to:";
349 result+=
"the documentation:";
355 {
return "Here is a list of all examples:"; }
359 {
return "Here is a list of all related documentation pages:"; }
363 {
return "Here is a list of all modules:"; }
369 {
return (!projName.
isEmpty()?projName +
" " :
"") +
"Documentation"; }
375 {
return "Module Index"; }
381 {
return "Hierarchical Index"; }
390 return "Data Structure Index";
394 return "Class Index";
402 {
return "File Index"; }
408 {
return "Module Documentation"; }
417 return "Data Structure Documentation";
425 return "Class Documentation";
433 {
return "File Documentation"; }
437 {
return "Reference Manual"; }
449 {
return "Typedefs"; }
455 {
return "Enumerations"; }
461 {
return "Functions"; }
467 {
return "Variables"; }
473 {
return "Enumerator"; }
479 {
return "Macro Definition Documentation"; }
485 {
return "Typedef Documentation"; }
491 {
return "Enumeration Type Documentation"; }
497 {
return "Function Documentation"; }
503 {
return "Variable Documentation"; }
512 return "Data Structures";
523 QCString
trGeneratedAt(
const QCString &date,
const QCString &projName)
override
525 QCString result=
"Generated on "+date;
526 if (!projName.
isEmpty()) result+=
" for "+projName;
534 return "Inheritance diagram for "+clName+
":";
539 {
return "Warning"; }
543 {
return "Version"; }
551 {
return "Returns"; }
555 {
return "See also"; }
559 {
return "Parameters"; }
563 {
return "Exceptions"; }
567 {
return "Generated by"; }
575 {
return "Namespace List"; }
580 QCString result=
"Here is a list of all ";
581 if (!extractAll) result+=
"documented ";
582 result+=
"namespaces with brief descriptions:";
590 {
return "Friends"; }
600 {
return "Friends And Related Function Documentation"; }
609 bool isTemplate)
override
611 QCString result=clName;
623 if (isTemplate) result+=
" Template";
624 result+=
" Reference";
631 QCString result=fileName;
632 result+=
" File Reference";
639 QCString result=namespaceName;
640 result+=
" Namespace Reference";
645 {
return "Public Member Functions"; }
647 {
return "Public Slots"; }
649 {
return "Signals"; }
651 {
return "Static Public Member Functions"; }
653 {
return "Protected Member Functions"; }
655 {
return "Protected Slots"; }
657 {
return "Static Protected Member Functions"; }
659 {
return "Private Member Functions"; }
661 {
return "Private Slots"; }
663 {
return "Static Private Member Functions"; }
672 for (
int i=0;i<numEntries;i++)
702 return "Inherited by "+
trWriteList(numEntries)+
".";
710 return "Reimplemented from "+
trWriteList(numEntries)+
".";
718 return "Reimplemented in "+
trWriteList(numEntries)+
".";
723 {
return "Namespace Members"; }
728 QCString result=
"Here is a list of all ";
729 if (!extractAll) result+=
"documented ";
730 result+=
"namespace members with links to ";
732 result+=
"the namespace documentation for each member:";
734 result+=
"the namespaces they belong to:";
741 {
return "Namespace Index"; }
747 {
return "Namespace Documentation"; }
757 {
return "Namespaces"; }
767 bool single)
override
770 QCString result=
"The documentation for this ";
782 result+=
" was generated from the following file";
783 if (single) result+=
":";
else result+=
"s:";
793 {
return "Return values"; }
798 {
return "Main Page"; }
812 return "Definition at line @0 of file @1.";
816 return "Definition in file @0.";
835 return "Collaboration diagram for "+clName+
":";
840 return "Include dependency graph for "+fName+
":";
845 return "Constructor & Destructor Documentation";
850 return "Go to the source code of this file.";
855 return "Go to the documentation of this file.";
860 return "Precondition";
865 return "Postcondition";
875 return "Initial value:";
884 return "Graphical Class Hierarchy";
888 return "Go to the graphical class hierarchy";
892 return "Go to the textual class hierarchy";
909 return "Public Types";
915 return "Data Fields";
919 return "Public Attributes";
924 return "Static Public Attributes";
928 return "Protected Types";
932 return "Protected Attributes";
936 return "Static Protected Attributes";
940 return "Private Types";
944 return "Private Attributes";
948 return "Static Private Attributes";
972 return "Referenced by";
984 return "This graph shows which files directly or "
985 "indirectly include this file:";
999 return "Graph Legend";
1007 "This page explains how to interpret the graphs that are generated "
1009 "Consider the following example:\n"
1011 "/*! Invisible class because of truncation */\n"
1012 "class Invisible { };\n\n"
1013 "/*! Truncated class, inheritance relation is hidden */\n"
1014 "class Truncated : public Invisible { };\n\n"
1015 "/* Class not documented with doxygen comments */\n"
1016 "class Undocumented { };\n\n"
1017 "/*! Class that is inherited using public inheritance */\n"
1018 "class PublicBase : public Truncated { };\n\n"
1019 "/*! A template class */\n"
1020 "template<class T> class Templ { };\n\n"
1021 "/*! Class that is inherited using protected inheritance */\n"
1022 "class ProtectedBase { };\n\n"
1023 "/*! Class that is inherited using private inheritance */\n"
1024 "class PrivateBase { };\n\n"
1025 "/*! Class that is used by the Inherited class */\n"
1026 "class Used { };\n\n"
1027 "/*! Super class that inherits a number of other classes */\n"
1028 "class Inherited : public PublicBase,\n"
1029 " protected ProtectedBase,\n"
1030 " private PrivateBase,\n"
1031 " public Undocumented,\n"
1032 " public Templ<int>\n"
1035 " Used *m_usedClass;\n"
1038 "This will result in the following graph:"
1041 "The boxes in the above graph have the following meaning:\n"
1044 "<li>%A filled gray box represents the struct or class for which the "
1045 "graph is generated.</li>\n"
1046 "<li>%A box with a black border denotes a documented struct or class.</li>\n"
1047 "<li>%A box with a gray border denotes an undocumented struct or class.</li>\n"
1048 "<li>%A box with a red border denotes a documented struct or class for"
1049 "which not all inheritance/containment relations are shown. %A graph is "
1050 "truncated if it does not fit within the specified boundaries.</li>\n"
1053 "The arrows have the following meaning:\n"
1056 "<li>%A blue arrow is used to visualize a public inheritance "
1057 "relation between two classes.</li>\n"
1058 "<li>%A dark green arrow is used for protected inheritance.</li>\n"
1059 "<li>%A dark red arrow is used for private inheritance.</li>\n"
1060 "<li>%A purple dashed arrow is used if a class is contained or used "
1061 "by another class. The arrow is labeled with the variable(s) "
1062 "through which the pointed class or struct is accessible.</li>\n"
1063 "<li>%A yellow dashed arrow denotes a relation between a template instance and "
1064 "the template class it was instantiated from. The arrow is labeled with "
1065 "the template parameters of the instance.</li>\n"
1096 return "Properties";
1101 return "Property Documentation";
1113 return "Data Structures";
1123 return "Package "+name;
1128 return "Here are the packages with brief descriptions (if available):";
1209 QCString
trClass(
bool first_capital,
bool singular)
override
1211 return createNoun(first_capital, singular,
"class",
"es");
1218 QCString
trFile(
bool first_capital,
bool singular)
override
1220 return createNoun(first_capital, singular,
"file",
"s");
1229 return createNoun(first_capital, singular,
"namespace",
"s");
1236 QCString
trGroup(
bool first_capital,
bool singular)
override
1238 return createNoun(first_capital, singular,
"module",
"s");
1245 QCString
trPage(
bool first_capital,
bool singular)
override
1247 return createNoun(first_capital, singular,
"page",
"s");
1254 QCString
trMember(
bool first_capital,
bool singular)
override
1256 return createNoun(first_capital, singular,
"member",
"s");
1263 QCString
trGlobal(
bool first_capital,
bool singular)
override
1265 return createNoun(first_capital, singular,
"global",
"s");
1274 QCString
trAuthor(
bool first_capital,
bool singular)
override
1276 return createNoun(first_capital, singular,
"author",
"s");
1287 return "References";
1307 return "Implemented in "+
trWriteList(numEntries)+
".";
1319 return "Table of Contents";
1331 return "Deprecated List";
1348 return "Event Documentation";
1359 return "Package Types";
1366 return "Package Functions";
1370 return "Package Members";
1377 return "Static Package Functions";
1384 return "Package Attributes";
1391 return "Static Package Attributes";
1408 return "Here is the call graph for this function:";
1420 return "Search Results";
1432 if (numDocuments==0)
1434 return "Sorry, no documents matching your query.";
1436 else if (numDocuments==1)
1438 return "Found <b>1</b> document matching your query.";
1442 return "Found <b>$num</b> documents matching your query. "
1443 "Showing best matches first.";
1462 return filename +
" Source File";
1473 {
return "Directory Hierarchy"; }
1479 {
return "Directory Documentation"; }
1485 {
return "Directories"; }
1491 { QCString result=dirName; result+=
" Directory Reference";
return result; }
1496 QCString
trDir(
bool first_capital,
bool singular)
override
1498 return createNoun(first_capital, singular,
"director",
"ies",
"y");
1510 return "This is an overloaded member function, "
1511 "provided for convenience. It differs from the above "
1512 "function only in what argument(s) it accepts.";
1522 return "Here is the caller graph for this function:";
1529 {
return "Enumerator Documentation"; }
1537 {
return "Member Function/Subroutine Documentation"; }
1541 {
return "Data Types List"; }
1545 {
return "Data Fields"; }
1549 {
return "Here are the data types with brief descriptions:"; }
1554 QCString result=
"Here is a list of all ";
1557 result+=
"documented ";
1559 result+=
"data types members";
1560 result+=
" with links to ";
1563 result+=
"the data structure documentation for each member";
1567 result+=
"the data types they belong to:";
1576 {
return "Data Type Index"; }
1582 {
return "Data Type Documentation"; }
1588 {
return "Functions/Subroutines"; }
1594 {
return "Function/Subroutine Documentation"; }
1600 {
return "Data Types"; }
1604 {
return "Modules List"; }
1609 QCString result=
"Here is a list of all ";
1610 if (!extractAll) result+=
"documented ";
1611 result+=
"modules with brief descriptions:";
1618 bool isTemplate)
override
1620 QCString result=clName;
1632 if (isTemplate) result+=
" Template";
1633 result+=
" Reference";
1639 QCString result=namespaceName;
1640 result+=
" Module Reference";
1646 {
return "Module Members"; }
1651 QCString result=
"Here is a list of all ";
1652 if (!extractAll) result+=
"documented ";
1653 result+=
"module members with links to ";
1656 result+=
"the module documentation for each member:";
1660 result+=
"the modules they belong to:";
1669 {
return "Modules Index"; }
1675 QCString
trModule(
bool first_capital,
bool singular)
override
1677 return createNoun(first_capital, singular,
"module",
"s");
1684 bool single)
override
1687 QCString result=
"The documentation for this ";
1699 result+=
" was generated from the following file";
1700 if (single) result+=
":";
else result+=
"s:";
1708 QCString
trType(
bool first_capital,
bool singular)
override
1710 return createNoun(first_capital, singular,
"type",
"s");
1719 return createNoun(first_capital, singular,
"subprogram",
"s");
1725 return "Type Constraints";
1735 return name+
" Relation";
1741 return "Loading...";
1747 return "Global Namespace";
1753 return "Searching...";
1759 return "No Matches";
1772 return "File in "+name;
1781 return "Includes file in "+name;
1795 int hour,
int minutes,
int seconds,
1798 static const char *days[] = {
"Mon",
"Tue",
"Wed",
"Thu",
"Fri",
"Sat",
"Sun" };
1799 static const char *months[] = {
"Jan",
"Feb",
"Mar",
"Apr",
"May",
"Jun",
"Jul",
"Aug",
"Sep",
"Oct",
"Nov",
"Dec" };
1803 sdate.
sprintf(
"%s %s %d %d",days[dayOfWeek-1],months[month-1],day,year);
1809 stime.
sprintf(
"%.2d:%.2d:%.2d",hour,minutes,seconds);
1816 static const char *days_short[] = {
"Mon",
"Tue",
"Wed",
"Thu",
"Fri",
"Sat",
"Sun" };
1817 static const char *days_full[] = {
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday",
"Sunday" };
1818 return full? days_full[dayOfWeek-1] : days_short[dayOfWeek-1];
1820 QCString
trMonth(
int month,
bool,
bool full)
override
1822 static const char *months_short[] = {
"Jan",
"Feb",
"Mar",
"Apr",
"May",
"Jun",
"Jul",
"Aug",
"Sep",
"Oct",
"Nov",
"Dec" };
1823 static const char *months_full[] = {
"January",
"February",
"March",
"April",
"May",
"June",
"July",
"August",
"September",
"October",
"November",
"December" };
1824 return full? months_full[month-1] : months_short[month-1];
1828 static const char *dayPeriod[] = {
"AM",
"PM" };
1829 return dayPeriod[period?1:0];
1838 {
return "Bibliography"; }
1842 {
return "Copyright"; }
1846 {
return "Directory dependency graph for "+name+
":"; }
1854 {
return "detail level"; }
1858 {
return "Template Parameters"; }
1862 {
return "and "+number+
" more..."; }
1866 { QCString result =
"The documentation for this enum was generated from the following file";
1867 if (!single) result +=
"s";
1874 {
return name+
" Enum Reference"; }
1878 {
return members+
" inherited from "+what; }
1884 {
return "Additional Inherited Members"; }
1896 QCString opt = enable ?
"enable" :
"disable";
1897 return "click to "+opt+
" panel synchronization";
1906 return "Provided by category @0.";
1915 return "Extends class @0.";
1923 return "Class Methods";
1931 return "Instance Methods";
1938 return "Method Documentation";
1947 {
return "Exported Interfaces"; }
1951 {
return "Included Services"; }
1955 {
return "Constant Groups"; }
1960 QCString result=namespaceName;
1961 result+=
" Constant Group Reference";
1967 QCString result=sName;
1968 result+=
" Service Reference";
1974 QCString result=sName;
1975 result+=
" Singleton Reference";
1982 QCString result=
"The documentation for this service "
1983 "was generated from the following file";
1984 if (single) result+=
":";
else result+=
"s:";
1991 QCString result=
"The documentation for this singleton "
1992 "was generated from the following file";
1993 if (single) result+=
":";
else result+=
"s:";
2003 {
return "Design Unit Hierarchy"; }
2006 {
return "Design Unit List"; }
2009 {
return "Design Unit Members"; }
2013 return "Here is a list of all design unit members with links to "
2014 "the Entities they belong to:";
2018 {
return "Design Unit Index"; }
2021 {
return "Design Units"; }
2024 {
return "Functions/Procedures/Processes"; }
2031 if (single)
return "Library";
2032 else return "Libraries";
2034 if (single)
return "Package";
2035 else return "Packages";
2037 if (single)
return "Signal";
2038 else return "Signals";
2040 if (single)
return "Component";
2041 else return "Components";
2043 if (single)
return "Constant";
2044 else return "Constants";
2046 if (single)
return "Entity";
2047 else return "Entities";
2049 if (single)
return "Type";
2050 else return "Types";
2052 if (single)
return "Subtype";
2053 else return "Subtypes";
2055 if (single)
return "Function";
2056 else return "Functions";
2058 if (single)
return "Record";
2059 else return "Records";
2061 if (single)
return "Procedure";
2062 else return "Procedures";
2064 if (single)
return "Architecture";
2065 else return "Architectures";
2067 if (single)
return "Attribute";
2068 else return "Attributes";
2070 if (single)
return "Process";
2071 else return "Processes";
2073 if (single)
return "Port";
2074 else return "Ports";
2076 if (single)
return "use clause";
2077 else return "Use Clauses";
2079 if (single)
return "Generic";
2080 else return "Generics";
2082 return "Package Body";
2086 if (single)
return "Shared Variable";
2087 else return "Shared Variables";
2089 if (single)
return "File";
2090 else return "Files";
2092 if (single)
return "Group";
2093 else return "Groups";
2095 if (single)
return "Instantiation";
2096 else return "Instantiations";
2098 if (single)
return "Alias";
2099 else return "Aliases";
2101 if (single)
return "Configuration";
2102 else return "Configurations";
2104 return "Miscellaneous";
2106 return "Constraints";
2112 {
return name+
" Reference"; }
2121 return "Constant Documentation";
2129 return "Sequence Documentation";
2133 return "Dictionaries";
2137 return "Dictionary Documentation";
2141 return "Interfaces";
2145 return "Interface Index";
2149 return "Interface List";
2153 return "Here are the interfaces with brief descriptions:";
2157 return "Interface Hierarchy";
2161 return "This inheritance list is sorted roughly, but not completely, alphabetically:";
2165 return "Interface Documentation";
2173 return "Struct Index";
2177 return "Struct List";
2181 return "Here are the structs with brief descriptions:";
2185 return "Struct Documentation";
2189 return "Exception Index";
2193 return "Exception List";
2197 return "Here are the exceptions with brief descriptions:";
2201 return "Exception Hierarchy";
2205 return "This inheritance list is sorted roughly, but not completely, alphabetically:";
2209 return "Exception Documentation";
2213 QCString result=clName;
2214 if (isLocal) result+=
" Local";
2226 result+=
" Reference";
2231 return "Operations";
2235 return "Operation Documentation";
2239 return "Data Members";
2243 return "Data Member Documentation";
2252 {
return "Design Unit Documentation"; }
2259 QCString
trConcept(
bool first_capital,
bool singular)
override
2261 return createNoun(first_capital, singular,
"concept",
"s");
2266 QCString result=conceptName;
2267 result+=
" Concept Reference";
2273 {
return "Concept List"; }
2277 {
return "Concept Index"; }
2281 {
return "Concept Documentation"; }
2286 QCString result=
"Here is a list of all ";
2287 if (!extractAll) result+=
"documented ";
2288 result+=
"concepts with brief descriptions:";
2295 return "Concept definition";
2303 {
return "Package List"; }
2313 {
return "Flowchart:"; }
2328 {
return "Related Symbols"; }
2335 {
return "(Note that these are not member symbols.)"; }
2343 {
return "Friends And Related Symbol Documentation"; }
2353 else result=
trClass(
true,
true);
2371 QCString result=
"Here is a list of all ";
2372 if (!extractAll) result+=
"documented ";
2379 result+=
"functions, variables, defines, enums, and typedefs";
2383 result+=
"file members";
2387 result+=
"functions";
2390 result+=
"variables";
2396 result+=
"sequences";
2399 result+=
"dictionaries";
2405 result+=
"enum values";
2413 result+=
" with links to ";
2415 result+=
"the files they belong to:";
2417 result+=
"the documentation:";
2423 QCString result=
"Here is a list of all ";
2426 result+=
"documented ";
2434 result+=
"struct and union fields";
2438 result+=
"class members";
2442 result+=
"functions";
2445 result+=
"variables";
2454 result+=
"enum values";
2457 result+=
"properties";
2463 result+=
"related symbols";
2468 result+=
" with links to ";
2473 result+=
"the struct/union documentation for each field:";
2477 result+=
"the class documentation for each member:";
2484 result+=
"the structures/unions they belong to:";
2488 result+=
"the classes they belong to:";
2496 QCString result=
"Here is a list of all ";
2497 if (!extractAll) result+=
"documented ";
2498 result+=
"namespace ";
2499 QCString singularResult =
"";
2500 QCString pluralResult =
"";
2504 singularResult=
"member";
2507 singularResult=
"function";
2510 singularResult=
"variable";
2513 singularResult=
"typedef";
2516 singularResult=
"sequence";
2519 singularResult=
"dictionary";
2520 pluralResult=
"dictionaries";
2523 singularResult=
"enum";
2526 singularResult=
"enum value";
2531 result+=(pluralResult.
isEmpty() ? singularResult+
"s" : pluralResult);
2532 result+=
" with links to ";
2534 result+=
"the namespace documentation for each " + singularResult +
":";
2536 result+=
"the namespaces they belong to:";
2547 {
return "Topics"; }
2549 {
return "Topic Documentation"; }
2551 {
return "Topic List"; }
2553 {
return "Topic Index"; }
2555 {
return "Here is a list of all topics with brief descriptions:"; }
2559 QCString result=
"Here is a list of all ";
2560 if (!extractAll) result+=
"documented ";
2562 QCString singularResult =
"";
2563 QCString pluralResult =
"";
2567 singularResult=
"member";
2570 singularResult=
"function";
2573 singularResult=
"variable";
2576 singularResult=
"typedef";
2579 singularResult=
"enum";
2582 singularResult=
"enum value";
2587 result+=(pluralResult.
isEmpty() ? singularResult+
"s" : pluralResult);
2588 result+=
" with links to ";
2590 result+=
"the module documentation for each " + singularResult +
":";
2592 result+=
"the module they belong to:";
2597 return "Exported Modules";
2606 return "Copy to clipboard";
CompoundType
The various compound types.
bool isEmpty() const
Returns TRUE iff the string is empty.
QCString & sprintf(const char *format,...)
QCString trTodo() override
QCString trEnumerationValues() override
QCString trProtectedTypes() override
QCString trStructIndex() override
QCString trFileIndex() override
QCString trRelatedSymbolDocumentation() override
QCString trCompoundList() override
QCString trNamespaceDocumentation() override
QCString trPrivateAttribs() override
QCString trSince() override
QCString trDocumentation(const QCString &projName) override
QCString trDataMemberDocumentation() override
QCString trSearching() override
QCString trModulesDescription() override
QCString trGeneratedAt(const QCString &date, const QCString &projName) override
QCString trPackageMembers() override
QCString trRTFansicp() override
QCString trFunctionAndProc() override
VHDL functions/procedures/processes.
QCString trNamespaceMemberDescription(bool extractAll) override
QCString trDesignUnits() override
VHDL design units.
QCString trPageAbbreviation() override
QCString trBugList() override
QCString trExamplesDescription() override
QCString trSubprogram(bool first_capital, bool singular) override
QCString trLoading() override
QCString trDayPeriod(bool period) override
QCString trDataTypes() override
QCString trNamespaceReference(const QCString &namespaceName) override
QCString trAndMore(const QCString &number) override
QCString trDefinedInSourceFile() override
QCString trDesignUnitList() override
VHDL design unit list.
QCString trPrivateSlots() override
QCString trProtectedAttribs() override
QCString trPropertyDocumentation() override
QCString trFlowchart() override
QCString trSignals() override
QCString trExportedModules() override
QCString trVhdlType(VhdlSpecifier type, bool single) override
VHDL type.
QCString trModuleReference(const QCString &namespaceName) override
QCString trEventDocumentation() override
QCString trTypeConstraints() override
QCString trTodoList() override
QCString trModulesListDescription(bool extractAll) override
QCString trModuleDocumentation() override
QCString trDesignUnitDocumentation() override
VHDL design unit documentation.
QCString trAuthor(bool first_capital, bool singular) override
QCString trMemberDataDocumentation() override
QCString trModuleMembersDescriptionTotal(ModuleMemberHighlight::Enum hl) override
QCString trCompoundMembers() override
QCString trEnumValue() override
QCString trNamespaceMembers() override
QCString trStructList() override
QCString trOperationDocumentation() override
QCString trDefineValue() override
QCString trMemberList() override
QCString trSubprogramDocumentation() override
QCString trRTFGeneralIndex() override
QCString trReferenceManual() override
QCString trMember(bool first_capital, bool singular) override
QCString trNamespaceListDescription(bool extractAll) override
QCString trConceptReference(const QCString &conceptName) override
QCString trSearchMatches() override
QCString trCompoundListDescription() override
QCString trSearchResults(int numDocuments) override
QCString trLegend() override
QCString trIncludesFileIn(const QCString &name) override
QCString trDesignUnitHierarchy() override
VHDL design unit hierarchy.
QCString trProperties() override
QCString trDetails() override
QCString trGeneratedFromFilesFortran(ClassDef::CompoundType compType, bool single) override
QCString trFileList() override
QCString trFriends() override
QCString getLanguageString() override
language codes for Html help
QCString trStaticPackageAttribs() override
QCString trConstructorDocumentation() override
QCString trMemberTypedefDocumentation() override
QCString trPackageAttribs() override
QCString trLegendTitle() override
QCString trReturnValues() override
QCString trTopicList() override
QCString trRelatedSymbolsSubscript() override
QCString trCustomReference(const QCString &name) override
QCString trTypeDocumentation() override
QCString trStaticPublicMembers() override
QCString trExceptionIndex() override
QCString trImportant() override
QCString trStructs() override
QCString trReimplementedFromList(int numEntries) override
QCString trClassDocumentation() override
QCString trNamespaceIndex() override
QCString trReimplementedInList(int numEntries) override
QCString trInheritedByList(int numEntries) override
QCString trClassHierarchy() override
QCString trRelatedPagesDescription() override
QCString trNamespaces() override
QCString trDir(bool first_capital, bool singular) override
QCString trInterfaces() override
old style UNO IDL services: implemented interfaces
QCString trDirDepGraph(const QCString &name) override
QCString trConstantGroupReference(const QCString &namespaceName) override
UNO IDL constant groups.
QCString trDirIndex() override
QCString trClassDiagram(const QCString &clName) override
QCString trVariableDocumentation() override
QCString trFileMembersDescriptionTotal(FileMemberHighlight::Enum hl) override
QCString trCompoundIndex() override
QCString trDesignUnitMembers() override
VHDL design unit members.
QCString trLegendDocs() override
QCString trIncludingInheritedMembers() override
QCString trDictionaries() override
QCString trSequenceDocumentation() override
QCString trCompoundReferenceFortran(const QCString &clName, ClassDef::CompoundType compType, bool isTemplate) override
QCString trStaticProtectedMembers() override
QCString trDirDocumentation() override
QCString trDefinedAtLineInSourceFile() override
QCString trType(bool first_capital, bool singular) override
QCString trSourceFile(const QCString &filename) override
QCString trNamespaceMembersDescriptionTotal(NamespaceMemberHighlight::Enum hl) override
QCString trGeneratedFromFiles(ClassDef::CompoundType compType, bool single) override
QCString trCallGraph() override
QCString trServiceGeneratedFromFiles(bool single) override
UNO IDL service page.
QCString trCiteReferences() override
QCString trReferences() override
QCString trInterfaceHierarchy() override
QCString trServices() override
old style UNO IDL services: inherited services
QCString trWriteList(int numEntries) override
QCString trPanelSynchronisationTooltip(bool enable) override
QCString trRelatedSubscript() override
QCString trHierarchicalIndex() override
QCString trDeprecatedList() override
QCString trPublicAttribs() override
QCString trMemberEnumerationDocumentation() override
QCString trConceptDefinition() override
QCString trPrivateMembers() override
QCString trConstantDocumentation() override
QCString trDefines() override
QCString trExtendsClass() override
QCString trStaticPublicAttribs() override
QCString trRTFTableOfContents() override
QCString trPackages() override
QCString trCompoundReference(const QCString &clName, ClassDef::CompoundType compType, bool isTemplate) override
QCString trMore() override
QCString trTypedefs() override
QCString trOperations() override
QCString trInterfaceDocumentation() override
QCString trRelatedFunctions() override
QCString trPackage(const QCString &name) override
QCString trMemberFunctionDocumentation() override
QCString trOverloadText() override
QCString trExceptionListDescription() override
QCString trSingletonReference(const QCString &sName) override
UNO IDL singleton page title.
QCString trNoMatches() override
QCString trClasses() override
QCString trTopicListDescription() override
QCString trExceptionHierarchy() override
QCString trEnumName() override
QCString trSingletonGeneratedFromFiles(bool single) override
UNO IDL singleton page.
QCString trEvents() override
QCString trCompoundListDescriptionFortran() override
QCString trConstants() override
QCString trFileMembers() override
QCString trReturns() override
QCString trNamespace(bool first_capital, bool singular) override
QCString trEnumerationTypeDocumentation() override
QCString trProtectedMembers() override
QCString trCode() override
QCString trDate() override
QCString trModule(bool first_capital, bool singular) override
QCString trModulesIndex() override
QCString trEnumGeneratedFromFiles(bool single) override
QCString trSubprograms() override
QCString trClass(bool first_capital, bool singular) override
QCString trPage(bool first_capital, bool singular) override
QCString trParameters() override
QCString trServiceReference(const QCString &sName) override
UNO IDL service page title.
QCString trAll() override
QCString trPostcondition() override
QCString trFileReference(const QCString &fileName) override
QCString trCompoundMembersDescription(bool extractAll) override
QCString trDesignUnitListDescription() override
VHDL design unit list description.
QCString trFileIn(const QCString &name) override
QCString trGotoTextualHierarchy() override
QCString trClassMethods() override
QCString trStaticProtectedAttribs() override
QCString trInterfaceListDescription() override
QCString trStructDocumentation() override
QCString trExamples() override
QCString trExceptionDocumentation() override
QCString trGraphicalHierarchy() override
QCString trDataMembers() override
QCString trCompoundMembersFortran() override
QCString trGroup(bool first_capital, bool singular) override
QCString trInstanceMethods() override
QCString trCopyright() override
QCString trCompoundType(ClassDef::CompoundType compType, SrcLangExt lang) override
QCString trTestList() override
QCString trGeneratedBy() override
QCString trExceptionHierarchyDescription() override
QCString trPublicSlots() override
QCString trConcept(bool first_capital, bool singular) override
C++20 concept.
QCString trVariables() override
QCString trGotoDocumentation() override
QCString trFileMembersDescription(bool extractAll) override
QCString trRelatedSymbols() override
QCString trConceptIndex() override
QCString trInterfaceIndex() override
QCString trISOLang() override
QCString trListOfAllMembers() override
QCString trDeclaration() override
QCString trPrivateTypes() override
QCString trGlobalNamespace() override
QCString trDateTime(int year, int month, int day, int dayOfWeek, int hour, int minutes, int seconds, DateTimeType includeTime) override
Compiles a date string.
QCString trNote() override
QCString trCompoundMembersDescriptionFortran(bool extractAll) override
QCString trCollaborationDiagram(const QCString &clName) override
QCString trDefineDocumentation() override
QCString trMethodDocumentation() override
QCString trModulesList() override
QCString trEnumReference(const QCString &name) override
QCString trInheritedFrom(const QCString &members, const QCString &what) override
QCString trModulesMembers() override
QCString trDefinition() override
QCString trInvariant() override
QCString trDeprecated() override
QCString trCompoundIndexFortran() override
QCString trGotoGraphicalHierarchy() override
QCString trMonth(int month, bool, bool full) override
QCString trModulesMemberDescription(bool extractAll) override
QCString trFile(bool first_capital, bool singular) override
QCString trInterfaceHierarchyDescription() override
QCString trInclByDepGraph() override
QCString trVersion() override
QCString trFileListDescription(bool extractAll) override
QCString trGotoSourceCode() override
QCString trThisIsTheListOfAllMembers() override
QCString trMemberFunctionDocumentationFortran() override
QCString trReferencedBy() override
QCString trDefinedIn() override
QCString trExceptions() override
QCString trDirectories() override
QCString trPrecondition() override
QCString trStaticPrivateAttribs() override
QCString trPublicMembers() override
QCString trDetailLevel() override
QCString trPackageList() override
QCString trSeeAlso() override
QCString trRTFCharSet() override
QCString trDesignUnitIndex() override
VHDL design unit index.
QCString trFunctions() override
QCString trDayOfWeek(int dayOfWeek, bool, bool full) override
QCString trDictionaryDocumentation() override
QCString trTemplateParameters() override
QCString latexLanguageSupportCommand() override
QCString trSearchResultsTitle() override
QCString trInheritsList(int numEntries) override
QCString trConstantGroups() override
UNO IDL constant groups.
QCString trAttention() override
QCString trProtectedSlots() override
QCString trClassHierarchyDescription() override
QCString trConceptListDescription(bool extractAll) override
QCString trImplementedInList(int numEntries) override
QCString trDirReference(const QCString &dirName) override
QCString trPublicTypes() override
QCString trCompoundListFortran() override
QCString trTopicIndex() override
QCString trMainPage() override
QCString trEnumerationValueDocumentation() override
QCString trStructListDescription() override
QCString trDetailedDescription() override
QCString trSearch() override
QCString trTopicDocumentation() override
QCString trCompounds() override
QCString trProvidedByCategory() override
QCString trModules() override
QCString trFunctionDocumentation() override
QCString trDirRelation(const QCString &name) override
QCString trPageIndex() override
QCString trConceptList() override
QCString trWarning() override
QCString trRemarks() override
QCString trBug() override
QCString trTypedefDocumentation() override
QCString trRelatedFunctionDocumentation() override
QCString trTest() override
QCString trStaticPrivateMembers() override
QCString trCopyToClipboard() override
QCString trCallerGraph() override
QCString trImplementedFromList(int numEntries) override
QCString trGlobal(bool first_capital, bool singular) override
QCString trPackageFunctions() override
QCString idLanguage() override
QCString trInterfaceList() override
QCString trConceptDocumentation() override
QCString trCompoundReferenceSlice(const QCString &clName, ClassDef::CompoundType compType, bool isLocal) override
QCString trSequences() override
QCString trInitialValue() override
QCString trNamespaceList() override
QCString trModuleIndex() override
QCString trExceptionList() override
QCString trInclDepGraph(const QCString &fName) override
QCString trFileDocumentation() override
QCString trCompoundMembersDescriptionTotal(ClassMemberHighlight::Enum hl) override
QCString trTopics() override
QCString trSliceInterfaces() override
QCString trStaticPackageFunctions() override
QCString trPackageTypes() override
QCString trRelatedPages() override
QCString trPackageListDescription() override
QCString trAdditionalInheritedMembers() override
QCString trGeneratedAutomatically(const QCString &s) override
QCString trEnumerations() override
Abstract base class for all translatable text fragments.
QCString createNoun(bool first_capital, bool singular, const QCString &base, const QCString &plurSuffix, const QCString &singSuffix="")
#define Config_getBool(name)
SrcLangExt
Language as given by extension.
QCString generateMarker(int id)
QCString getDotImageExtension()