summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/qtjava/QXmlLocator.cpp
blob: 32b843342879e0869e839f4b19eb68a313c2b82b (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) ((TQXmlLocator*) QtSupport::getQt(env, obj))->columnNumber();
	return xret;
}

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