dqt ~master (2021-12-05T11:53:08Z)
Dub
Repo
QT_TR_FUNCTIONS
qt
core
objectdefs
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
version(!QT_NO_TRANSLATION)
extern (
C
++)
enum
QT_TR_FUNCTIONS
=
q{
pragma
(
inline
,
true
)
static
imported
!
"qt.core.string"
.
QString
tr
(
const
(
char
)*
s
,
const
(
char
)*
c
=
null
,
int
n
= -
1
) {
return
staticMetaObject.tr
(
s
,
c
,
n
); }
/+ QT_DEPRECATED +/
pragma
(
inline
,
true
)
static
imported
!
"qt.core.string"
.
QString
trUtf8
(
const
(
char
)*
s
,
const
(
char
)*
c
=
null
,
int
n
= -
1
) {
return
staticMetaObject.tr
(
s
,
c
,
n
); }
}
;
Meta
Source
See Source File
qt
core
objectdefs
classes
QArgument
QReturnArgument
enums
NotIsConstructor
Value
functions
qFlagLocation
manifest constants
QT_TR_FUNCTIONS
Q_GADGET
Q_OBJECT
Q_OBJECT_D
Q_SIGNAL_IMPL_D
static functions
test
structs
CPPMemberFunctionPointer
QGenericArgument
QGenericReturnArgument
QMetaObject
templates
MetaObjectImpl
memberFunctionExternDeclaration