#include <stdint.h>
#include <string>
#include <boost/signals2/last_value.hpp>
#include <boost/signals2/signal.hpp>
Go to the source code of this file.
|
| std::string | _ (const char *psz) |
| | Translation function: Call Translate signal on UI interface, which returns a boost::optional result. More...
|
| |
◆ ChangeType
General change type (added, updated, removed).
| Enumerator |
|---|
| CT_NEW | |
| CT_UPDATED | |
| CT_DELETED | |
Definition at line 21 of file guiinterface.h.
◆ _()
| std::string _ |
( |
const char * |
psz | ) |
|
|
inline |
Translation function: Call Translate signal on UI interface, which returns a boost::optional result.
If no translation slot is registered, nothing is returned, and simply return the input.
Definition at line 119 of file guiinterface.h.
◆ uiInterface