Doxygen
|
#include <translator_en.h>
When defining a translator class for the new language, follow the description in the documentation. One of the steps says that you should copy the translator_en.h (this) file to your translator_xx.h new file. Your new language should use the Translator class as the base class. This means that you need to implement exactly the same (pure virtual) methods as the TranslatorEnglish does. Because of this, it is a good idea to start with the copy of TranslatorEnglish and replace the strings one by one.
It is not necessary to include "translator.h" or "translator_adapter.h" here. The files are included in the language.cpp correctly. Not including any of the mentioned files frees the maintainer from thinking about whether the first, the second, or both files should be included or not, and why. This holds namely for localized translators because their base class is changed occasionally to adapter classes when the Translator class changes the interface, or back to the Translator class (by the local maintainer) when the localized translator is made up-to-date again.
在文件 translator_en.h 第 43 行定义.
|
inlinevirtual |
Used for identification of the language. The identification should not be translated. It should be replaced by the name of the language in English using lower-case characters only (e.g. "czech", "japanese", "russian", etc.). It should be equal to the identification used in language.cpp.
实现了 Translator.
被 TranslatorJapaneseEn , 以及 TranslatorKoreanEn 重载.
在文件 translator_en.h 第 70 行定义.
|
inlinevirtual |
Used to get the LaTeX command(s) for the language support. This method should return string with commands that switch LaTeX to the desired language. For example
"\\usepackage[german]{babel}\n"
or
"\\usepackage{polski}\n" "\\usepackage[latin2]{inputenc}\n" "\\usepackage[T1]{fontenc}\n"
The English LaTeX does not use such commands. Because of this the empty string is returned in this implementation.
实现了 Translator.
被 TranslatorJapaneseEn , 以及 TranslatorKoreanEn 重载.
在文件 translator_en.h 第 87 行定义.
|
inlinevirtual |
Header of the sections with inherited members specific for the base class(es)
实现了 Translator.
在文件 translator_en.h 第 1909 行定义.
被这些函数引用 TranslatorAdapter_1_8_0::trAdditionalInheritedMembers().
|
inlinevirtual |
Used in the quick index of a class/file/namespace member list page to link to the unfiltered list of all members.
实现了 Translator.
在文件 translator_en.h 第 1432 行定义.
Used in dot graph when UML_LOOK is enabled and there are many fields
实现了 Translator.
在文件 translator_en.h 第 1887 行定义.
被这些函数引用 TranslatorAdapter_1_8_0::trAndMore().
|
inlinevirtual |
|
inlinevirtual |
This text is generated when the \author command is used and for the author section in man pages.
实现了 Translator.
在文件 translator_en.h 第 1307 行定义.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
This is used to introduce a caller (or called-by) graph
实现了 Translator.
在文件 translator_en.h 第 1561 行定义.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
This is used for translation of the word that will possibly be followed by a single name or by a list of names of the category.
实现了 Translator.
在文件 translator_en.h 第 1228 行定义.
|
inlinevirtual |
This is used in LaTeX as the title of the chapter containing the documentation of all classes, structs and unions.
实现了 Translator.
在文件 translator_en.h 第 411 行定义.
|
inlinevirtual |
Used for Java classes in the summary section of Java packages
实现了 Translator.
在文件 translator_en.h 第 1123 行定义.
|
inlinevirtual |
This is put above each page as a link to the class hierarchy
实现了 Translator.
在文件 translator_en.h 第 187 行定义.
|
inlinevirtual |
|
inlinevirtual |
Used as the header of a list of class methods in Objective-C. These are similar to static public member functions in C++.
实现了 Translator.
在文件 translator_en.h 第 1947 行定义.
|
inlinevirtual |
|
inlinevirtual |
This is used in LaTeX as the title of the chapter with the annotated compound index.
实现了 Translator.
在文件 translator_en.h 第 384 行定义.
|
inlinevirtual |
This is used in LaTeX as the title of the chapter with the annotated compound index (Fortran).
实现了 Translator.
在文件 translator_en.h 第 1616 行定义.
|
inlinevirtual |
This is put above each page as a link to the list of annotated classes
实现了 Translator.
在文件 translator_en.h 第 191 行定义.
引用了 Config_getBool.
|
inlinevirtual |
This is an introduction to the annotated compound list.
实现了 Translator.
在文件 translator_en.h 第 269 行定义.
|
inlinevirtual |
This is an introduction to the annotated compound list (Fortran).
实现了 Translator.
在文件 translator_en.h 第 1589 行定义.
被这些函数引用 TranslatorAdapter_1_6_0::trCompoundListDescriptionFortran().
|
inlinevirtual |
This is put above each page as a link to the list of annotated data types (Fortran).
实现了 Translator.
在文件 translator_en.h 第 1581 行定义.
|
inlinevirtual |
This is put above each page as a link to all members of compounds.
实现了 Translator.
在文件 translator_en.h 第 208 行定义.
|
inlinevirtual |
This is an introduction to the page with all class members.
实现了 Translator.
在文件 translator_en.h 第 288 行定义.
引用了 Config_getBool.
|
inlinevirtual |
This is an introduction to the page with all data types (Fortran).
实现了 Translator.
在文件 translator_en.h 第 1593 行定义.
被这些函数引用 TranslatorAdapter_1_6_0::trCompoundMembersDescriptionFortran().
|
inlinevirtual |
This is put above each page as a link to all members of compounds (Fortran).
实现了 Translator.
在文件 translator_en.h 第 1585 行定义.
被这些函数引用 TranslatorAdapter_1_6_0::trCompoundMembersFortran().
|
inlinevirtual |
used as the title of the HTML page of a class/struct/union
实现了 Translator.
在文件 translator_en.h 第 621 行定义.
|
inlinevirtual |
used as the title of the HTML page of a module/type (Fortran)
实现了 Translator.
在文件 translator_en.h 第 1657 行定义.
被这些函数引用 TranslatorAdapter_1_6_0::trCompoundReferenceFortran().
|
inlinevirtual |
实现了 Translator.
在文件 translator_en.h 第 2237 行定义.
被这些函数引用 TranslatorAdapter_1_8_15::trCompoundReferenceSlice().
|
inlinevirtual |
This is used in the documentation of a file/namespace/group before the list of links to documented compounds
实现了 Translator.
在文件 translator_en.h 第 518 行定义.
引用了 QCString::isEmpty().
|
inlinevirtual |
C++20 concept
实现了 Translator.
在文件 translator_en.h 第 2285 行定义.
被这些函数引用 TranslatorAdapter_1_9_2::trConcept().
|
inlinevirtual |
used to introduce the definition of the C++20 concept
实现了 Translator.
在文件 translator_en.h 第 2321 行定义.
|
inlinevirtual |
used as the title of chapter containing all information about concepts.
实现了 Translator.
在文件 translator_en.h 第 2308 行定义.
|
inlinevirtual |
used as the title of chapter containing the index listing all concepts.
实现了 Translator.
在文件 translator_en.h 第 2304 行定义.
|
inlinevirtual |
used as the title of page containing all the index of all concepts.
实现了 Translator.
在文件 translator_en.h 第 2300 行定义.
|
inlinevirtual |
used as an introduction to the concept list
实现了 Translator.
在文件 translator_en.h 第 2312 行定义.
被这些函数引用 TranslatorAdapter_1_9_2::trConceptListDescription().
|
inlinevirtual |
used as the title of the HTML page of a C++20 concept page
实现了 Translator.
在文件 translator_en.h 第 2292 行定义.
|
inlinevirtual |
实现了 Translator.
在文件 translator_en.h 第 2145 行定义.
被这些函数引用 TranslatorAdapter_1_8_15::trConstantDocumentation().
|
inlinevirtual |
UNO IDL constant groups
实现了 Translator.
在文件 translator_en.h 第 1984 行定义.
被这些函数引用 TranslatorAdapter_1_8_4::trConstantGroupReference().
|
inlinevirtual |
|
inlinevirtual |
实现了 Translator.
在文件 translator_en.h 第 2141 行定义.
|
inlinevirtual |
header that is put before the list of constructor/destructors.
实现了 Translator.
在文件 translator_en.h 第 857 行定义.
|
inlinevirtual |
实现了 Translator.
在文件 translator_en.h 第 2137 行定义.
|
inlinevirtual |
实现了 Translator.
在文件 translator_en.h 第 2267 行定义.
被这些函数引用 TranslatorAdapter_1_8_15::trDataMemberDocumentation().
|
inlinevirtual |
|
inlinevirtual |
This is used in the documentation of a file/namespace/group before the list of links to documented compounds (Fortran)
实现了 Translator.
在文件 translator_en.h 第 1640 行定义.
|
inlinevirtual |
this text is generated when the \date command is used.
实现了 Translator.
在文件 translator_en.h 第 560 行定义.
|
inlinevirtual |
Compiles a date string.
year | Year in 4 digits |
month | Month of the year: 1=January |
day | Day of the Month: 1..31 |
dayOfWeek | Day of the week: 1=Monday..7=Sunday |
hour | Hour of the day: 0..23 |
minutes | Minutes in the hour: 0..59 |
seconds | Seconds within the minute: 0..59 |
includeTime | Include time in the result string? |
实现了 Translator.
在文件 translator_en.h 第 1841 行定义.
|
inlinevirtual |
|
inlinevirtual |
put after an undocumented member in the list of all members
实现了 Translator.
在文件 translator_en.h 第 175 行定义.
引用了 Config_getBool.
|
inlinevirtual |
|
inlinevirtual |
This is used in the documentation of a file before the list of documentation blocks for defines
实现了 Translator.
在文件 translator_en.h 第 488 行定义.
|
inlinevirtual |
This is used in the documentation of a file as a header before the list of defines
实现了 Translator.
在文件 translator_en.h 第 452 行定义.
|
inlinevirtual |
|
inlinevirtual |
实现了 Translator.
在文件 translator_en.h 第 837 行定义.
|
inlinevirtual |
Used as the header of the list of item that have been flagged deprecated
实现了 Translator.
在文件 translator_en.h 第 1364 行定义.
|
inlinevirtual |
VHDL design unit documentation
实现了 Translator.
在文件 translator_en.h 第 2277 行定义.
被这些函数引用 TranslatorAdapter_1_8_19::trDesignUnitDocumentation().
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
VHDL design unit list description
实现了 Translator.
在文件 translator_en.h 第 2037 行定义.
引用了 VhdlDocGen::LIBRARY.
被这些函数引用 TranslatorAdapter_1_8_15::trDesignUnitListDescription().
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
header that is put before the detailed description of files, classes and namespaces.
实现了 Translator.
在文件 translator_en.h 第 108 行定义.
引用了 Config_getBool.
|
inlinevirtual |
Detail level selector shown for hierarchical indices
实现了 Translator.
在文件 translator_en.h 第 1879 行定义.
|
inlinevirtual |
实现了 Translator.
在文件 translator_en.h 第 2157 行定义.
|
inlinevirtual |
实现了 Translator.
在文件 translator_en.h 第 2161 行定义.
被这些函数引用 TranslatorAdapter_1_8_15::trDictionaryDocumentation().
|
inlinevirtual |
This returns the word directory with or without starting capital (first_capital) and in singular or plural form (singular).
实现了 Translator.
在文件 translator_en.h 第 1535 行定义.
Header for the graph showing the directory dependencies
实现了 Translator.
在文件 translator_en.h 第 1871 行定义.
|
inlinevirtual |
This returns a sentences that introduces the directory hierarchy. and the fact that it is sorted alphabetically per level
实现了 Translator.
在文件 translator_en.h 第 1521 行定义.
|
inlinevirtual |
This is used as the name of the chapter containing the documentation of the directories.
实现了 Translator.
在文件 translator_en.h 第 1509 行定义.
|
inlinevirtual |
This is used as the title of the directory index and also in the Quick links of an HTML page, to link to the directory hierarchy.
实现了 Translator.
在文件 translator_en.h 第 1515 行定义.
|
inlinevirtual |
This is used as the name of the chapter containing the directory hierarchy.
实现了 Translator.
在文件 translator_en.h 第 1503 行定义.
This returns the title of a directory page. The name of the directory is passed via dirName.
实现了 Translator.
在文件 translator_en.h 第 1529 行定义.
|
inlinevirtual |
This is used in HTML as the title of index.html.
实现了 Translator.
在文件 translator_en.h 第 366 行定义.
引用了 Config_getBool.
|
inlinevirtual |
This is used in the documentation of a file as a header before the list of enumerations
实现了 Translator.
在文件 translator_en.h 第 464 行定义.
|
inlinevirtual |
This is used in the documentation of a file/namespace before the list of documentation blocks for enumeration types
实现了 Translator.
在文件 translator_en.h 第 500 行定义.
引用了 Config_getBool.
|
inlinevirtual |
This is used in the documentation of a file/namespace before the list of documentation blocks for enumeration values
实现了 Translator.
在文件 translator_en.h 第 1569 行定义.
被这些函数引用 TranslatorAdapter_1_4_6::trEnumerationValueDocumentation().
|
inlinevirtual |
This is used in the documentation of a file as a header before the list of (global) variables
实现了 Translator.
在文件 translator_en.h 第 482 行定义.
|
inlinevirtual |
Used file list for a Java enum
实现了 Translator.
在文件 translator_en.h 第 1891 行定义.
被这些函数引用 TranslatorAdapter_1_8_0::trEnumGeneratedFromFiles().
|
inlinevirtual |
Header of a Java enum page (Java enums are represented as classes).
实现了 Translator.
在文件 translator_en.h 第 1899 行定义.
|
inlinevirtual |
|
inlinevirtual |
Header used for the documentation section of a class' events.
实现了 Translator.
在文件 translator_en.h 第 1381 行定义.
|
inlinevirtual |
Used as a header for declaration section of the events found in a C# program
实现了 Translator.
在文件 translator_en.h 第 1376 行定义.
|
inlinevirtual |
This is used in LaTeX as the title of the chapter containing the documentation of all examples.
实现了 Translator.
在文件 translator_en.h 第 436 行定义.
|
inlinevirtual |
This is put above each page as a link to all examples.
实现了 Translator.
在文件 translator_en.h 第 238 行定义.
|
inlinevirtual |
This is an introduction to the page with the list of all examples
实现了 Translator.
在文件 translator_en.h 第 352 行定义.
|
inlinevirtual |
实现了 Translator.
在文件 translator_en.h 第 2233 行定义.
被这些函数引用 TranslatorAdapter_1_8_15::trExceptionDocumentation().
|
inlinevirtual |
|
inlinevirtual |
实现了 Translator.
在文件 translator_en.h 第 2229 行定义.
被这些函数引用 TranslatorAdapter_1_8_15::trExceptionHierarchyDescription().
|
inlinevirtual |
实现了 Translator.
在文件 translator_en.h 第 2213 行定义.
|
inlinevirtual |
实现了 Translator.
在文件 translator_en.h 第 2217 行定义.
|
inlinevirtual |
实现了 Translator.
在文件 translator_en.h 第 2221 行定义.
被这些函数引用 TranslatorAdapter_1_8_15::trExceptionListDescription().
|
inlinevirtual |
this text is generated when the \exception command is used.
实现了 Translator.
在文件 translator_en.h 第 576 行定义.
|
inlinevirtual |
Used in a method of an Objective-C category that extends a class. Note that the @1 marker is required and is replaced by a link to the class method.
实现了 Translator.
在文件 translator_en.h 第 1939 行定义.
|
inlinevirtual |
This is used for translation of the word that will possibly be followed by a single name or by a list of names of the category.
实现了 Translator.
在文件 translator_en.h 第 1239 行定义.
|
inlinevirtual |
This is used in LaTeX as the title of the chapter containing the documentation of all files.
实现了 Translator.
在文件 translator_en.h 第 430 行定义.
when clicking a directory dependency label, a page with a table is shown. The heading for the first column mentions the source file that has a relation to another file.
实现了 Translator.
在文件 translator_en.h 第 1817 行定义.
被这些函数引用 TranslatorAdapter_1_7_5::trFileIn().
|
inlinevirtual |
This is used in LaTeX as the title of the chapter with the list of all files.
实现了 Translator.
在文件 translator_en.h 第 399 行定义.
|
inlinevirtual |
This is put above each page as a link to the list of documented files
实现了 Translator.
在文件 translator_en.h 第 204 行定义.
|
inlinevirtual |
|
inlinevirtual |
This is put above each page as a link to all members of files.
实现了 Translator.
在文件 translator_en.h 第 221 行定义.
|
inlinevirtual |
This is an introduction to the page with all file members.
实现了 Translator.
在文件 translator_en.h 第 330 行定义.
|
inlinevirtual |
this text is generated when the \internal command is used.
实现了 Translator.
在文件 translator_en.h 第 548 行定义.
|
inlinevirtual |
used in the class documentation as a header before the list of all friends of a class
实现了 Translator.
在文件 translator_en.h 第 603 行定义.
|
inlinevirtual |
|
inlinevirtual |
This is used in the documentation of a file/namespace before the list of documentation blocks for functions
实现了 Translator.
在文件 translator_en.h 第 506 行定义.
|
inlinevirtual |
This is used in the documentation of a file as a header before the list of (global) functions
实现了 Translator.
在文件 translator_en.h 第 470 行定义.
|
inlinevirtual |
This is used in the standard footer of each page and indicates when the page was generated
实现了 Translator.
在文件 translator_en.h 第 533 行定义.
this is put at the author sections at the bottom of man pages. parameter s is name of the project name.
实现了 Translator.
在文件 translator_en.h 第 159 行定义.
|
inlinevirtual |
this text is used in the title page of a LaTeX document.
实现了 Translator.
在文件 translator_en.h 第 580 行定义.
|
inlinevirtual |
This is put at the bottom of a class documentation page and is followed by a list of files that were used to generate the page.
实现了 Translator.
在文件 translator_en.h 第 781 行定义.
|
inlinevirtual |
This is put at the bottom of a module documentation page and is followed by a list of files that were used to generate the page.
实现了 Translator.
在文件 translator_en.h 第 1726 行定义.
被这些函数引用 TranslatorAdapter_1_6_0::trGeneratedFromFilesFortran().
|
inlinevirtual |
This is used for translation of the word that will possibly be followed by a single name or by a list of names of the category.
实现了 Translator.
在文件 translator_en.h 第 1294 行定义.
|
inlinevirtual |
Label used for search results in the global namespace
实现了 Translator.
在文件 translator_en.h 第 1792 行定义.
|
inlinevirtual |
Used in the file sources to point to the corresponding documentation.
实现了 Translator.
在文件 translator_en.h 第 867 行定义.
|
inlinevirtual |
|
inlinevirtual |
Used in the file documentation to point to the corresponding sources.
实现了 Translator.
在文件 translator_en.h 第 862 行定义.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
This is used for translation of the word that will possibly be followed by a single name or by a list of names of the category.
实现了 Translator.
在文件 translator_en.h 第 1261 行定义.
|
inlinevirtual |
This is used in LaTeX as the title of the chapter with the class hierarchy.
实现了 Translator.
在文件 translator_en.h 第 378 行定义.
|
inlinevirtual |
used in member documentation blocks to produce a list of members that are implemented by this one.
实现了 Translator.
在文件 translator_en.h 第 1332 行定义.
|
inlinevirtual |
used in member documentation blocks to produce a list of all members that implement this abstract member.
实现了 Translator.
在文件 translator_en.h 第 1340 行定义.
|
inlinevirtual |
实现了 Translator.
在文件 translator_en.h 第 996 行定义.
when clicking a directory dependency label, a page with a table is shown. The heading for the second column mentions the destination file that is included.
实现了 Translator.
在文件 translator_en.h 第 1826 行定义.
引用了 QCString::sprintf().
|
inlinevirtual |
this is the remainder of the sentence after the class name
实现了 Translator.
在文件 translator_en.h 第 153 行定义.
|
inlinevirtual |
used in class documentation to produce a list of super classes, if class diagrams are disabled.
实现了 Translator.
在文件 translator_en.h 第 715 行定义.
引用了 trWriteList().
|
inlinevirtual |
|
inlinevirtual |
used in class documentation to produce a list of base classes, if class diagrams are disabled.
实现了 Translator.
在文件 translator_en.h 第 707 行定义.
引用了 trWriteList().
|
inlinevirtual |
Text shown before a multi-line variable/enum initialization
实现了 Translator.
在文件 translator_en.h 第 887 行定义.
|
inlinevirtual |
Used as the header of a list of instance methods in Objective-C. These are similar to public member functions in C++.
实现了 Translator.
在文件 translator_en.h 第 1955 行定义.
|
inlinevirtual |
实现了 Translator.
在文件 translator_en.h 第 2189 行定义.
被这些函数引用 TranslatorAdapter_1_8_15::trInterfaceDocumentation().
|
inlinevirtual |
实现了 Translator.
在文件 translator_en.h 第 2181 行定义.
|
inlinevirtual |
实现了 Translator.
在文件 translator_en.h 第 2185 行定义.
被这些函数引用 TranslatorAdapter_1_8_15::trInterfaceHierarchyDescription().
|
inlinevirtual |
实现了 Translator.
在文件 translator_en.h 第 2169 行定义.
|
inlinevirtual |
实现了 Translator.
在文件 translator_en.h 第 2173 行定义.
|
inlinevirtual |
实现了 Translator.
在文件 translator_en.h 第 2177 行定义.
被这些函数引用 TranslatorAdapter_1_8_15::trInterfaceListDescription().
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
page explaining how the dot graph's should be interpreted The A in the text below are to prevent link to classes called "A".
实现了 Translator.
在文件 translator_en.h 第 1018 行定义.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Loading message shown when loading search results
实现了 Translator.
在文件 translator_en.h 第 1786 行定义.
被这些函数引用 TranslatorAdapter_1_6_0::trLoading().
|
inlinevirtual |
This is in the (quick) index as a link to the main page (index.html)
实现了 Translator.
在文件 translator_en.h 第 811 行定义.
|
inlinevirtual |
This is used for translation of the word that will possibly be followed by a single name or by a list of names of the category.
实现了 Translator.
在文件 translator_en.h 第 1283 行定义.
|
inlinevirtual |
header that is put before the list of member attributes.
实现了 Translator.
在文件 translator_en.h 第 124 行定义.
|
inlinevirtual |
|
inlinevirtual |
header that is put before the list of member functions.
实现了 Translator.
在文件 translator_en.h 第 120 行定义.
|
inlinevirtual |
header that is put before the list of member subprograms (Fortran).
实现了 Translator.
在文件 translator_en.h 第 1577 行定义.
被这些函数引用 TranslatorAdapter_1_6_0::trMemberFunctionDocumentationFortran().
|
inlinevirtual |
used as the title of the "list of all members" page of a class
实现了 Translator.
在文件 translator_en.h 第 145 行定义.
引用了 QCString::isEmpty().
|
inlinevirtual |
|
inlinevirtual |
Used as the header of the member functions of an Objective-C class.
实现了 Translator.
在文件 translator_en.h 第 1962 行定义.
|
inlinevirtual |
This is used for translation of the word that will possibly be followed by a single name or by a list of names of the category.
实现了 Translator.
在文件 translator_en.h 第 1716 行定义.
引用了 ClassDef::Category, ClassDef::Class, ClassDef::Exception, ClassDef::Interface, ClassDef::Protocol, ClassDef::Struct , 以及 ClassDef::Union.
被这些函数引用 TranslatorAdapter_1_6_0::trModule().
|
inlinevirtual |
This is used in LaTeX as the title of the chapter containing the documentation of all groups.
实现了 Translator.
在文件 translator_en.h 第 405 行定义.
|
inlinevirtual |
This is used in LaTeX as the title of the chapter with the index of all groups.
实现了 Translator.
在文件 translator_en.h 第 372 行定义.
|
inlinevirtual |
used as the title of the HTML page of a module (Fortran)
实现了 Translator.
在文件 translator_en.h 第 1678 行定义.
|
inlinevirtual |
This is put above each page as a link to the list of all groups of compounds or files (see the \group command).
实现了 Translator.
在文件 translator_en.h 第 183 行定义.
|
inlinevirtual |
This is an introduction to the page with the list of class/file groups
实现了 Translator.
在文件 translator_en.h 第 360 行定义.
|
inlinevirtual |
This is used in LaTeX as the title of the chapter with the index of all modules (Fortran).
实现了 Translator.
在文件 translator_en.h 第 1709 行定义.
|
inlinevirtual |
used as the title of page containing all the index of all modules (Fortran).
实现了 Translator.
在文件 translator_en.h 第 1644 行定义.
|
inlinevirtual |
used as an introduction to the modules list (Fortran)
实现了 Translator.
在文件 translator_en.h 第 1648 行定义.
引用了 ClassDef::Category, ClassDef::Class, ClassDef::Exception, ClassDef::Interface, ClassDef::Protocol, ClassDef::Struct , 以及 ClassDef::Union.
被这些函数引用 TranslatorAdapter_1_6_0::trModulesListDescription().
|
inlinevirtual |
This is an introduction to the page with all modules members (Fortran)
实现了 Translator.
在文件 translator_en.h 第 1690 行定义.
被这些函数引用 TranslatorAdapter_1_6_0::trModulesMemberDescription().
|
inlinevirtual |
This is put above each page as a link to all members of modules. (Fortran)
实现了 Translator.
在文件 translator_en.h 第 1686 行定义.
|
inlinevirtual |
this is the text of a link put after brief descriptions.
实现了 Translator.
在文件 translator_en.h 第 137 行定义.
|
inlinevirtual |
This is used for translation of the word that will possibly be followed by a single name or by a list of names of the category.
实现了 Translator.
在文件 translator_en.h 第 1250 行定义.
|
inlinevirtual |
This is used in LaTeX as the title of the chapter containing the documentation of all namespaces.
实现了 Translator.
在文件 translator_en.h 第 761 行定义.
|
inlinevirtual |
This is used in LaTeX as the title of the chapter with the index of all namespaces.
实现了 Translator.
在文件 translator_en.h 第 755 行定义.
|
inlinevirtual |
used as the title of page containing all the index of all namespaces.
实现了 Translator.
在文件 translator_en.h 第 588 行定义.
|
inlinevirtual |
|
inlinevirtual |
This is an introduction to the page with all namespace members
实现了 Translator.
在文件 translator_en.h 第 741 行定义.
|
inlinevirtual |
This is put above each page as a link to all members of namespaces.
实现了 Translator.
在文件 translator_en.h 第 737 行定义.
|
inlinevirtual |
|
inlinevirtual |
This is used in the documentation before the list of all namespaces in a file.
实现了 Translator.
在文件 translator_en.h 第 771 行定义.
引用了 ClassDef::Category, ClassDef::Class, ClassDef::Exception, ClassDef::Interface, ClassDef::Protocol, ClassDef::Struct , 以及 ClassDef::Union.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
实现了 Translator.
在文件 translator_en.h 第 2259 行定义.
被这些函数引用 TranslatorAdapter_1_8_15::trOperationDocumentation().
|
inlinevirtual |
实现了 Translator.
在文件 translator_en.h 第 2255 行定义.
|
inlinevirtual |
This text is added to the documentation when the \overload command is used for a overloaded function.
实现了 Translator.
在文件 translator_en.h 第 1549 行定义.
|
inlinevirtual |
Used as a heading for a list of Java class variables with package scope.
实现了 Translator.
在文件 translator_en.h 第 1413 行定义.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Used as a heading for a list of Java class functions with package scope.
实现了 Translator.
在文件 translator_en.h 第 1399 行定义.
|
inlinevirtual |
The link name in the Quick links header for each page
实现了 Translator.
在文件 translator_en.h 第 1150 行定义.
|
inlinevirtual |
Used as a heading for a list of Java class types with package scope.
实现了 Translator.
在文件 translator_en.h 第 1392 行定义.
|
inlinevirtual |
This is used for translation of the word that will possibly be followed by a single name or by a list of names of the category.
实现了 Translator.
在文件 translator_en.h 第 1272 行定义.
|
inlinevirtual |
This is used in references to page that are put in the LaTeX documentation. It should be an abbreviation of the word page.
实现了 Translator.
在文件 translator_en.h 第 817 行定义.
|
inlinevirtual |
This is used in LaTeX as the title of the chapter containing the documentation of all related pages.
实现了 Translator.
在文件 translator_en.h 第 442 行定义.
|
inlinevirtual |
|
inlinevirtual |
Used as a tooltip for the toggle button that appears in the navigation tree in the HTML output when GENERATE_TREEVIEW is enabled. This tooltip explains the meaning of the button.
实现了 Translator.
在文件 translator_en.h 第 1920 行定义.
被这些函数引用 TranslatorAdapter_1_8_2::trPanelSynchronisationTooltip().
|
inlinevirtual |
this text is generated when the \param command is used.
实现了 Translator.
在文件 translator_en.h 第 572 行定义.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
实现了 Translator.
在文件 translator_en.h 第 956 行定义.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Used as a section header for IDL properties
实现了 Translator.
在文件 translator_en.h 第 1108 行定义.
引用了 Config_getBool.
|
inlinevirtual |
Used as a section header for IDL property documentation
实现了 Translator.
在文件 translator_en.h 第 1113 行定义.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Used in a method of an Objective-C class that is declared in a a category. Note that the @1 marker is required and is replaced by a link.
实现了 Translator.
在文件 translator_en.h 第 1930 行定义.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
This text is put before the list of members referenced by a member
实现了 Translator.
在文件 translator_en.h 第 1320 行定义.
|
inlinevirtual |
used in member documentation blocks to produce a list of members that are hidden by this one.
实现了 Translator.
在文件 translator_en.h 第 723 行定义.
|
inlinevirtual |
used in member documentation blocks to produce a list of all member that overwrite the implementation of this member.
实现了 Translator.
在文件 translator_en.h 第 731 行定义.
|
inlinevirtual |
used in the class documentation as a header before the list of all related classes
实现了 Translator.
在文件 translator_en.h 第 613 行定义.
|
inlinevirtual |
used in the compound documentation before a list of related functions.
实现了 Translator.
在文件 translator_en.h 第 100 行定义.
|
inlinevirtual |
This is put above each page as a link to all related pages.
实现了 Translator.
在文件 translator_en.h 第 234 行定义.
|
inlinevirtual |
This is an introduction to the page with the list of related pages
实现了 Translator.
在文件 translator_en.h 第 356 行定义.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
this text is generated when the \return command is used.
实现了 Translator.
在文件 translator_en.h 第 564 行定义.
|
inlinevirtual |
This is used as the heading text for the retval command.
实现了 Translator.
在文件 translator_en.h 第 806 行定义.
|
inlinevirtual |
Used as ansicpg for RTF file
The following table shows the correlation of Charset name, Charset Value and
Codepage number: Charset Name Charset Value(hex) Codepage number ------------------------------------------------------ DEFAULT_CHARSET 1 (x01) SYMBOL_CHARSET 2 (x02) OEM_CHARSET 255 (xFF) ANSI_CHARSET 0 (x00) 1252 RUSSIAN_CHARSET 204 (xCC) 1251 EE_CHARSET 238 (xEE) 1250 GREEK_CHARSET 161 (xA1) 1253 TURKISH_CHARSET 162 (xA2) 1254 BALTIC_CHARSET 186 (xBA) 1257 HEBREW_CHARSET 177 (xB1) 1255 ARABIC _CHARSET 178 (xB2) 1256 SHIFTJIS_CHARSET 128 (x80) 932 HANGEUL_CHARSET 129 (x81) 949 GB2313_CHARSET 134 (x86) 936 CHINESEBIG5_CHARSET 136 (x88) 950
实现了 Translator.
被 TranslatorJapaneseEn , 以及 TranslatorKoreanEn 重载.
在文件 translator_en.h 第 1204 行定义.
|
inlinevirtual |
Used as ansicpg for RTF fcharset
实现了 Translator.
被 TranslatorJapaneseEn , 以及 TranslatorKoreanEn 重载.
在文件 translator_en.h 第 1213 行定义.
|
inlinevirtual |
|
inlinevirtual |
used in RTF documentation as a heading for the Table of Contents.
实现了 Translator.
在文件 translator_en.h 第 1352 行定义.
|
inlinevirtual |
This is put above each page as a link to the search engine.
实现了 Translator.
在文件 translator_en.h 第 242 行定义.
|
inlinevirtual |
|
inlinevirtual |
This string is put before the list of matched words, for each search result. What follows is the list of words that matched the query.
实现了 Translator.
在文件 translator_en.h 第 1480 行定义.
|
inlinevirtual |
This string is put just before listing the search results. The text can be different depending on the number of documents found. Inside the text you can put the special marker $num to insert the number representing the actual number of search results. The numDocuments parameter can be either 0, 1 or 2, where the value 2 represents 2 or more matches. HTML markup is allowed inside the returned string.
实现了 Translator.
在文件 translator_en.h 第 1461 行定义.
|
inlinevirtual |
This string is used as the title for the page listing the search results.
实现了 Translator.
在文件 translator_en.h 第 1449 行定义.
|
inlinevirtual |
|
inlinevirtual |
实现了 Translator.
在文件 translator_en.h 第 2153 行定义.
被这些函数引用 TranslatorAdapter_1_8_15::trSequenceDocumentation().
|
inlinevirtual |
实现了 Translator.
在文件 translator_en.h 第 2149 行定义.
|
inlinevirtual |
UNO IDL service page
实现了 Translator.
在文件 translator_en.h 第 2005 行定义.
被这些函数引用 TranslatorAdapter_1_8_4::trServiceGeneratedFromFiles().
|
inlinevirtual |
|
inlinevirtual |
实现了 Translator.
在文件 translator_en.h 第 662 行定义.
|
inlinevirtual |
|
inlinevirtual |
UNO IDL singleton page
实现了 Translator.
在文件 translator_en.h 第 2014 行定义.
被这些函数引用 TranslatorAdapter_1_8_4::trSingletonGeneratedFromFiles().
|
inlinevirtual |
实现了 Translator.
在文件 translator_en.h 第 2165 行定义.
This is used in HTML as the title of page with source code for file filename
实现了 Translator.
在文件 translator_en.h 第 1491 行定义.
|
inlinevirtual |
Used as a heading for a list of static Java class variables with package scope.
实现了 Translator.
在文件 translator_en.h 第 1420 行定义.
|
inlinevirtual |
Used as a heading for a list of static Java class functions with package scope.
实现了 Translator.
在文件 translator_en.h 第 1406 行定义.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
实现了 Translator.
在文件 translator_en.h 第 2209 行定义.
|
inlinevirtual |
实现了 Translator.
在文件 translator_en.h 第 2197 行定义.
|
inlinevirtual |
实现了 Translator.
在文件 translator_en.h 第 2201 行定义.
|
inlinevirtual |
实现了 Translator.
在文件 translator_en.h 第 2205 行定义.
被这些函数引用 TranslatorAdapter_1_8_15::trStructListDescription().
|
inlinevirtual |
实现了 Translator.
在文件 translator_en.h 第 2193 行定义.
|
inlinevirtual |
This is used for translation of the word that will possibly be followed by a single name or by a list of names of the category.
实现了 Translator.
在文件 translator_en.h 第 1762 行定义.
|
inlinevirtual |
This is used in the documentation of a file/namespace before the list of documentation blocks for subprograms (Fortran)
实现了 Translator.
在文件 translator_en.h 第 1634 行定义.
被这些函数引用 TranslatorAdapter_1_6_0::trSubprogramDocumentation().
|
inlinevirtual |
This is used in the documentation of a file as a header before the list of (global) subprograms (Fortran).
实现了 Translator.
在文件 translator_en.h 第 1628 行定义.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
this is the first part of a sentence that is followed by a class name
实现了 Translator.
在文件 translator_en.h 第 149 行定义.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
This is used for translation of the word that will possibly be followed by a single name or by a list of names of the category.
实现了 Translator.
在文件 translator_en.h 第 1751 行定义.
被这些函数引用 TranslatorAdapter_1_6_0::trType().
|
inlinevirtual |
|
inlinevirtual |
This is used in the documentation of a file/namespace before the list of documentation blocks for typedefs
实现了 Translator.
在文件 translator_en.h 第 494 行定义.
|
inlinevirtual |
This is used in the documentation of a file as a header before the list of typedefs
实现了 Translator.
在文件 translator_en.h 第 458 行定义.
|
inlinevirtual |
This is used in LaTeX as the title of the chapter containing the documentation of all data types (Fortran).
实现了 Translator.
在文件 translator_en.h 第 1622 行定义.
|
inlinevirtual |
This is used in the documentation of a file/namespace before the list of documentation blocks for variables
实现了 Translator.
在文件 translator_en.h 第 512 行定义.
|
inlinevirtual |
This is used in the documentation of a file as a header before the list of (global) variables
实现了 Translator.
在文件 translator_en.h 第 476 行定义.
|
inlinevirtual |
this text is generated when the \version command is used.
实现了 Translator.
在文件 translator_en.h 第 556 行定义.
|
inlinevirtual |
this text is generated when the \warning command is used.
实现了 Translator.
在文件 translator_en.h 第 552 行定义.
|
inlinevirtual |
this function is used to produce a comma-separated list of items. use generateMarker(i) to indicate where item i should be put.
实现了 Translator.
在文件 translator_en.h 第 682 行定义.
被这些函数引用 trInheritedByList() , 以及 trInheritsList().