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
ByteTranslatorMessage Class Reference
Collaboration diagram for ByteTranslatorMessage:

Public Member Functions

 ByteTranslatorMessage (const QByteArray &context, const QByteArray &sourceText, const QByteArray &comment, const QStringList &translations)
const QByteArraycontext () const
const QByteArraysourceText () const
const QByteArraycomment () const
const QStringListtranslations () const
bool operator< (const ByteTranslatorMessage &m) const
 ByteTranslatorMessage (const QByteArray &context, const QByteArray &sourceText, const QByteArray &comment, const QStringList &translations)
const QByteArraycontext () const
const QByteArraysourceText () const
const QByteArraycomment () const
const QStringListtranslations () const
bool operator< (const ByteTranslatorMessage &m) const

Detailed Description

Definition at line 73 of file qm.cpp.

Constructor & Destructor Documentation

◆ ByteTranslatorMessage() [1/2]

ByteTranslatorMessage::ByteTranslatorMessage ( const QByteArray & context,
const QByteArray & sourceText,
const QByteArray & comment,
const QStringList & translations )
inline

Definition at line 76 of file qm.cpp.

References ByteTranslatorMessage().

Referenced by ByteTranslatorMessage().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ByteTranslatorMessage() [2/2]

ByteTranslatorMessage::ByteTranslatorMessage ( const QByteArray & context,
const QByteArray & sourceText,
const QByteArray & comment,
const QStringList & translations )
inline

Definition at line 76 of file qm.cpp.

Member Function Documentation

◆ comment() [1/2]

const QByteArray & ByteTranslatorMessage::comment ( ) const
inline

Definition at line 88 of file qm.cpp.

◆ comment() [2/2]

const QByteArray & ByteTranslatorMessage::comment ( ) const
inline

Definition at line 88 of file qm.cpp.

◆ context() [1/2]

const QByteArray & ByteTranslatorMessage::context ( ) const
inline

Definition at line 86 of file qm.cpp.

◆ context() [2/2]

const QByteArray & ByteTranslatorMessage::context ( ) const
inline

Definition at line 86 of file qm.cpp.

◆ operator<() [1/2]

bool ByteTranslatorMessage::operator< ( const ByteTranslatorMessage & m) const

Definition at line 101 of file qm.cpp.

◆ operator<() [2/2]

bool ByteTranslatorMessage::operator< ( const ByteTranslatorMessage & m) const

◆ sourceText() [1/2]

const QByteArray & ByteTranslatorMessage::sourceText ( ) const
inline

Definition at line 87 of file qm.cpp.

◆ sourceText() [2/2]

const QByteArray & ByteTranslatorMessage::sourceText ( ) const
inline

Definition at line 87 of file qm.cpp.

◆ translations() [1/2]

const QStringList & ByteTranslatorMessage::translations ( ) const
inline

Definition at line 89 of file qm.cpp.

◆ translations() [2/2]

const QStringList & ByteTranslatorMessage::translations ( ) const
inline

Definition at line 89 of file qm.cpp.


The documentation for this class was generated from the following file: