#include <string>
#include <deque>
#include <vector>
#include <jni.h>
#include "common/ug_config.h"
Go to the source code of this file.
◆ COLOR_END
#define COLOR_END "</font>" |
◆ EMPHASIZE_BEGIN
#define EMPHASIZE_BEGIN "\"<tt><b>" |
◆ EMPHASIZE_END
#define EMPHASIZE_END "</tt></b>\"" |
◆ GREEN_BEGIN
#define GREEN_BEGIN "<font color=\"green\">" |
◆ RED_BEGIN
#define RED_BEGIN "<font color=\"red\">" |
◆ VRL_CRITICAL_ERROR
#define VRL_CRITICAL_ERROR |
Value: ">> this is a critical error in UG-VRL bindings!" \
" Please write a bug report to " \
EMPHASIZE_BEGIN \
"Michael Hoffer <michael.hoffer@gcsc.uni-frankfurt.de>" \
EMPHASIZE_END \
".\n"
◆ YELLOW_BEGIN
#define YELLOW_BEGIN "<font color=\"yellow\">" |