浏览该文件的文档.
18 #ifndef TRANSLATOR_EN_H
19 #define TRANSLATOR_EN_H
86 {
return "Related Functions"; }
90 {
return "(Note that these are not member functions.)"; }
94 {
return "Detailed Description"; }
98 {
return "Member Typedef Documentation"; }
102 {
return "Member Enumeration Documentation"; }
106 {
return "Member Function Documentation"; }
113 return "Field Documentation";
117 return "Member Data Documentation";
123 {
return "More..."; }
127 {
return "List of all members"; }
131 {
return "Member List"; }
135 {
return "This is the complete list of members for "; }
139 {
return ", including all inherited members."; }
145 {
QCString result=
"Generated automatically by Doxygen";
147 result+=
" from the source code.";
153 {
return "enum name"; }
157 {
return "enum value"; }
161 {
return "defined in"; }
169 {
return "Modules"; }
173 {
return "Class Hierarchy"; }
180 return "Data Structures";
190 {
return "File List"; }
197 return "Data Fields";
201 return "Class Members";
214 return "File Members";
220 {
return "Related Pages"; }
224 {
return "Examples"; }
235 return "Here is a hierarchical list of all entities:";
239 return "This inheritance list is sorted roughly, "
240 "but not completely, alphabetically:";
247 QCString result=
"Here is a list of all ";
248 if (!extractAll) result+=
"documented ";
249 result+=
"files with brief descriptions:";
259 return "Here are the data structures with brief descriptions:";
263 return "Here are the classes with brief descriptions:";
267 return "Here are the classes, structs, "
268 "unions and interfaces with brief descriptions:";
275 QCString result=
"Here is a list of all ";
278 result+=
"documented ";
282 result+=
"struct and union fields";
286 result+=
"class members";
288 result+=
" with links to ";
293 result+=
"the struct/union documentation for each field:";
297 result+=
"the class documentation for each member:";
304 result+=
"the structures/unions they belong to:";
308 result+=
"the classes they belong to:";
317 QCString result=
"Here is a list of all ";
318 if (!extractAll) result+=
"documented ";
322 result+=
"functions, variables, defines, enums, and typedefs";
326 result+=
"file members";
328 result+=
" with links to ";
330 result+=
"the files they belong to:";
332 result+=
"the documentation:";
338 {
return "Here is a list of all examples:"; }
342 {
return "Here is a list of all related documentation pages:"; }
346 {
return "Here is a list of all modules:"; }
352 {
return "Documentation"; }
358 {
return "Module Index"; }
364 {
return "Hierarchical Index"; }
373 return "Data Structure Index";
377 return "Class Index";
385 {
return "File Index"; }
391 {
return "Module Documentation"; }
400 return "Data Structure Documentation";
408 return "Class Documentation";
416 {
return "File Documentation"; }
422 {
return "Example Documentation"; }
428 {
return "Page Documentation"; }
432 {
return "Reference Manual"; }
444 {
return "Typedefs"; }
450 {
return "Enumerations"; }
456 {
return "Functions"; }
462 {
return "Variables"; }
468 {
return "Enumerator"; }
474 {
return "Macro Definition Documentation"; }
480 {
return "Typedef Documentation"; }
486 {
return "Enumeration Type Documentation"; }
492 {
return "Function Documentation"; }
498 {
return "Variable Documentation"; }
507 return "Data Structures";
529 return (
QCString)
"Inheritance diagram for "+clName+
":";
534 {
return "For internal use only."; }
538 {
return "Warning"; }
542 {
return "Version"; }
550 {
return "Returns"; }
554 {
return "See also"; }
558 {
return "Parameters"; }
562 {
return "Exceptions"; }
566 {
return "Generated by"; }
574 {
return "Namespace List"; }
579 QCString result=
"Here is a list of all ";
580 if (!extractAll) result+=
"documented ";
581 result+=
"namespaces with brief descriptions:";
589 {
return "Friends"; }
599 {
return "Friends And Related Function Documentation"; }
622 if (isTemplate) result+=
" Template";
623 result+=
" Reference";
631 result+=
" File Reference";
639 result+=
" Namespace Reference";
644 {
return "Public Member Functions"; }
646 {
return "Public Slots"; }
648 {
return "Signals"; }
650 {
return "Static Public Member Functions"; }
652 {
return "Protected Member Functions"; }
654 {
return "Protected Slots"; }
656 {
return "Static Protected Member Functions"; }
658 {
return "Private Member Functions"; }
660 {
return "Private Slots"; }
662 {
return "Static Private Member Functions"; }
672 for (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"; }
781 result+=
" was generated from the following file";
782 if (single) result+=
":";
else result+=
"s:";
792 {
return "Return values"; }
797 {
return "Main Page"; }
811 return "Definition at line @0 of file @1.";
815 return "Definition in file @0.";
834 return (
QCString)
"Collaboration diagram for "+clName+
":";
839 return (
QCString)
"Include dependency graph for "+fName+
":";
844 return "Constructor & Destructor Documentation";
849 return "Go to the source code of this file.";
854 return "Go to the documentation of this file.";
859 return "Precondition";
864 return "Postcondition";
874 return "Initial value:";
883 return "Graphical Class Hierarchy";
887 return "Go to the graphical class hierarchy";
891 return "Go to the textual class hierarchy";
908 return "Public Types";
914 return "Data Fields";
918 return "Public Attributes";
923 return "Static Public Attributes";
927 return "Protected Types";
931 return "Protected Attributes";
935 return "Static Protected Attributes";
939 return "Private Types";
943 return "Private Attributes";
947 return "Static Private Attributes";
971 return "Referenced by";
983 return "This graph shows which files directly or "
984 "indirectly include this file:";
998 return "Graph Legend";
1006 "This page explains how to interpret the graphs that are generated "
1008 "Consider the following example:\n"
1010 "/*! Invisible class because of truncation */\n"
1011 "class Invisible { };\n\n"
1012 "/*! Truncated class, inheritance relation is hidden */\n"
1013 "class Truncated : public Invisible { };\n\n"
1014 "/* Class not documented with doxygen comments */\n"
1015 "class Undocumented { };\n\n"
1016 "/*! Class that is inherited using public inheritance */\n"
1017 "class PublicBase : public Truncated { };\n\n"
1018 "/*! A template class */\n"
1019 "template<class T> class Templ { };\n\n"
1020 "/*! Class that is inherited using protected inheritance */\n"
1021 "class ProtectedBase { };\n\n"
1022 "/*! Class that is inherited using private inheritance */\n"
1023 "class PrivateBase { };\n\n"
1024 "/*! Class that is used by the Inherited class */\n"
1025 "class Used { };\n\n"
1026 "/*! Super class that inherits a number of other classes */\n"
1027 "class Inherited : public PublicBase,\n"
1028 " protected ProtectedBase,\n"
1029 " private PrivateBase,\n"
1030 " public Undocumented,\n"
1031 " public Templ<int>\n"
1034 " Used *m_usedClass;\n"
1037 "This will result in the following graph:"
1040 "The boxes in the above graph have the following meaning:\n"
1043 "<li>%A filled gray box represents the struct or class for which the "
1044 "graph is generated.</li>\n"
1045 "<li>%A box with a black border denotes a documented struct or class.</li>\n"
1046 "<li>%A box with a gray border denotes an undocumented struct or class.</li>\n"
1047 "<li>%A box with a red border denotes a documented struct or class for"
1048 "which not all inheritance/containment relations are shown. %A graph is "
1049 "truncated if it does not fit within the specified boundaries.</li>\n"
1052 "The arrows have the following meaning:\n"
1055 "<li>%A dark blue arrow is used to visualize a public inheritance "
1056 "relation between two classes.</li>\n"
1057 "<li>%A dark green arrow is used for protected inheritance.</li>\n"
1058 "<li>%A dark red arrow is used for private inheritance.</li>\n"
1059 "<li>%A purple dashed arrow is used if a class is contained or used "
1060 "by another class. The arrow is labelled with the variable(s) "
1061 "through which the pointed class or struct is accessible.</li>\n"
1062 "<li>%A yellow dashed arrow denotes a relation between a template instance and "
1063 "the template class it was instantiated from. The arrow is labelled with "
1064 "the template parameters of the instance.</li>\n"
1095 return "Properties";
1100 return "Property Documentation";
1112 return "Data Structures";
1127 return "Package List";
1132 return "Here are the packages with brief descriptions (if available):";
1215 QCString result((first_capital ?
"Class" :
"class"));
1216 if (!singular) result+=
"es";
1226 QCString result((first_capital ?
"File" :
"file"));
1227 if (!singular) result+=
"s";
1237 QCString result((first_capital ?
"Namespace" :
"namespace"));
1238 if (!singular) result+=
"s";
1248 QCString result((first_capital ?
"Module" :
"module"));
1249 if (!singular) result+=
"s";
1259 QCString result((first_capital ?
"Page" :
"page"));
1260 if (!singular) result+=
"s";
1270 QCString result((first_capital ?
"Member" :
"member"));
1271 if (!singular) result+=
"s";
1281 QCString result((first_capital ?
"Global" :
"global"));
1282 if (!singular) result+=
"s";
1294 QCString result((first_capital ?
"Author" :
"author"));
1295 if (!singular) result+=
"s";
1307 return "References";
1327 return "Implemented in "+
trWriteList(numEntries)+
".";
1339 return "Table of Contents";
1351 return "Deprecated List";
1368 return "Event Documentation";
1379 return "Package Types";
1386 return "Package Functions";
1393 return "Static Package Functions";
1400 return "Package Attributes";
1407 return "Static Package Attributes";
1424 return "Here is the call graph for this function:";
1436 return "Search Results";
1448 if (numDocuments==0)
1450 return "Sorry, no documents matching your query.";
1452 else if (numDocuments==1)
1454 return "Found <b>1</b> document matching your query.";
1458 return "Found <b>$num</b> documents matching your query. "
1459 "Showing best matches first.";
1478 return filename +
" Source File";
1489 {
return "Directory Hierarchy"; }
1495 {
return "Directory Documentation"; }
1501 {
return "Directories"; }
1507 {
return "This directory hierarchy is sorted roughly, "
1508 "but not completely, alphabetically:";
1515 {
QCString result=dirName; result+=
" Directory Reference";
return result; }
1522 QCString result((first_capital ?
"Director" :
"director"));
1523 if (singular) result+=
"y";
else result+=
"ies";
1536 return "This is an overloaded member function, "
1537 "provided for convenience. It differs from the above "
1538 "function only in what argument(s) it accepts.";
1548 return "Here is the caller graph for this function:";
1555 {
return "Enumerator Documentation"; }
1563 {
return "Member Function/Subroutine Documentation"; }
1567 {
return "Data Types List"; }
1571 {
return "Data Fields"; }
1575 {
return "Here are the data types with brief descriptions:"; }
1580 QCString result=
"Here is a list of all ";
1583 result+=
"documented ";
1585 result+=
"data types members";
1586 result+=
" with links to ";
1589 result+=
"the data structure documentation for each member";
1593 result+=
"the data types they belong to:";
1602 {
return "Data Type Index"; }
1608 {
return "Data Type Documentation"; }
1614 {
return "Functions/Subroutines"; }
1620 {
return "Function/Subroutine Documentation"; }
1626 {
return "Data Types"; }
1630 {
return "Modules List"; }
1635 QCString result=
"Here is a list of all ";
1636 if (!extractAll) result+=
"documented ";
1637 result+=
"modules with brief descriptions:";
1658 if (isTemplate) result+=
" Template";
1659 result+=
" Reference";
1666 result+=
" Module Reference";
1672 {
return "Module Members"; }
1677 QCString result=
"Here is a list of all ";
1678 if (!extractAll) result+=
"documented ";
1679 result+=
"module members with links to ";
1682 result+=
"the module documentation for each member:";
1686 result+=
"the modules they belong to:";
1695 {
return "Modules Index"; }
1703 QCString result((first_capital ?
"Module" :
"module"));
1704 if (!singular) result+=
"s";
1727 result+=
" was generated from the following file";
1728 if (single) result+=
":";
else result+=
"s:";
1738 QCString result((first_capital ?
"Type" :
"type"));
1739 if (!singular) result+=
"s";
1749 QCString result((first_capital ?
"Subprogram" :
"subprogram"));
1750 if (!singular) result+=
"s";
1757 return "Type Constraints";
1773 return "Loading...";
1779 return "Global Namespace";
1785 return "Searching...";
1791 return "No Matches";
1813 return (
QCString)
"Includes file in "+name;
1827 int hour,
int minutes,
int seconds,
1830 static const char *days[] = {
"Mon",
"Tue",
"Wed",
"Thu",
"Fri",
"Sat",
"Sun" };
1831 static const char *months[] = {
"Jan",
"Feb",
"Mar",
"Apr",
"May",
"Jun",
"Jul",
"Aug",
"Sep",
"Oct",
"Nov",
"Dec" };
1833 sdate.
sprintf(
"%s %s %d %d",days[dayOfWeek-1],months[month-1],day,year);
1837 stime.
sprintf(
" %.2d:%.2d:%.2d",hour,minutes,seconds);
1849 {
return "Bibliography"; }
1853 {
return "Copyright"; }
1857 {
return QCString(
"Directory dependency graph for ")+name+
":"; }
1865 {
return "detail level"; }
1869 {
return "Template Parameters"; }
1873 {
return "and "+number+
" more..."; }
1877 {
QCString result =
"The documentation for this enum was generated from the following file";
1878 if (!single) result +=
"s";
1885 {
return QCString(name)+
" Enum Reference"; }
1889 {
return QCString(members)+
" inherited from "+what; }
1895 {
return "Additional Inherited Members"; }
1907 QCString opt = enable ?
"enable" :
"disable";
1908 return "click to "+opt+
" panel synchronisation";
1917 return "Provided by category @0.";
1926 return "Extends class @0.";
1934 return "Class Methods";
1942 return "Instance Methods";
1949 return "Method Documentation";
1958 {
return "Exported Interfaces"; }
1962 {
return "Included Services"; }
1966 {
return "Constant Groups"; }
1972 result+=
" Constant Group Reference";
1979 result+=
" Service Reference";
1986 result+=
" Singleton Reference";
1994 "was generated from the following file";
1995 if (single) result+=
":";
else result+=
"s:";
2003 "was generated from the following file";
2004 if (single) result+=
":";
else result+=
"s:";
2014 {
return "Design Unit Hierarchy"; }
2017 {
return "Design Unit List"; }
2020 {
return "Design Unit Members"; }
2024 return "Here is a list of all design unit members with links to "
2025 "the Entities they belong to:";
2029 {
return "Design Unit Index"; }
2032 {
return "Design Units"; }
2035 {
return "Functions/Procedures/Processes"; }
2042 if (single)
return "Library";
2043 else return "Libraries";
2045 if (single)
return "Package";
2046 else return "Packages";
2048 if (single)
return "Signal";
2049 else return "Signals";
2051 if (single)
return "Component";
2052 else return "Components";
2054 if (single)
return "Constant";
2055 else return "Constants";
2057 if (single)
return "Entity";
2058 else return "Entities";
2060 if (single)
return "Type";
2061 else return "Types";
2063 if (single)
return "Subtype";
2064 else return "Subtypes";
2066 if (single)
return "Function";
2067 else return "Functions";
2069 if (single)
return "Record";
2070 else return "Records";
2072 if (single)
return "Procedure";
2073 else return "Procedures";
2075 if (single)
return "Architecture";
2076 else return "Architectures";
2078 if (single)
return "Attribute";
2079 else return "Attributes";
2081 if (single)
return "Process";
2082 else return "Processes";
2084 if (single)
return "Port";
2085 else return "Ports";
2087 if (single)
return "use clause";
2088 else return "Use Clauses";
2090 if (single)
return "Generic";
2091 else return "Generics";
2093 return "Package Body";
2097 if (single)
return "Shared Variable";
2098 else return "Shared Variables";
2100 if (single)
return "File";
2101 else return "Files";
2103 if (single)
return "Group";
2104 else return "Groups";
2106 if (single)
return "Instantiation";
2107 else return "Instantiations";
2109 if (single)
return "Alias";
2110 else return "Aliases";
2112 if (single)
return "Configuration";
2113 else return "Configurations";
2115 return "Miscellaneous";
2117 return "Constraints";
2123 {
return QCString(name)+
" Reference"; }
2132 return "Constant Documentation";
2140 return "Sequence Documentation";
2144 return "Dictionaries";
2148 return "Dictionary Documentation";
2152 return "Interfaces";
2156 return "Interface Index";
2160 return "Interface List";
2164 return "Here are the interfaces with brief descriptions:";
2168 return "Interface Hierarchy";
2172 return "This inheritance list is sorted roughly, but not completely, alphabetically:";
2176 return "Interface Documentation";
2184 return "Struct Index";
2188 return "Struct List";
2192 return "Here are the structs with brief descriptions:";
2196 return "Struct Documentation";
2200 return "Exception Index";
2204 return "Exception List";
2208 return "Here are the exceptions with brief descriptions:";
2212 return "Exception Hierarchy";
2216 return "This inheritance list is sorted roughly, but not completely, alphabetically:";
2220 return "Exception Documentation";
2225 if (isLocal) result+=
" Local";
2237 result+=
" Reference";
2242 return "Operations";
2246 return "Operation Documentation";
2250 return "Data Members";
2254 return "Data Member Documentation";
2263 {
return "Design Unit Documentation"; }
2272 QCString result((first_capital ?
"Concept" :
"concept"));
2273 if (!singular) result+=
"s";
2280 result+=
" Concept Reference";
2286 {
return "Concept List"; }
2290 {
return "Concept Index"; }
2294 {
return "Concept Documentation"; }
2299 QCString result=
"Here is a list of all ";
2300 if (!extractAll) result+=
"documented ";
2301 result+=
"concepts with brief descriptions:";
2308 return "Concept definition";
virtual QCString trConstantGroups()
UNO IDL constant groups
virtual QCString trTemplateParameters()
virtual QCString trTodo()
QCString getDotImageExtension()
virtual QCString trLegend()
virtual QCString trTypeConstraints()
virtual QCString trClassDiagram(const QCString &clName)
virtual QCString trDetailedDescription()
virtual QCString trDate()
virtual QCString trVhdlType(uint64 type, bool single)
VHDL type
virtual QCString trTodoList()
virtual QCString trExamples()
virtual QCString trInterfaceList()
virtual QCString trHierarchicalIndex()
virtual QCString trGeneratedAutomatically(const QCString &s)
virtual QCString trInheritedFrom(const QCString &members, const QCString &what)
virtual QCString trConstantDocumentation()
virtual QCString trFileMembersDescription(bool extractAll)
virtual QCString trSearchResultsTitle()
virtual QCString trPrecondition()
virtual QCString trEnumReference(const QCString &name)
virtual QCString trProtectedSlots()
virtual QCString trGotoDocumentation()
virtual QCString trCompoundReference(const QCString &clName, ClassDef::CompoundType compType, bool isTemplate)
virtual QCString trPackages()
virtual QCString trStructList()
virtual QCString trStructDocumentation()
virtual QCString trCompoundMembersDescriptionFortran(bool extractAll)
virtual QCString trProtectedMembers()
virtual QCString trProtectedAttribs()
virtual QCString trExceptionIndex()
virtual QCString trCompoundMembersDescription(bool extractAll)
virtual QCString trRelatedFunctionDocumentation()
virtual QCString trCallGraph()
virtual QCString latexLanguageSupportCommand()
virtual QCString trInterfaceListDescription()
virtual QCString trFunctionAndProc()
VHDL functions/procedures/processes
virtual QCString trInterfaceHierarchyDescription()
virtual QCString trReimplementedFromList(int numEntries)
virtual QCString trRTFGeneralIndex()
virtual QCString trSubprograms()
virtual QCString trDefineValue()
virtual QCString trModulesMemberDescription(bool extractAll)
virtual QCString trConceptListDescription(bool extractAll)
virtual QCString trCiteReferences()
virtual QCString trDefinedAtLineInSourceFile()
virtual QCString trGraphicalHierarchy()
virtual QCString trStructs()
virtual QCString trSequenceDocumentation()
virtual QCString trDataTypes()
virtual QCString trISOLang()
virtual QCString trCollaborationDiagram(const QCString &clName)
virtual QCString trStructIndex()
virtual QCString trModuleDocumentation()
virtual QCString trReferencedBy()
virtual QCString trRelatedPagesDescription()
QCString generateMarker(int id)
bool isEmpty() const
Returns TRUE iff the string is empty
virtual QCString trType(bool first_capital, bool singular)
virtual QCString trVariables()
virtual QCString trDirDescription()
virtual QCString trExceptionHierarchyDescription()
virtual QCString trWriteList(int numEntries)
virtual QCString trNamespaceIndex()
virtual QCString trInclByDepGraph()
CompoundType
The various compound types
virtual QCString trDirReference(const QCString &dirName)
virtual QCString trClassDocumentation()
virtual QCString trVersion()
virtual QCString trPostcondition()
virtual QCString trDictionaries()
virtual QCString trReturnValues()
virtual QCString trEventDocumentation()
virtual QCString trFileMembers()
virtual QCString trModulesListDescription(bool extractAll)
virtual QCString trPackageMembers()
virtual QCString trPackageTypes()
virtual QCString trGeneratedBy()
virtual QCString trPrivateAttribs()
virtual QCString trInitialValue()
virtual QCString trStaticProtectedAttribs()
virtual QCString trSingletonGeneratedFromFiles(bool single)
UNO IDL singleton page
virtual QCString trCopyright()
virtual QCString trVariableDocumentation()
virtual QCString trModulesIndex()
virtual QCString trPanelSynchronisationTooltip(bool enable)
virtual QCString trNamespaceMemberDescription(bool extractAll)
virtual QCString trDetailLevel()
virtual QCString trDirIndex()
virtual QCString trDefinedInSourceFile()
virtual QCString trModulesList()
virtual QCString trModuleReference(const QCString &namespaceName)
virtual QCString trDictionaryDocumentation()
virtual QCString trSearch()
virtual QCString trConceptIndex()
virtual QCString trTest()
virtual QCString trFileListDescription(bool extractAll)
virtual QCString trEnumerationValues()
virtual QCString trMemberDataDocumentation()
virtual QCString trRemarks()
virtual QCString trRTFTableOfContents()
virtual QCString trFileDocumentation()
virtual QCString trDesignUnits()
VHDL design units
virtual QCString trSearching()
virtual QCString trRelatedFunctions()
virtual QCString trCustomReference(const QCString &name)
virtual QCString trEvents()
virtual QCString idLanguage()
virtual QCString trSignals()
virtual QCString trSequences()
virtual QCString trPackageAttribs()
virtual QCString trGeneratedAt(const QCString &date, const QCString &projName)
virtual QCString trFunctionDocumentation()
virtual QCString trTestList()
virtual QCString trNamespaceReference(const QCString &namespaceName)
virtual QCString trPublicMembers()
virtual QCString trDirDocumentation()
virtual QCString trDesignUnitListDescription()
VHDL design unit list description
virtual QCString trModule(bool first_capital, bool singular)
virtual QCString trGroup(bool first_capital, bool singular)
virtual QCString trPublicSlots()
virtual QCString trConstructorDocumentation()
virtual QCString trReimplementedInList(int numEntries)
virtual QCString trPageDocumentation()
virtual QCString trNamespaceListDescription(bool extractAll)
virtual QCString trReferenceManual()
virtual QCString trGotoTextualHierarchy()
virtual QCString trConceptReference(const QCString &conceptName)
virtual QCString trFunctions()
virtual QCString trDeprecated()
virtual QCString trInterfaces()
old style UNO IDL services: implemented interfaces
virtual QCString trEnumGeneratedFromFiles(bool single)
virtual QCString trEnumerations()
virtual QCString trProtectedTypes()
virtual QCString trInheritsList(int numEntries)
virtual QCString trModules()
virtual QCString trFile(bool first_capital, bool singular)
virtual QCString trCode()
virtual QCString trDateTime(int year, int month, int day, int dayOfWeek, int hour, int minutes, int seconds, bool includeTime)
Compiles a date string.
virtual QCString trExampleDocumentation()
virtual QCString trServiceGeneratedFromFiles(bool single)
UNO IDL service page
virtual QCString trTypeDocumentation()
virtual QCString trCompoundList()
virtual QCString trTypedefDocumentation()
virtual QCString trInstanceMethods()
virtual QCString trExceptionHierarchy()
virtual QCString trLegendDocs()
virtual QCString trDocumentation()
Abstract base class for all translatable text fragments.
virtual QCString trClasses()
virtual QCString trExceptionListDescription()
virtual QCString trPropertyDocumentation()
virtual QCString trReturns()
virtual QCString trNamespaceList()
virtual QCString trFriends()
virtual QCString trEnumName()
virtual QCString trDirDepGraph(const QCString &name)
virtual QCString trSubprogramDocumentation()
virtual QCString trPackage(const QCString &name)
virtual QCString trPage(bool first_capital, bool singular)
virtual QCString trPageAbbreviation()
virtual QCString trCompoundListDescriptionFortran()
virtual QCString trCompoundReferenceSlice(const QCString &clName, ClassDef::CompoundType compType, bool isLocal)
virtual QCString trGeneratedFromFiles(ClassDef::CompoundType compType, bool single)
virtual QCString trImplementedInList(int numEntries)
virtual QCString trInvariant()
virtual QCString trNamespaceDocumentation()
virtual QCString trExceptionList()
virtual QCString trIncludesFileIn(const QCString &name)
virtual QCString trAdditionalInheritedMembers()
virtual QCString trExceptions()
virtual QCString trNoMatches()
virtual QCString trWarning()
virtual QCString trGotoGraphicalHierarchy()
virtual QCString trDirectories()
virtual QCString trServiceReference(const QCString &sName)
UNO IDL service page title
virtual QCString trOverloadText()
virtual QCString trDefinedIn()
virtual QCString trRelatedPages()
virtual QCString trModuleIndex()
virtual QCString trMethodDocumentation()
virtual QCString trInterfaceIndex()
virtual QCString trDir(bool first_capital, bool singular)
virtual QCString trCompoundIndexFortran()
virtual QCString trPackageList()
virtual QCString trDesignUnitHierarchy()
VHDL design unit hierarchy
virtual QCString trPublicAttribs()
virtual QCString trAttention()
virtual QCString trConcept(bool first_capital, bool singular)
C++20 concept
virtual QCString trCompounds()
virtual QCString trOperations()
virtual QCString trMemberList()
virtual QCString trDesignUnitIndex()
VHDL design unit index
virtual QCString trConceptDefinition()
virtual QCString trModulesMembers()
virtual QCString trIncludingInheritedMembers()
virtual QCString trOperationDocumentation()
virtual QCString trExceptionDocumentation()
virtual QCString trPrivateMembers()
virtual QCString trServices()
old style UNO IDL services: inherited services
virtual QCString trCallerGraph()
virtual QCString trSince()
virtual QCString trConstants()
virtual QCString trInclDepGraph(const QCString &fName)
virtual QCString trPrivateSlots()
virtual QCString trClassHierarchy()
virtual QCString trStaticPackageAttribs()
virtual QCString trTypedefs()
virtual QCString trCompoundMembers()
virtual QCString trCompoundIndex()
virtual QCString trMemberTypedefDocumentation()
virtual QCString trFileIn(const QCString &name)
virtual QCString trDesignUnitList()
VHDL design unit list
virtual QCString trNamespaces()
virtual QCString trConceptList()
virtual QCString trMainPage()
virtual QCString trDataMemberDocumentation()
virtual QCString trMemberEnumerationDocumentation()
virtual QCString trInterfaceDocumentation()
virtual QCString trAuthor(bool first_capital, bool singular)
virtual QCString trPublicTypes()
virtual QCString trSearchMatches()
virtual QCString trListOfAllMembers()
virtual QCString trCompoundListFortran()
virtual QCString trRTFansicp()
virtual QCString trReferences()
#define Config_getBool(name)
virtual QCString trEnumValue()
virtual QCString trDefines()
virtual QCString trMemberFunctionDocumentation()
virtual QCString trGlobalNamespace()
virtual QCString trCompoundReferenceFortran(const QCString &clName, ClassDef::CompoundType compType, bool isTemplate)
virtual QCString trSearchResults(int numDocuments)
virtual QCString trNote()
virtual QCString trThisIsTheListOfAllMembers()
virtual QCString trStaticPrivateMembers()
virtual QCString trRTFCharSet()
virtual QCString trDirRelation(const QCString &name)
virtual QCString trCompoundListDescription()
virtual QCString trMemberFunctionDocumentationFortran()
virtual QCString trSourceFile(QCString &filename)
virtual QCString trLegendTitle()
virtual QCString trProvidedByCategory()
virtual QCString trParameters()
virtual QCString trClass(bool first_capital, bool singular)
virtual QCString trEnumerationValueDocumentation()
virtual QCString trClassHierarchyDescription()
virtual QCString trPackageListDescription()
virtual QCString trSliceInterfaces()
virtual QCString trPrivateTypes()
virtual QCString trRelatedSubscript()
virtual QCString trStructListDescription()
virtual QCString trSeeAlso()
virtual QCString trForInternalUseOnly()
virtual QCString trNamespaceMembers()
virtual QCString trStaticPublicMembers()
virtual QCString trEnumerationTypeDocumentation()
virtual QCString trGlobal(bool first_capital, bool singular)
virtual QCString trStaticPublicAttribs()
virtual QCString trFileIndex()
virtual QCString trConstantGroupReference(const QCString &namespaceName)
UNO IDL constant groups
virtual QCString trStaticPrivateAttribs()
virtual QCString trFileList()
virtual QCString trClassMethods()
virtual QCString trExamplesDescription()
virtual QCString trInheritedByList(int numEntries)
virtual QCString trAndMore(const QCString &number)
virtual QCString trDataMembers()
virtual QCString trInterfaceHierarchy()
virtual QCString trMore()
virtual QCString trModulesDescription()
virtual QCString trBugList()
virtual QCString trGotoSourceCode()
virtual QCString trProperties()
virtual QCString trDefineDocumentation()
virtual QCString trFileReference(const QCString &fileName)
virtual QCString trStaticProtectedMembers()
virtual QCString trDeprecatedList()
virtual QCString trDesignUnitDocumentation()
VHDL design unit documentation
virtual QCString trCompoundMembersFortran()
virtual QCString trSingletonReference(const QCString &sName)
UNO IDL singleton page title
virtual QCString trGeneratedFromFilesFortran(ClassDef::CompoundType compType, bool single)
QCString & sprintf(const char *format,...)
virtual QCString trMember(bool first_capital, bool singular)
virtual QCString trSubprogram(bool first_capital, bool singular)
virtual QCString trImplementedFromList(int numEntries)
virtual QCString trPageIndex()
virtual QCString trExtendsClass()
virtual QCString trDesignUnitMembers()
VHDL design unit members
virtual QCString trLoading()
virtual QCString trConceptDocumentation()
virtual QCString trNamespace(bool first_capital, bool singular)
This is an alternative implementation of QCString.
virtual QCString trStaticPackageMembers()