You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebindings/kdejava/koala/kdejava/KServiceTypeProfile.cpp

146 lines
5.5 KiB

//Auto-generated by kalyptus. DO NOT EDIT.
#include <kservice.h>
#include <kuserprofile.h>
#include <tqstring.h>
#include <qtjava/QtSupport.h>
#include <kdejava/KDESupport.h>
#include <kdejava/KServiceTypeProfile.h>
class KServiceTypeProfileJBridge : public KServiceTypeProfile
{
public:
KServiceTypeProfileJBridge(const TQString& arg1,const TQString& arg2) : KServiceTypeProfile(arg1,arg2) {};
KServiceTypeProfileJBridge(const TQString& arg1) : KServiceTypeProfile(arg1) {};
void protected_addService(const TQString& arg1,int arg2,bool arg3) {
KServiceTypeProfile::addService(arg1,arg2,arg3);
return;
}
void protected_addService(const TQString& arg1,int arg2) {
KServiceTypeProfile::addService(arg1,arg2);
return;
}
void protected_addService(const TQString& arg1) {
KServiceTypeProfile::addService(arg1);
return;
}
~KServiceTypeProfileJBridge() {QtSupport::qtKeyDeleted(this);}
};
JNIEXPORT void JNICALL
Java_org_kde_koala_KServiceTypeProfile_addService__Ljava_lang_String_2(JNIEnv* env, jobject obj, jstring _service)
{
static TQString* _qstring__service = 0;
((KServiceTypeProfileJBridge*) QtSupport::getQt(env, obj))->protected_addService((const TQString&)*(TQString*) QtSupport::toTQString(env, _service, &_qstring__service));
return;
}
JNIEXPORT void JNICALL
Java_org_kde_koala_KServiceTypeProfile_addService__Ljava_lang_String_2I(JNIEnv* env, jobject obj, jstring _service, jint _preference)
{
static TQString* _qstring__service = 0;
((KServiceTypeProfileJBridge*) QtSupport::getQt(env, obj))->protected_addService((const TQString&)*(TQString*) QtSupport::toTQString(env, _service, &_qstring__service), (int) _preference);
return;
}
JNIEXPORT void JNICALL
Java_org_kde_koala_KServiceTypeProfile_addService__Ljava_lang_String_2IZ(JNIEnv* env, jobject obj, jstring _service, jint _preference, jboolean _allow_as_default)
{
static TQString* _qstring__service = 0;
((KServiceTypeProfileJBridge*) QtSupport::getQt(env, obj))->protected_addService((const TQString&)*(TQString*) QtSupport::toTQString(env, _service, &_qstring__service), (int) _preference, (bool) _allow_as_default);
return;
}
JNIEXPORT void JNICALL
Java_org_kde_koala_KServiceTypeProfile_clear(JNIEnv* env, jclass cls)
{
(void) cls;
(void) env;
KServiceTypeProfileJBridge::clear();
return;
}
JNIEXPORT jboolean JNICALL
Java_org_kde_koala_KServiceTypeProfile_configurationMode(JNIEnv* env, jclass cls)
{
(void) cls;
(void) env;
jboolean xret = (jboolean) KServiceTypeProfileJBridge::configurationMode();
return xret;
}
JNIEXPORT void JNICALL
Java_org_kde_koala_KServiceTypeProfile_dispose(JNIEnv* env, jobject obj)
{
Java_org_kde_koala_KServiceTypeProfile_finalize(env, obj);
return;
}
JNIEXPORT void JNICALL
Java_org_kde_koala_KServiceTypeProfile_finalize(JNIEnv* env, jobject obj)
{
if (QtSupport::allocatedInJavaWorld(env, obj)) {
delete (KServiceTypeProfile*)QtSupport::getQt(env, obj);
QtSupport::setQt(env, obj, 0);
}
return;
}
JNIEXPORT jboolean JNICALL
Java_org_kde_koala_KServiceTypeProfile_isDisposed(JNIEnv* env, jobject obj)
{
return (QtSupport::getQt(env, obj) == 0);
}
JNIEXPORT void JNICALL
Java_org_kde_koala_KServiceTypeProfile_newKServiceTypeProfile__Ljava_lang_String_2(JNIEnv* env, jobject obj, jstring serviceType)
{
static TQString* _qstring_serviceType = 0;
if (QtSupport::getQt(env, obj) == 0) {
QtSupport::setQt(env, obj, new KServiceTypeProfileJBridge((const TQString&)*(TQString*) QtSupport::toTQString(env, serviceType, &_qstring_serviceType)));
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
}
return;
}
JNIEXPORT void JNICALL
Java_org_kde_koala_KServiceTypeProfile_newKServiceTypeProfile__Ljava_lang_String_2Ljava_lang_String_2(JNIEnv* env, jobject obj, jstring serviceType, jstring genericServiceType)
{
static TQString* _qstring_serviceType = 0;
static TQString* _qstring_genericServiceType = 0;
if (QtSupport::getQt(env, obj) == 0) {
QtSupport::setQt(env, obj, new KServiceTypeProfileJBridge((const TQString&)*(TQString*) QtSupport::toTQString(env, serviceType, &_qstring_serviceType), (const TQString&)*(TQString*) QtSupport::toTQString(env, genericServiceType, &_qstring_genericServiceType)));
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
}
return;
}
JNIEXPORT jobject JNICALL
Java_org_kde_koala_KServiceTypeProfile_serviceTypeProfile__Ljava_lang_String_2(JNIEnv* env, jclass cls, jstring servicetype)
{
(void) cls;
static TQString* _qstring_servicetype = 0;
jobject xret = QtSupport::objectForQtKey(env, (void*)KServiceTypeProfileJBridge::serviceTypeProfile((const TQString&)*(TQString*) QtSupport::toTQString(env, servicetype, &_qstring_servicetype)), "org.kde.koala.KServiceTypeProfile");
return xret;
}
JNIEXPORT jobject JNICALL
Java_org_kde_koala_KServiceTypeProfile_serviceTypeProfile__Ljava_lang_String_2Ljava_lang_String_2(JNIEnv* env, jclass cls, jstring servicetype, jstring genericServiceType)
{
(void) cls;
static TQString* _qstring_servicetype = 0;
static TQString* _qstring_genericServiceType = 0;
jobject xret = QtSupport::objectForQtKey(env, (void*)KServiceTypeProfileJBridge::serviceTypeProfile((const TQString&)*(TQString*) QtSupport::toTQString(env, servicetype, &_qstring_servicetype), (const TQString&)*(TQString*) QtSupport::toTQString(env, genericServiceType, &_qstring_genericServiceType)), "org.kde.koala.KServiceTypeProfile");
return xret;
}
JNIEXPORT void JNICALL
Java_org_kde_koala_KServiceTypeProfile_setConfigurationMode(JNIEnv* env, jclass cls)
{
(void) cls;
(void) env;
KServiceTypeProfileJBridge::setConfigurationMode();
return;
}