summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/qtjava/QXmlLocator.cpp
blob: e569776cd87446eea7105111803c92b027422b40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
//Auto-generated by kalyptus. DO NOT EDIT.
#include <tqxml.h>

#include <qtjava/QtSupport.h>
#include <qtjava/TQXmlLocator.h>

JNIEXPORT jint JNICALL
Java_org_kde_qt_QXmlLocator_columnNumber(JNIEnv* env, jobject obj)
{
	jint xret = (jint) ((TTQXmlLocator*) QtSupport::getQt(env, obj))->columnNumber();
	return xret;
}

JNIEXPORT jint JNICALL
Java_org_kde_qt_QXmlLocator_lineNumber(JNIEnv* env, jobject obj)
{
	jint xret = (jint) ((TTQXmlLocator*) QtSupport::getQt(env, obj))->lineNumber();
	return xret;
}