Defines

i18n.h File Reference

Go to the source code of this file.

Defines

#define  NTR(s)   s
  NTR(s)
#define  NTRQ(s)   QString(s)
  NTRQ(s)

Define Documentation

#define NTR (   s )    s

NTR(s)

This macro is a marker. It serve to mark a string that SHOULD NOT be translated because it is used internally, (ie. hardcoded value, path, etc.) and never shown on-screen.

Examples:
CurveBrush/CurveDisplayer.cpp, PLYImport/Importer.cpp, PtexExtractor/PtexPaintExporter.cpp, PtexImporter/PtexImporter.cpp, and PtexImporter/PtexImporter.h.

Definition at line 24 of file i18n.h.

#define NTRQ (   s )    QString(s)

NTRQ(s)

This macro is a marker. It serve to mark a string that SHOULD NOT be translated because it is used internally, (ie. hardcoded value, path, etc.) and never shown on-screen.

Examples:
FileEventHandler/FileEventHandler.cpp, MeshDisplace/displacer.cpp, PLYImport/Importer.cpp, PtexExtractor/PtexUtilizer.cpp, and Turntable/Turntable.cpp.

Definition at line 33 of file i18n.h.