Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qttranslation.h File Reference

(947fd416e4ee50295ecdd8a20ca63460ecf0b1f1)

#include <QtCore/qtconfigmacros.h>
#include <QtCore/qtcoreexports.h>
Include dependency graph for qttranslation.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define QT_TR_NOOP(x)
#define QT_TR_NOOP_UTF8(x)
#define QT_TRANSLATE_NOOP(scope, x)
#define QT_TRANSLATE_NOOP_UTF8(scope, x)
#define QT_TRANSLATE_NOOP3(scope, x, comment)
#define QT_TRANSLATE_NOOP3_UTF8(scope, x, comment)
#define QT_TR_N_NOOP(x)
#define QT_TRANSLATE_N_NOOP(scope, x)
#define QT_TRANSLATE_N_NOOP3(scope, x, comment)
#define QT_TRID_NOOP(id)
#define QT_TRID_N_NOOP(id)

Functions

Q_CORE_EXPORT QString qtTrId (const char *id, int n=-1)
Q_CORE_EXPORT QString qTrId (const char *id, int n=-1)

Macro Definition Documentation

◆ QT_TR_N_NOOP

#define QT_TR_N_NOOP ( x)
Value:
GLint GLint GLint GLint GLint x

Definition at line 28 of file qttranslation.h.

◆ QT_TR_NOOP

#define QT_TR_NOOP ( x)
Value:

Definition at line 19 of file qttranslation.h.

◆ QT_TR_NOOP_UTF8

#define QT_TR_NOOP_UTF8 ( x)
Value:

Definition at line 20 of file qttranslation.h.

◆ QT_TRANSLATE_N_NOOP

#define QT_TRANSLATE_N_NOOP ( scope,
x )
Value:

Definition at line 29 of file qttranslation.h.

◆ QT_TRANSLATE_N_NOOP3

#define QT_TRANSLATE_N_NOOP3 ( scope,
x,
comment )
Value:
static QRegularExpression * comment
Definition tokenizer.cpp:90

Definition at line 30 of file qttranslation.h.

◆ QT_TRANSLATE_NOOP

#define QT_TRANSLATE_NOOP ( scope,
x )
Value:

Definition at line 21 of file qttranslation.h.

◆ QT_TRANSLATE_NOOP3

#define QT_TRANSLATE_NOOP3 ( scope,
x,
comment )
Value:

Definition at line 23 of file qttranslation.h.

◆ QT_TRANSLATE_NOOP3_UTF8

#define QT_TRANSLATE_NOOP3_UTF8 ( scope,
x,
comment )
Value:

Definition at line 24 of file qttranslation.h.

◆ QT_TRANSLATE_NOOP_UTF8

#define QT_TRANSLATE_NOOP_UTF8 ( scope,
x )
Value:

Definition at line 22 of file qttranslation.h.

◆ QT_TRID_N_NOOP

#define QT_TRID_N_NOOP ( id)
Value:
id

Definition at line 38 of file qttranslation.h.

◆ QT_TRID_NOOP

#define QT_TRID_NOOP ( id)
Value:
id

Definition at line 37 of file qttranslation.h.

Function Documentation

◆ qTrId()

Q_CORE_EXPORT QString qTrId ( const char * id,
int n = -1 )

Definition at line 2347 of file qcoreapplication.cpp.

◆ qtTrId()

Q_CORE_EXPORT QString qtTrId ( const char * id,
int n = -1 )

Definition at line 2342 of file qcoreapplication.cpp.