Multi diag tools
Public Member Functions | Static Public Member Functions | Friends | List of all members
Mdt::Translation::TranslationInfo Class Reference

Value class that stores informations about a translation. More...

#include <TranslationInfo.h>

Public Member Functions

QString absoluteFilePath () const
 Get absolute file path.
 
QString fullFileName () const
 Get complete file name, without its path.
 
LanguageCode languageCode () const
 Get language code. More...
 
QString fileSuffix () const
 Get file suffix. More...
 

Static Public Member Functions

static TranslationInfo fromQmFilePath (const QString &qmFilePath)
 Create a translation info from a QM file path. More...
 

Friends

bool operator== (const TranslationInfo &a, const TranslationInfo &b)
 Check if translation plugin info a and b are equal.
 

Detailed Description

Value class that stores informations about a translation.

Definition at line 32 of file TranslationInfo.h.

Member Function Documentation

QString Mdt::Translation::TranslationInfo::fileSuffix ( ) const
inline

Get file suffix.

See also
QmFileName::suffix()

Definition at line 63 of file TranslationInfo.h.

TranslationInfo Mdt::Translation::TranslationInfo::fromQmFilePath ( const QString &  qmFilePath)
static

Create a translation info from a QM file path.

Precondition
File designed by qmFilePath must have .qm extension. (it is not checked if the file exists).

Definition at line 27 of file TranslationInfo.cpp.

LanguageCode Mdt::Translation::TranslationInfo::languageCode ( ) const
inline

Get language code.

See also
QmFileName::languageCode()

Definition at line 54 of file TranslationInfo.h.


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