Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

CTranslationInterface Class Reference

Signals for translation. More...

#include <util.h>

Public Attributes

boost::signals2::signal< std::string(const char *psz)> Translate
 Translate a message to the native language of the user. More...
 

Detailed Description

Signals for translation.

Definition at line 66 of file util.h.

Member Data Documentation

◆ Translate

boost::signals2::signal<std::string (const char* psz)> CTranslationInterface::Translate

Translate a message to the native language of the user.

Definition at line 70 of file util.h.

Referenced by _(), and main().


The documentation for this class was generated from the following file:
Released under the MIT license