#include <translator_sc.h>
Additional Inherited Members | |
Protected Member Functions inherited from TranslatorAdapterBase | |
virtual | ~TranslatorAdapterBase () |
QCString | createUpdateNeededMessage (const QCString &languageName, const QCString &versionString) |
Protected Attributes inherited from TranslatorAdapterBase | |
TranslatorEnglish | english |
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 occasionaly 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.
Definition at line 43 of file translator_sc.h.
|
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.
Implements Translator.
Definition at line 55 of file translator_sc.h.
|
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.
Implements Translator.
Definition at line 72 of file translator_sc.h.
|
inlinevirtual |
Used in the quick index of a class/file/namespace member list page to link to the unfiltered list of all members.
Implements Translator.
Definition at line 1412 of file translator_sc.h.
|
inlinevirtual |
Implements Translator.
Definition at line 974 of file translator_sc.h.
|
inlinevirtual |
This text is generated when the \author command is used and for the author section in man pages.
Implements Translator.
Definition at line 1287 of file translator_sc.h.
|
inlinevirtual |
Used as a marker that is put before a \bug item
Implements Translator.
Definition at line 1145 of file translator_sc.h.
|
inlinevirtual |
Used as the header of the bug list
Implements Translator.
Definition at line 1150 of file translator_sc.h.
|
inlinevirtual |
This is used to introduce a caller (or called-by) graph
Implements Translator.
Definition at line 1552 of file translator_sc.h.
|
inlinevirtual |
Put in front of the call graph for a function.
Implements Translator.
Definition at line 1417 of file translator_sc.h.
|
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.
Implements Translator.
Definition at line 1208 of file translator_sc.h.
|
inlinevirtual |
this text is put before a class diagram
Implements Translator.
Definition at line 506 of file translator_sc.h.
|
inlinevirtual |
This is used in LaTeX as the title of the chapter containing the documentation of all classes, structs and unions.
Implements Translator.
Definition at line 379 of file translator_sc.h.
|
inlinevirtual |
Used for Java classes in the summary section of Java packages
Implements Translator.
Definition at line 1103 of file translator_sc.h.
|
inlinevirtual |
This is put above each page as a link to the class hierarchy
Implements Translator.
Definition at line 167 of file translator_sc.h.
|
inlinevirtual |
This is an introduction to the class hierarchy.
Implements Translator.
Definition at line 226 of file translator_sc.h.
|
inlinevirtual |
Text used the source code in the file index
Implements Translator.
Definition at line 874 of file translator_sc.h.
|
inlinevirtual |
this text is put before a collaboration diagram
Implements Translator.
Definition at line 829 of file translator_sc.h.
|
inlinevirtual |
This is used in LaTeX as the title of the chapter with the annotated compound index.
Implements Translator.
Definition at line 352 of file translator_sc.h.
|
inlinevirtual |
This is used in LaTeX as the title of the chapter with the annotated compound index (Fortran).
Implements Translator.
Definition at line 1607 of file translator_sc.h.
|
inlinevirtual |
This is put above each page as a link to the list of annotated classes
Implements Translator.
Definition at line 171 of file translator_sc.h.
|
inlinevirtual |
This is an introduction to the annotated compound list.
Implements Translator.
Definition at line 241 of file translator_sc.h.
|
inlinevirtual |
This is an introduction to the annotated compound list (Fortran).
Implements Translator.
Definition at line 1580 of file translator_sc.h.
|
inlinevirtual |
This is put above each page as a link to the list of annotated data types (Fortran).
Implements Translator.
Definition at line 1572 of file translator_sc.h.
|
inlinevirtual |
This is put above each page as a link to all members of compounds.
Implements Translator.
Definition at line 188 of file translator_sc.h.
|
inlinevirtual |
This is an introduction to the page with all class members.
Implements Translator.
Definition at line 256 of file translator_sc.h.
|
inlinevirtual |
This is an introduction to the page with all data types (Fortran).
Implements Translator.
Definition at line 1584 of file translator_sc.h.
|
inlinevirtual |
This is put above each page as a link to all members of compounds (Fortran).
Implements Translator.
Definition at line 1576 of file translator_sc.h.
|
inlinevirtual |
used as the title of the HTML page of a class/struct/union
Implements Translator.
Definition at line 585 of file translator_sc.h.
|
inlinevirtual |
used as the title of the HTML page of a module/type (Fortran)
Implements Translator.
Definition at line 1648 of file translator_sc.h.
|
inlinevirtual |
This is used in the documentation of a file/namespace/group before the list of links to documented compounds
Implements Translator.
Definition at line 482 of file translator_sc.h.
|
inlinevirtual |
header that is put before the list of constructor/destructors.
Implements Translator.
Definition at line 839 of file translator_sc.h.
|
inlinevirtual |
This is used in the documentation of a file/namespace/group before the list of links to documented compounds (Fortran)
Implements Translator.
Definition at line 1631 of file translator_sc.h.
|
inlinevirtual |
this text is generated when the \date command is used.
Implements Translator.
Definition at line 524 of file translator_sc.h.
|
inlinevirtual |
Implements Translator.
Definition at line 806 of file translator_sc.h.
|
inlinevirtual |
put after an undocumented member in the list of all members
Implements Translator.
Definition at line 155 of file translator_sc.h.
|
inlinevirtual |
Implements Translator.
Definition at line 810 of file translator_sc.h.
|
inlinevirtual |
This is used in the documentation of a file before the list of documentation blocks for defines
Implements Translator.
Definition at line 452 of file translator_sc.h.
|
inlinevirtual |
This is used in the documentation of a file as a header before the list of defines
Implements Translator.
Definition at line 416 of file translator_sc.h.
|
inlinevirtual |
Text shown before a multi-line define
Implements Translator.
Definition at line 1135 of file translator_sc.h.
|
inlinevirtual |
Implements Translator.
Definition at line 819 of file translator_sc.h.
|
inlinevirtual |
Used as the header of the list of item that have been flagged deprecated
Implements Translator.
Definition at line 1344 of file translator_sc.h.
|
inlinevirtual |
header that is put before the detailed description of files, classes and namespaces.
Implements Translator.
Definition at line 88 of file translator_sc.h.
|
inlinevirtual |
This returns the word directory with or without starting capital (first_capital) and in sigular or plural form (singular).
Implements Translator.
Definition at line 1527 of file translator_sc.h.
|
inlinevirtual |
This returns a sentences that introduces the directory hierarchy. and the fact that it is sorted alphabetically per level
Implements Translator.
Definition at line 1513 of file translator_sc.h.
|
inlinevirtual |
This is used as the name of the chapter containing the documentation of the directories.
Implements Translator.
Definition at line 1501 of file translator_sc.h.
|
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.
Implements Translator.
Definition at line 1507 of file translator_sc.h.
|
inlinevirtual |
This is used as the name of the chapter containing the directory hierarchy.
Implements Translator.
Definition at line 1495 of file translator_sc.h.
|
inlinevirtual |
This returns the title of a directory page. The name of the directory is passed via dirName.
Implements Translator.
Definition at line 1521 of file translator_sc.h.
|
inlinevirtual |
This is used in HTML as the title of index.html.
Implements Translator.
Definition at line 334 of file translator_sc.h.
|
inlinevirtual |
This is used in the documentation of a file as a header before the list of enumerations
Implements Translator.
Definition at line 428 of file translator_sc.h.
|
inlinevirtual |
This is used in the documentation of a file/namespace before the list of documentation blocks for enumeration types
Implements Translator.
Definition at line 464 of file translator_sc.h.
|
inlinevirtual |
This is used in the documentation of a file/namespace before the list of documentation blocks for enumeration values
Implements Translator.
Definition at line 1560 of file translator_sc.h.
|
inlinevirtual |
This is used in the documentation of a file as a header before the list of (global) variables
Implements Translator.
Definition at line 446 of file translator_sc.h.
|
inlinevirtual |
put after an enum name in the list of all members
Implements Translator.
Definition at line 147 of file translator_sc.h.
|
inlinevirtual |
put after an enum value in the list of all members
Implements Translator.
Definition at line 151 of file translator_sc.h.
|
inlinevirtual |
Header used for the documentation section of a class' events.
Implements Translator.
Definition at line 1361 of file translator_sc.h.
|
inlinevirtual |
Used as a header for declaration section of the events found in a C# program
Implements Translator.
Definition at line 1356 of file translator_sc.h.
|
inlinevirtual |
This is used in LaTeX as the title of the chapter containing the documentation of all examples.
Implements Translator.
Definition at line 400 of file translator_sc.h.
|
inlinevirtual |
This is put above each page as a link to all examples.
Implements Translator.
Definition at line 218 of file translator_sc.h.
|
inlinevirtual |
This is an introduction to the page with the list of all examples
Implements Translator.
Definition at line 320 of file translator_sc.h.
|
inlinevirtual |
this text is generated when the \exception command is used.
Implements Translator.
Definition at line 540 of file translator_sc.h.
|
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.
Implements Translator.
Definition at line 1219 of file translator_sc.h.
|
inlinevirtual |
This is used in LaTeX as the title of the chapter containing the documentation of all files.
Implements Translator.
Definition at line 394 of file translator_sc.h.
|
inlinevirtual |
This is used in LaTeX as the title of the chapter with the list of all files.
Implements Translator.
Definition at line 367 of file translator_sc.h.
|
inlinevirtual |
This is put above each page as a link to the list of documented files
Implements Translator.
Definition at line 184 of file translator_sc.h.
This is an introduction to the list with all files.
Implements Translator.
Definition at line 232 of file translator_sc.h.
|
inlinevirtual |
This is put above each page as a link to all members of files.
Implements Translator.
Definition at line 201 of file translator_sc.h.
|
inlinevirtual |
This is an introduction to the page with all file members.
Implements Translator.
Definition at line 298 of file translator_sc.h.
|
inlinevirtual |
used as the title of the HTML page of a file
Implements Translator.
Definition at line 624 of file translator_sc.h.
|
inlinevirtual |
this text is generated when the \internal command is used.
Implements Translator.
Definition at line 512 of file translator_sc.h.
|
inlinevirtual |
used in the class documentation as a header before the list of all friends of a class
Implements Translator.
Definition at line 567 of file translator_sc.h.
|
inlinevirtual |
This is used in the documentation of a file/namespace before the list of documentation blocks for functions
Implements Translator.
Definition at line 470 of file translator_sc.h.
|
inlinevirtual |
This is used in the documentation of a file as a header before the list of (global) functions
Implements Translator.
Definition at line 434 of file translator_sc.h.
|
inlinevirtual |
This is used in the standard footer of each page and indicates when the page was generated
Implements Translator.
Definition at line 497 of file translator_sc.h.
|
inlinevirtual |
this is put at the author sections at the bottom of man pages. parameter s is name of the project name.
Implements Translator.
Definition at line 139 of file translator_sc.h.
|
inlinevirtual |
this text is used in the title page of a LaTeX document.
Implements Translator.
Definition at line 544 of file translator_sc.h.
|
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.
Implements Translator.
Definition at line 762 of file translator_sc.h.
|
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.
Implements Translator.
Definition at line 1716 of file translator_sc.h.
|
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.
Implements Translator.
Definition at line 1274 of file translator_sc.h.
|
inlinevirtual |
Used in the file sources to point to the corresponding documentation.
Implements Translator.
Definition at line 849 of file translator_sc.h.
|
inlinevirtual |
Implements Translator.
Definition at line 882 of file translator_sc.h.
|
inlinevirtual |
Used in the file documentation to point to the corresponding sources.
Implements Translator.
Definition at line 844 of file translator_sc.h.
|
inlinevirtual |
Implements Translator.
Definition at line 886 of file translator_sc.h.
|
inlinevirtual |
Implements Translator.
Definition at line 878 of file translator_sc.h.
|
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.
Implements Translator.
Definition at line 1241 of file translator_sc.h.
|
inlinevirtual |
This is used in LaTeX as the title of the chapter with the class hierarchy.
Implements Translator.
Definition at line 346 of file translator_sc.h.
|
inlinevirtual |
used in member documentation blocks to produce a list of members that are implemented by this one.
Implements Translator.
Definition at line 1312 of file translator_sc.h.
|
inlinevirtual |
used in member documentation blocks to produce a list of all members that implement this abstract member.
Implements Translator.
Definition at line 1320 of file translator_sc.h.
|
inlinevirtual |
Implements Translator.
Definition at line 978 of file translator_sc.h.
|
inlinevirtual |
this text is put before an include dependency graph
Implements Translator.
Definition at line 834 of file translator_sc.h.
|
inlinevirtual |
this is the remainder of the sentence after the class name
Implements Translator.
Definition at line 133 of file translator_sc.h.
|
inlinevirtual |
used in class documentation to produce a list of super classes, if class diagrams are disabled.
Implements Translator.
Definition at line 696 of file translator_sc.h.
|
inlinevirtual |
used in class documentation to produce a list of base classes, if class diagrams are disabled.
Implements Translator.
Definition at line 688 of file translator_sc.h.
|
inlinevirtual |
Text shown before a multi-line variable/enum initialization
Implements Translator.
Definition at line 869 of file translator_sc.h.
|
inlinevirtual |
Text for the \invariant command
Implements Translator.
Definition at line 864 of file translator_sc.h.
|
inlinevirtual |
text for the link to the legend page
Implements Translator.
Definition at line 1063 of file translator_sc.h.
|
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".
Implements Translator.
Definition at line 1000 of file translator_sc.h.
|
inlinevirtual |
title of the graph legend page
Implements Translator.
Definition at line 993 of file translator_sc.h.
|
inlinevirtual |
put in the class documentation
Implements Translator.
Definition at line 121 of file translator_sc.h.
|
inlinevirtual |
This is in the (quick) index as a link to the main page (index.html)
Implements Translator.
Definition at line 793 of file translator_sc.h.
|
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.
Implements Translator.
Definition at line 1263 of file translator_sc.h.
|
inlinevirtual |
header that is put before the list of member attributes.
Implements Translator.
Definition at line 104 of file translator_sc.h.
|
inlinevirtual |
header that is put before the list of enumerations.
Implements Translator.
Definition at line 96 of file translator_sc.h.
|
inlinevirtual |
header that is put before the list of member functions.
Implements Translator.
Definition at line 100 of file translator_sc.h.
|
inlinevirtual |
header that is put before the list of member subprograms (Fortran).
Implements Translator.
Definition at line 1568 of file translator_sc.h.
|
inlinevirtual |
used as the title of the "list of all members" page of a class
Implements Translator.
Definition at line 125 of file translator_sc.h.
|
inlinevirtual |
header that is put before the list of typedefs.
Implements Translator.
Definition at line 92 of file translator_sc.h.
|
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.
Implements Translator.
Definition at line 1707 of file translator_sc.h.
|
inlinevirtual |
This is used in LaTeX as the title of the chapter containing the documentation of all groups.
Implements Translator.
Definition at line 373 of file translator_sc.h.
|
inlinevirtual |
This is used in LaTeX as the title of the chapter with the index of all groups.
Implements Translator.
Definition at line 340 of file translator_sc.h.
|
inlinevirtual |
used as the title of the HTML page of a module (Fortran)
Implements Translator.
Definition at line 1669 of file translator_sc.h.
|
inlinevirtual |
This is put above each page as a link to the list of all groups of compounds or files (see the \group command).
Implements Translator.
Definition at line 163 of file translator_sc.h.
|
inlinevirtual |
This is an introduction to the page with the list of class/file groups
Implements Translator.
Definition at line 328 of file translator_sc.h.
|
inlinevirtual |
This is used in LaTeX as the title of the chapter with the index of all modules (Fortran).
Implements Translator.
Definition at line 1700 of file translator_sc.h.
|
inlinevirtual |
used as the title of page containing all the index of all modules (Fortran).
Implements Translator.
Definition at line 1635 of file translator_sc.h.
|
inlinevirtual |
used as an introduction to the modules list (Fortran)
Implements Translator.
Definition at line 1639 of file translator_sc.h.
|
inlinevirtual |
This is an introduction to the page with all modules members (Fortran)
Implements Translator.
Definition at line 1681 of file translator_sc.h.
|
inlinevirtual |
This is put above each page as a link to all members of modules. (Fortran)
Implements Translator.
Definition at line 1677 of file translator_sc.h.
|
inlinevirtual |
this is the text of a link put after brief descriptions.
Implements Translator.
Definition at line 117 of file translator_sc.h.
|
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.
Implements Translator.
Definition at line 1230 of file translator_sc.h.
|
inlinevirtual |
This is used in LaTeX as the title of the chapter containing the documentation of all namespaces.
Implements Translator.
Definition at line 742 of file translator_sc.h.
|
inlinevirtual |
This is used in LaTeX as the title of the chapter with the index of all namespaces.
Implements Translator.
Definition at line 736 of file translator_sc.h.
|
inlinevirtual |
used as the title of page containing all the index of all namespaces.
Implements Translator.
Definition at line 552 of file translator_sc.h.
|
inlinevirtual |
used as an introduction to the namespace list
Implements Translator.
Definition at line 556 of file translator_sc.h.
|
inlinevirtual |
This is an introduction to the page with all namespace members
Implements Translator.
Definition at line 722 of file translator_sc.h.
|
inlinevirtual |
This is put above each page as a link to all members of namespaces.
Implements Translator.
Definition at line 718 of file translator_sc.h.
|
inlinevirtual |
used as the title of the HTML page of a namespace
Implements Translator.
Definition at line 632 of file translator_sc.h.
|
inlinevirtual |
This is used in the documentation before the list of all namespaces in a file.
Implements Translator.
Definition at line 752 of file translator_sc.h.
|
inlinevirtual |
Implements Translator.
Definition at line 899 of file translator_sc.h.
|
inlinevirtual |
This text is added to the documentation when the \overload command is used for a overloaded function.
Implements Translator.
Definition at line 1541 of file translator_sc.h.
|
inlinevirtual |
Used as the title of a Java package
Implements Translator.
Definition at line 1115 of file translator_sc.h.
|
inlinevirtual |
Used as a heading for a list of Java class variables with package scope.
Implements Translator.
Definition at line 1393 of file translator_sc.h.
|
inlinevirtual |
Title of the package index page
Implements Translator.
Definition at line 1120 of file translator_sc.h.
|
inlinevirtual |
The description of the package index page
Implements Translator.
Definition at line 1125 of file translator_sc.h.
|
inlinevirtual |
Used as a heading for a list of Java class functions with package scope.
Implements Translator.
Definition at line 1379 of file translator_sc.h.
|
inlinevirtual |
The link name in the Quick links header for each page
Implements Translator.
Definition at line 1130 of file translator_sc.h.
|
inlinevirtual |
Used as a heading for a list of Java class types with package scope.
Implements Translator.
Definition at line 1372 of file translator_sc.h.
|
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.
Implements Translator.
Definition at line 1252 of file translator_sc.h.
|
inlinevirtual |
This is used in references to page that are put in the LaTeX documentation. It should be an abbreviation of the word page.
Implements Translator.
Definition at line 799 of file translator_sc.h.
|
inlinevirtual |
This is used in LaTeX as the title of the chapter containing the documentation of all related pages.
Implements Translator.
Definition at line 406 of file translator_sc.h.
|
inlinevirtual |
Implements Translator.
Definition at line 890 of file translator_sc.h.
|
inlinevirtual |
this text is generated when the \param command is used.
Implements Translator.
Definition at line 536 of file translator_sc.h.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Implements Translator.
Definition at line 938 of file translator_sc.h.
|
inlinevirtual |
Implements Translator.
Definition at line 653 of file translator_sc.h.
|
inlinevirtual |
Implements Translator.
Definition at line 655 of file translator_sc.h.
|
inlinevirtual |
Implements Translator.
Definition at line 934 of file translator_sc.h.
|
inlinevirtual |
Used as a section header for IDL properties
Implements Translator.
Definition at line 1088 of file translator_sc.h.
|
inlinevirtual |
Used as a section header for IDL property documentation
Implements Translator.
Definition at line 1093 of file translator_sc.h.
|
inlinevirtual |
Implements Translator.
Definition at line 926 of file translator_sc.h.
|
inlinevirtual |
Implements Translator.
Definition at line 647 of file translator_sc.h.
|
inlinevirtual |
Implements Translator.
Definition at line 649 of file translator_sc.h.
|
inlinevirtual |
Implements Translator.
Definition at line 922 of file translator_sc.h.
|
inlinevirtual |
|
inlinevirtual |
Implements Translator.
Definition at line 639 of file translator_sc.h.
|
inlinevirtual |
Implements Translator.
Definition at line 641 of file translator_sc.h.
|
inlinevirtual |
Implements Translator.
Definition at line 903 of file translator_sc.h.
|
inlinevirtual |
Implements Translator.
Definition at line 966 of file translator_sc.h.
|
inlinevirtual |
This is used in LaTeX as the title of the document
Implements Translator.
Definition at line 410 of file translator_sc.h.
|
inlinevirtual |
This text is put before the list of members referenced by a member
Implements Translator.
Definition at line 1300 of file translator_sc.h.
|
inlinevirtual |
used in member documentation blocks to produce a list of members that are hidden by this one.
Implements Translator.
Definition at line 704 of file translator_sc.h.
|
inlinevirtual |
used in member documentation blocks to produce a list of all member that overwrite the implementation of this member.
Implements Translator.
Definition at line 712 of file translator_sc.h.
|
inlinevirtual |
used in the class documentation as a header before the list of all related classes
Implements Translator.
Definition at line 577 of file translator_sc.h.
|
inlinevirtual |
used in the compound documentation before a list of related functions.
Implements Translator.
Definition at line 80 of file translator_sc.h.
|
inlinevirtual |
This is put above each page as a link to all related pages.
Implements Translator.
Definition at line 214 of file translator_sc.h.
|
inlinevirtual |
This is an introduction to the page with the list of related pages
Implements Translator.
Definition at line 324 of file translator_sc.h.
|
inlinevirtual |
subscript for the related functions.
Implements Translator.
Definition at line 84 of file translator_sc.h.
|
inlinevirtual |
Implements Translator.
Definition at line 970 of file translator_sc.h.
|
inlinevirtual |
this text is generated when the \return command is used.
Implements Translator.
Definition at line 528 of file translator_sc.h.
|
inlinevirtual |
This is used as the heading text for the retval command.
Implements Translator.
Definition at line 788 of file translator_sc.h.
|
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
Implements Translator.
Definition at line 1184 of file translator_sc.h.
|
inlinevirtual |
Used as ansicpg for RTF fcharset
Implements Translator.
Definition at line 1193 of file translator_sc.h.
|
inlinevirtual |
Used as header RTF general index
Implements Translator.
Definition at line 1199 of file translator_sc.h.
|
inlinevirtual |
used in RTF documentation as a heading for the Table of Contents.
Implements Translator.
Definition at line 1332 of file translator_sc.h.
|
inlinevirtual |
This is put above each page as a link to the search engine.
Implements Translator.
Definition at line 222 of file translator_sc.h.
|
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.
Implements Translator.
Definition at line 1472 of file translator_sc.h.
|
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.
Implements Translator.
Definition at line 1441 of file translator_sc.h.
|
inlinevirtual |
This string is used as the title for the page listing the search results.
Implements Translator.
Definition at line 1429 of file translator_sc.h.
|
inlinevirtual |
this text is generated when the \sa command is used.
Implements Translator.
Definition at line 532 of file translator_sc.h.
|
inlinevirtual |
|
inlinevirtual |
This is used in HTML as the title of page with source code for file filename
Implements Translator.
Definition at line 1483 of file translator_sc.h.
|
inlinevirtual |
Used as a heading for a list of static Java class variables with package scope.
Implements Translator.
Definition at line 1400 of file translator_sc.h.
|
inlinevirtual |
Used as a heading for a list of static Java class functions with package scope.
Implements Translator.
Definition at line 1386 of file translator_sc.h.
|
inlinevirtual |
Implements Translator.
Definition at line 942 of file translator_sc.h.
|
inlinevirtual |
Implements Translator.
Definition at line 657 of file translator_sc.h.
|
inlinevirtual |
Implements Translator.
Definition at line 930 of file translator_sc.h.
|
inlinevirtual |
Implements Translator.
Definition at line 651 of file translator_sc.h.
|
inlinevirtual |
Implements Translator.
Definition at line 918 of file translator_sc.h.
|
inlinevirtual |
Implements Translator.
Definition at line 645 of file translator_sc.h.
|
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.
Implements Translator.
Definition at line 1750 of file translator_sc.h.
|
inlinevirtual |
This is used in the documentation of a file/namespace before the list of documentation blocks for subprograms (Fortran)
Implements Translator.
Definition at line 1625 of file translator_sc.h.
|
inlinevirtual |
This is used in the documentation of a file as a header before the list of (global) subprograms (Fortran).
Implements Translator.
Definition at line 1619 of file translator_sc.h.
|
inlinevirtual |
Used as a marker that is put before a test item
Implements Translator.
Definition at line 1073 of file translator_sc.h.
|
inlinevirtual |
Used as the header of the test list
Implements Translator.
Definition at line 1078 of file translator_sc.h.
|
inlinevirtual |
this is the first part of a sentence that is followed by a class name
Implements Translator.
Definition at line 129 of file translator_sc.h.
|
inlinevirtual |
Used as a marker that is put before a \todo item
Implements Translator.
Definition at line 952 of file translator_sc.h.
|
inlinevirtual |
Used as the header of the todo list
Implements Translator.
Definition at line 957 of file translator_sc.h.
|
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.
Implements Translator.
Definition at line 1740 of file translator_sc.h.
|
inlinevirtual |
|
inlinevirtual |
This is used in the documentation of a file/namespace before the list of documentation blocks for typedefs
Implements Translator.
Definition at line 458 of file translator_sc.h.
|
inlinevirtual |
This is used in the documentation of a file as a header before the list of typedefs
Implements Translator.
Definition at line 422 of file translator_sc.h.
|
inlinevirtual |
This is used in LaTeX as the title of the chapter containing the documentation of all data types (Fortran).
Implements Translator.
Definition at line 1613 of file translator_sc.h.
|
inlinevirtual |
This is used in the documentation of a file/namespace before the list of documentation blocks for variables
Implements Translator.
Definition at line 476 of file translator_sc.h.
|
inlinevirtual |
This is used in the documentation of a file as a header before the list of (global) variables
Implements Translator.
Definition at line 440 of file translator_sc.h.
|
inlinevirtual |
this text is generated when the \version command is used.
Implements Translator.
Definition at line 520 of file translator_sc.h.
|
inlinevirtual |
this text is generated when the \warning command is used.
Implements Translator.
Definition at line 516 of file translator_sc.h.
|
inlinevirtual |
this function is used to produce a comma-separated list of items. use generateMarker(i) to indicate where item i should be put.
Implements Translator.
Definition at line 663 of file translator_sc.h.