summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/qtjava/QXmlLocator.cpp
blob: 89d6691f021a49f63c89480bf9cfdde5e285ed6b (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/QXmlLocator.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;
}