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 71 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 74 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 74 of file qm.cpp.

Member Function Documentation

◆ comment() [1/2]

const QByteArray & ByteTranslatorMessage::comment ( ) const
inline

Definition at line 86 of file qm.cpp.

◆ comment() [2/2]

const QByteArray & ByteTranslatorMessage::comment ( ) const
inline

Definition at line 86 of file qm.cpp.

◆ context() [1/2]

const QByteArray & ByteTranslatorMessage::context ( ) const
inline

Definition at line 84 of file qm.cpp.

Referenced by testing.tools.safetynet_job.JobRun::_BuildRunMetadata(), testing.tools.safetynet_job.JobRun::_IncrementalRun(), testing.tools.safetynet_job.JobRun::_WriteCheckpoint(), testing.tools.safetynet_job.JobRun::_WriteRawJson(), and testing.tools.safetynet_job.JobRun::Run().

+ Here is the caller graph for this function:

◆ context() [2/2]

const QByteArray & ByteTranslatorMessage::context ( ) const
inline

Definition at line 84 of file qm.cpp.

Referenced by testing.tools.safetynet_job.JobRun::_BuildRunMetadata(), testing.tools.safetynet_job.JobRun::_IncrementalRun(), testing.tools.safetynet_job.JobRun::_WriteCheckpoint(), testing.tools.safetynet_job.JobRun::_WriteRawJson(), and testing.tools.safetynet_job.JobRun::Run().

+ Here is the caller graph for this function:

◆ operator<() [1/2]

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

Definition at line 99 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 85 of file qm.cpp.

◆ sourceText() [2/2]

const QByteArray & ByteTranslatorMessage::sourceText ( ) const
inline

Definition at line 85 of file qm.cpp.

◆ translations() [1/2]

const QStringList & ByteTranslatorMessage::translations ( ) const
inline

Definition at line 87 of file qm.cpp.

◆ translations() [2/2]

const QStringList & ByteTranslatorMessage::translations ( ) const
inline

Definition at line 87 of file qm.cpp.


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