Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Types | |
enum | { Contexts = 0x2f , Hashes = 0x42 , Messages = 0x69 , NumerusRules = 0x88 , Dependencies = 0x96 , Language = 0xa7 } |
enum | { Contexts = 0x2f , Hashes = 0x42 , Messages = 0x69 , NumerusRules = 0x88 , Dependencies = 0x96 , Language = 0xa7 } |
Public Types inherited from QObjectPrivate | |
typedef void(*) | StaticMetaCallFunction(QObject *, QMetaObject::Call, int, void **) |
using | ConnectionDataPointer = QExplicitlySharedDataPointer<ConnectionData> |
Additional Inherited Members | |
Static Public Member Functions inherited from QObjectPrivate | |
static bool | removeConnection (Connection *c) |
static QObjectPrivate * | get (QObject *o) |
static const QObjectPrivate * | get (const QObject *o) |
template<typename Func1 , typename Func2 > | |
static QMetaObject::Connection | connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot, Qt::ConnectionType type=Qt::AutoConnection) |
template<typename Func1 , typename Func2 > | |
static bool | disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot) |
static QMetaObject::Connection | connectImpl (const QObject *sender, int signal_index, const QObject *receiver, void **slot, QtPrivate::QSlotObjectBase *slotObj, int type, const int *types, const QMetaObject *senderMetaObject) |
static QMetaObject::Connection | connect (const QObject *sender, int signal_index, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type) |
static QMetaObject::Connection | connect (const QObject *sender, int signal_index, const QObject *receiver, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type) |
static bool | disconnect (const QObject *sender, int signal_index, void **slot) |
static bool | disconnect (const QObject *sender, int signal_index, const QObject *receiver, void **slot) |
Definition at line 255 of file qtranslator.cpp.
anonymous enum |
Enumerator | |
---|---|
Contexts | |
Hashes | |
Messages | |
NumerusRules | |
Dependencies | |
Language |
Definition at line 259 of file qtranslator.cpp.
anonymous enum |
Enumerator | |
---|---|
Contexts | |
Hashes | |
Messages | |
NumerusRules | |
Dependencies | |
Language |
Definition at line 259 of file qtranslator.cpp.
|
inline |
Definition at line 261 of file qtranslator.cpp.
References QTranslatorPrivate(), contextLength, messageLength, numerusRulesLength, offsetLength, and unmapPointer.
Referenced by QTranslatorPrivate().
|
inline |
Definition at line 261 of file qtranslator.cpp.
void QTranslatorPrivate::clear | ( | ) |
Definition at line 1033 of file qtranslator.cpp.
References contextLength, messageLength, numerusRulesLength, offsetLength, and unmapPointer.
void QTranslatorPrivate::clear | ( | ) |
Definition at line 495 of file qtranslator.cpp.
References do_load(), MagicLength, and unmapPointer.
Referenced by do_load().
Definition at line 783 of file qtranslator.cpp.
References contextLength, MagicLength, messageLength, numerusRulesLength, and offsetLength.
QString QTranslatorPrivate::do_translate | ( | const char * | context, |
const char * | sourceText, | ||
const char * | comment, | ||
int | n ) const |
Definition at line 926 of file qtranslator.cpp.
References contextLength, elfHash(), and offsetLength.
QString QTranslatorPrivate::do_translate | ( | const char * | context, |
const char * | sourceText, | ||
const char * | comment, | ||
int | n ) const |
const uchar * QTranslatorPrivate::contextArray |
Definition at line 285 of file qtranslator.cpp.
uint QTranslatorPrivate::contextLength |
Definition at line 289 of file qtranslator.cpp.
Referenced by QTranslatorPrivate(), clear(), do_load(), and do_translate().
QString QTranslatorPrivate::filePath |
Definition at line 293 of file qtranslator.cpp.
QString QTranslatorPrivate::language |
Definition at line 292 of file qtranslator.cpp.
const uchar * QTranslatorPrivate::messageArray |
Definition at line 283 of file qtranslator.cpp.
uint QTranslatorPrivate::messageLength |
Definition at line 287 of file qtranslator.cpp.
Referenced by QTranslatorPrivate(), clear(), and do_load().
const uchar * QTranslatorPrivate::numerusRulesArray |
Definition at line 286 of file qtranslator.cpp.
uint QTranslatorPrivate::numerusRulesLength |
Definition at line 290 of file qtranslator.cpp.
Referenced by QTranslatorPrivate(), clear(), and do_load().
const uchar * QTranslatorPrivate::offsetArray |
Definition at line 284 of file qtranslator.cpp.
uint QTranslatorPrivate::offsetLength |
Definition at line 288 of file qtranslator.cpp.
Referenced by QTranslatorPrivate(), clear(), do_load(), and do_translate().
std::unique_ptr< QResource > QTranslatorPrivate::resource |
Definition at line 276 of file qtranslator.cpp.
std::vector< std::unique_ptr< QTranslator > > QTranslatorPrivate::subTranslators |
Definition at line 279 of file qtranslator.cpp.
qsizetype QTranslatorPrivate::unmapLength |
Definition at line 273 of file qtranslator.cpp.
char * QTranslatorPrivate::unmapPointer |
Definition at line 272 of file qtranslator.cpp.
Referenced by QTranslatorPrivate(), clear(), and do_load().