comparison cpp/qt_core/QVariant_shell.cpp @ 6:374a61671448

wrapped QRect
author eldar
date Wed, 13 May 2009 23:40:31 +0000
parents 323efbe5c2f7
children f46133029d8b
comparison
equal deleted inserted replaced
5:834feae7809b 6:374a61671448
794 794
795 return __qt_return_value; 795 return __qt_return_value;
796 } 796 }
797 797
798 // QVariant::toRect() const 798 // QVariant::toRect() const
799 extern "C" DLL_PUBLIC void* qtd_QVariant_toRect 799 extern "C" DLL_PUBLIC QRect qtd_QVariant_toRect
800 (void* __this_nativeId) 800 (void* __this_nativeId)
801 { 801 {
802 QVariant_QtDShell *__qt_this = (QVariant_QtDShell *) __this_nativeId; 802 QVariant_QtDShell *__qt_this = (QVariant_QtDShell *) __this_nativeId;
803 QRect __qt_return_value = __qt_this->toRect(); 803 QRect __qt_return_value = __qt_this->toRect();
804 804
805 void* __java_return_value = (void*) new QRect(__qt_return_value); 805 return __qt_return_value;
806
807 return __java_return_value;
808 } 806 }
809 807
810 // QVariant::toRectF() const 808 // QVariant::toRectF() const
811 extern "C" DLL_PUBLIC void* qtd_QVariant_toRectF 809 extern "C" DLL_PUBLIC QRectF qtd_QVariant_toRectF
812 (void* __this_nativeId) 810 (void* __this_nativeId)
813 { 811 {
814 QVariant_QtDShell *__qt_this = (QVariant_QtDShell *) __this_nativeId; 812 QVariant_QtDShell *__qt_this = (QVariant_QtDShell *) __this_nativeId;
815 QRectF __qt_return_value = __qt_this->toRectF(); 813 QRectF __qt_return_value = __qt_this->toRectF();
816 814
817 void* __java_return_value = (void*) new QRectF(__qt_return_value); 815 return __qt_return_value;
818
819 return __java_return_value;
820 } 816 }
821 817
822 // QVariant::toRegExp() const 818 // QVariant::toRegExp() const
823 extern "C" DLL_PUBLIC void* qtd_QVariant_toRegExp 819 extern "C" DLL_PUBLIC void* qtd_QVariant_toRegExp
824 (void* __this_nativeId) 820 (void* __this_nativeId)