Authors: Bob Jamison
Copyright (C) 2007-2008 Bob Jamison
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Definition in file javabind-private.h.
#include <jni.h>
#include "javabind.h"
Go to the source code of this file.
Namespaces | |
namespace | Inkscape |
namespace | Inkscape::Bind |
Classes | |
class | Inkscape::Bind::JavaBinderyImpl |
Functions | |
void | Inkscape::Bind::err (const char *fmt,...) |
jdouble | Inkscape::Bind::getDouble (JNIEnv *env, jobject obj, const char *name) |
String | Inkscape::Bind::getExceptionString (JNIEnv *env) |
jfloat | Inkscape::Bind::getFloat (JNIEnv *env, jobject obj, const char *name) |
jint | Inkscape::Bind::getInt (JNIEnv *env, jobject obj, const char *name) |
jlong | Inkscape::Bind::getLong (JNIEnv *env, jobject obj, const char *name) |
String | Inkscape::Bind::getString (JNIEnv *env, jobject obj, const char *name) |
void | Inkscape::Bind::msg (const char *fmt,...) |
String | Inkscape::Bind::normalizePath (const String &str) |
void | Inkscape::Bind::setDouble (JNIEnv *env, jobject obj, const char *name, jdouble val) |
void | Inkscape::Bind::setFloat (JNIEnv *env, jobject obj, const char *name, jfloat val) |
void | Inkscape::Bind::setInt (JNIEnv *env, jobject obj, const char *name, jint val) |
void | Inkscape::Bind::setLong (JNIEnv *env, jobject obj, const char *name, jlong val) |
void | Inkscape::Bind::setString (JNIEnv *env, jobject obj, const char *name, const String &val) |