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
TranslatorMessage::Reference Class Reference

#include <translatormessage.h>

Collaboration diagram for TranslatorMessage::Reference:

Public Member Functions

 Reference (const QString &n, int l, int start, int end)
bool operator== (const Reference &other) const
QString fileName () const
int lineNumber () const
int startOffset () const
int endOffset () const

Detailed Description

Definition at line 21 of file translatormessage.h.

Constructor & Destructor Documentation

◆ Reference()

TranslatorMessage::Reference::Reference ( const QString & n,
int l,
int start,
int end )
inline

Definition at line 28 of file translatormessage.h.

References Reference().

Referenced by Reference().

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

Member Function Documentation

◆ endOffset()

int TranslatorMessage::Reference::endOffset ( ) const
inline

Definition at line 37 of file translatormessage.h.

Referenced by TranslatorMessage::addReference(), and TranslatorMessage::setReferences().

Here is the caller graph for this function:

◆ fileName()

QString TranslatorMessage::Reference::fileName ( ) const
inline

Definition at line 34 of file translatormessage.h.

◆ lineNumber()

int TranslatorMessage::Reference::lineNumber ( ) const
inline

Definition at line 35 of file translatormessage.h.

Referenced by TranslatorMessage::addReference(), and TranslatorMessage::setReferences().

Here is the caller graph for this function:

◆ operator==()

bool TranslatorMessage::Reference::operator== ( const Reference & other) const
inline

Definition at line 31 of file translatormessage.h.

◆ startOffset()

int TranslatorMessage::Reference::startOffset ( ) const
inline

Definition at line 36 of file translatormessage.h.

Referenced by TranslatorMessage::addReference(), and TranslatorMessage::setReferences().

Here is the caller graph for this function:

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