Choreonoid  1.5
Namespaces | Macros | Functions
PoseSeqPlugin/gettext.h File Reference
#include <boost/format.hpp>
#include <libintl.h>

Go to the source code of this file.

Namespaces

 cnoid
 Defines the minimum processing for performing pasing file for STL.
 

Macros

#define CNOID_GETTEXT_DOMAIN_NAME   "CnoidPoseSeqPlugin-1.5"
 
#define CNOID_ENABLE_GETTEXT   1
 
#define _(text)   dgettext(CNOID_GETTEXT_DOMAIN_NAME, text)
 
#define N_(string)   string
 

Functions

boost::format cnoid::fmt (const char *f_string)
 
boost::format cnoid::fmt (const std::string &f_string)
 
const char * cnoid::getText (const char *domainname, const char *msgid)
 

Macro Definition Documentation

#define _ (   text)    dgettext(CNOID_GETTEXT_DOMAIN_NAME, text)
#define CNOID_ENABLE_GETTEXT   1
#define CNOID_GETTEXT_DOMAIN_NAME   "CnoidPoseSeqPlugin-1.5"
#define N_ (   string)    string