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)
bool operator== (const Reference &other) const
QString fileName () const
int lineNumber () const

Detailed Description

Definition at line 21 of file translatormessage.h.

Constructor & Destructor Documentation

◆ Reference()

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

Definition at line 26 of file translatormessage.h.

Member Function Documentation

◆ fileName()

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

Definition at line 29 of file translatormessage.h.

◆ lineNumber()

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

Definition at line 30 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 27 of file translatormessage.h.


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