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.
570 lines
18 KiB
570 lines
18 KiB
//Auto-generated by kalyptus. DO NOT EDIT.
|
|
#include <tqdataview.h>
|
|
#include <tqstring.h>
|
|
#include <tqnamespace.h>
|
|
|
|
#include <qtjava/QtSupport.h>
|
|
#include <qtjava/TQDataView.h>
|
|
|
|
class TQDataViewJBridge : public TQDataView
|
|
{
|
|
public:
|
|
TQDataViewJBridge(TQWidget* arg1,const char* arg2,TQt::WFlags arg3) : TQDataView(arg1,arg2,arg3) {};
|
|
TQDataViewJBridge(TQWidget* arg1,const char* arg2) : TQDataView(arg1,arg2) {};
|
|
TQDataViewJBridge(TQWidget* arg1) : TQDataView(arg1) {};
|
|
TQDataViewJBridge() : TQDataView() {};
|
|
void public_readFields() {
|
|
TQDataView::readFields();
|
|
return;
|
|
}
|
|
void public_writeFields() {
|
|
TQDataView::writeFields();
|
|
return;
|
|
}
|
|
void public_clearValues() {
|
|
TQDataView::clearValues();
|
|
return;
|
|
}
|
|
~TQDataViewJBridge() {QtSupport::qtKeyDeleted(this);}
|
|
void writeFields() {
|
|
if (!QtSupport::voidDelegate(this,"org.trinitydesktop.qt.TQDataView","writeFields")) {
|
|
TQDataView::writeFields();
|
|
}
|
|
return;
|
|
}
|
|
void dragLeaveEvent(TQDragLeaveEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"dragLeaveEvent",(void*)arg1,"org.trinitydesktop.qt.TQDragLeaveEvent")) {
|
|
TQWidget::dragLeaveEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void setMask(const TQRegion& arg1) {
|
|
if (!QtSupport::eventDelegate(this,"setMask",(void*)&arg1,"org.trinitydesktop.qt.TQRegion")) {
|
|
TQWidget::setMask(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void resizeEvent(TQResizeEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"resizeEvent",(void*)arg1,"org.trinitydesktop.qt.TQResizeEvent")) {
|
|
TQWidget::resizeEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void mouseDoubleClickEvent(TQMouseEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"mouseDoubleClickEvent",(void*)arg1,"org.trinitydesktop.qt.TQMouseEvent")) {
|
|
TQWidget::mouseDoubleClickEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void paletteChange(const TQPalette& arg1) {
|
|
if (!QtSupport::eventDelegate(this,"paletteChange",(void*)&arg1,"org.trinitydesktop.qt.TQPalette")) {
|
|
TQWidget::paletteChange(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void setActiveWindow() {
|
|
if (!QtSupport::voidDelegate(this,"org.trinitydesktop.qt.TQDataView","setActiveWindow")) {
|
|
TQWidget::setActiveWindow();
|
|
}
|
|
return;
|
|
}
|
|
void dragEnterEvent(TQDragEnterEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"dragEnterEvent",(void*)arg1,"org.trinitydesktop.qt.TQDragEnterEvent")) {
|
|
TQWidget::dragEnterEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void show() {
|
|
if (!QtSupport::voidDelegate(this,"org.trinitydesktop.qt.TQDataView","show")) {
|
|
TQWidget::show();
|
|
}
|
|
return;
|
|
}
|
|
void focusOutEvent(TQFocusEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"focusOutEvent",(void*)arg1,"org.trinitydesktop.qt.TQFocusEvent")) {
|
|
TQWidget::focusOutEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void setFocus() {
|
|
if (!QtSupport::voidDelegate(this,"org.trinitydesktop.qt.TQDataView","setFocus")) {
|
|
TQWidget::setFocus();
|
|
}
|
|
return;
|
|
}
|
|
void dragMoveEvent(TQDragMoveEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"dragMoveEvent",(void*)arg1,"org.trinitydesktop.qt.TQDragMoveEvent")) {
|
|
TQWidget::dragMoveEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void styleChange(TQStyle& arg1) {
|
|
if (!QtSupport::eventDelegate(this,"styleChange",(void*)&arg1,"org.trinitydesktop.qt.TQStyle")) {
|
|
TQWidget::styleChange(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void hide() {
|
|
if (!QtSupport::voidDelegate(this,"org.trinitydesktop.qt.TQDataView","hide")) {
|
|
TQWidget::hide();
|
|
}
|
|
return;
|
|
}
|
|
void setPaletteBackgroundColor(const TQColor& arg1) {
|
|
if (!QtSupport::eventDelegate(this,"setPaletteBackgroundColor",(void*)&arg1,"org.trinitydesktop.qt.TQColor")) {
|
|
TQWidget::setPaletteBackgroundColor(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void setEraseColor(const TQColor& arg1) {
|
|
if (!QtSupport::eventDelegate(this,"setEraseColor",(void*)&arg1,"org.trinitydesktop.qt.TQColor")) {
|
|
TQWidget::setEraseColor(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void removeChild(TQObject* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"removeChild",(void*)arg1,"org.trinitydesktop.qt.TQObject")) {
|
|
TQObject::removeChild(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void paintEvent(TQPaintEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"paintEvent",(void*)arg1,"org.trinitydesktop.qt.TQPaintEvent")) {
|
|
TQWidget::paintEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void imStartEvent(TQIMEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"imStartEvent",(void*)arg1,"org.trinitydesktop.qt.TQIMEvent")) {
|
|
TQWidget::imStartEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void unsetCursor() {
|
|
if (!QtSupport::voidDelegate(this,"org.trinitydesktop.qt.TQDataView","unsetCursor")) {
|
|
TQWidget::unsetCursor();
|
|
}
|
|
return;
|
|
}
|
|
void readFields() {
|
|
if (!QtSupport::voidDelegate(this,"org.trinitydesktop.qt.TQDataView","readFields")) {
|
|
TQDataView::readFields();
|
|
}
|
|
return;
|
|
}
|
|
void hideEvent(TQHideEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"hideEvent",(void*)arg1,"org.trinitydesktop.qt.TQHideEvent")) {
|
|
TQWidget::hideEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void moveEvent(TQMoveEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"moveEvent",(void*)arg1,"org.trinitydesktop.qt.TQMoveEvent")) {
|
|
TQWidget::moveEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void polish() {
|
|
if (!QtSupport::voidDelegate(this,"org.trinitydesktop.qt.TQDataView","polish")) {
|
|
TQWidget::polish();
|
|
}
|
|
return;
|
|
}
|
|
void showMaximized() {
|
|
if (!QtSupport::voidDelegate(this,"org.trinitydesktop.qt.TQDataView","showMaximized")) {
|
|
TQWidget::showMaximized();
|
|
}
|
|
return;
|
|
}
|
|
void setBackgroundPixmap(const TQPixmap& arg1) {
|
|
if (!QtSupport::eventDelegate(this,"setBackgroundPixmap",(void*)&arg1,"org.trinitydesktop.qt.TQPixmap")) {
|
|
TQWidget::setBackgroundPixmap(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void showEvent(TQShowEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"showEvent",(void*)arg1,"org.trinitydesktop.qt.TQShowEvent")) {
|
|
TQWidget::showEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void keyPressEvent(TQKeyEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"keyPressEvent",(void*)arg1,"org.trinitydesktop.qt.TQKeyEvent")) {
|
|
TQWidget::keyPressEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
bool customWhatsThis() {
|
|
return QtSupport::booleanDelegate(this,"customWhatsThis");
|
|
}
|
|
void setPaletteBackgroundPixmap(const TQPixmap& arg1) {
|
|
if (!QtSupport::eventDelegate(this,"setPaletteBackgroundPixmap",(void*)&arg1,"org.trinitydesktop.qt.TQPixmap")) {
|
|
TQWidget::setPaletteBackgroundPixmap(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void setCursor(const TQCursor& arg1) {
|
|
if (!QtSupport::eventDelegate(this,"setCursor",(void*)&arg1,"org.trinitydesktop.qt.TQCursor")) {
|
|
TQWidget::setCursor(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void closeEvent(TQCloseEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"closeEvent",(void*)arg1,"org.trinitydesktop.qt.TQCloseEvent")) {
|
|
TQWidget::closeEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void customEvent(TQCustomEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"customEvent",(void*)arg1,"org.trinitydesktop.qt.TQCustomEvent")) {
|
|
TQObject::customEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void enterEvent(TQEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"enterEvent",(void*)arg1,"org.trinitydesktop.qt.TQEvent")) {
|
|
TQWidget::enterEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void timerEvent(TQTimerEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"timerEvent",(void*)arg1,"org.trinitydesktop.qt.TQTimerEvent")) {
|
|
TQObject::timerEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void mouseReleaseEvent(TQMouseEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"mouseReleaseEvent",(void*)arg1,"org.trinitydesktop.qt.TQMouseEvent")) {
|
|
TQWidget::mouseReleaseEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void setErasePixmap(const TQPixmap& arg1) {
|
|
if (!QtSupport::eventDelegate(this,"setErasePixmap",(void*)&arg1,"org.trinitydesktop.qt.TQPixmap")) {
|
|
TQWidget::setErasePixmap(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void childEvent(TQChildEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"childEvent",(void*)arg1,"org.trinitydesktop.qt.TQChildEvent")) {
|
|
TQObject::childEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void dropEvent(TQDropEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"dropEvent",(void*)arg1,"org.trinitydesktop.qt.TQDropEvent")) {
|
|
TQWidget::dropEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void leaveEvent(TQEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"leaveEvent",(void*)arg1,"org.trinitydesktop.qt.TQEvent")) {
|
|
TQWidget::leaveEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void setIcon(const TQPixmap& arg1) {
|
|
if (!QtSupport::eventDelegate(this,"setIcon",(void*)&arg1,"org.trinitydesktop.qt.TQPixmap")) {
|
|
TQWidget::setIcon(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void updateMask() {
|
|
if (!QtSupport::voidDelegate(this,"org.trinitydesktop.qt.TQDataView","updateMask")) {
|
|
TQWidget::updateMask();
|
|
}
|
|
return;
|
|
}
|
|
void showNormal() {
|
|
if (!QtSupport::voidDelegate(this,"org.trinitydesktop.qt.TQDataView","showNormal")) {
|
|
TQWidget::showNormal();
|
|
}
|
|
return;
|
|
}
|
|
void imComposeEvent(TQIMEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"imComposeEvent",(void*)arg1,"org.trinitydesktop.qt.TQIMEvent")) {
|
|
TQWidget::imComposeEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void mousePressEvent(TQMouseEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"mousePressEvent",(void*)arg1,"org.trinitydesktop.qt.TQMouseEvent")) {
|
|
TQWidget::mousePressEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void setRecord(TQSqlRecord* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"setRecord",(void*)arg1,"org.trinitydesktop.qt.TQSqlRecord")) {
|
|
TQDataView::setRecord(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void mouseMoveEvent(TQMouseEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"mouseMoveEvent",(void*)arg1,"org.trinitydesktop.qt.TQMouseEvent")) {
|
|
TQWidget::mouseMoveEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void setFocusProxy(TQWidget* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"setFocusProxy",(void*)arg1,"org.trinitydesktop.qt.TQWidget")) {
|
|
TQWidget::setFocusProxy(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void fontChange(const TQFont& arg1) {
|
|
if (!QtSupport::eventDelegate(this,"fontChange",(void*)&arg1,"org.trinitydesktop.qt.TQFont")) {
|
|
TQWidget::fontChange(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void setBackgroundColor(const TQColor& arg1) {
|
|
if (!QtSupport::eventDelegate(this,"setBackgroundColor",(void*)&arg1,"org.trinitydesktop.qt.TQColor")) {
|
|
TQWidget::setBackgroundColor(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void adjustSize() {
|
|
if (!QtSupport::voidDelegate(this,"org.trinitydesktop.qt.TQDataView","adjustSize")) {
|
|
TQWidget::adjustSize();
|
|
}
|
|
return;
|
|
}
|
|
void wheelEvent(TQWheelEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"wheelEvent",(void*)arg1,"org.trinitydesktop.qt.TQWheelEvent")) {
|
|
TQWidget::wheelEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void imEndEvent(TQIMEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"imEndEvent",(void*)arg1,"org.trinitydesktop.qt.TQIMEvent")) {
|
|
TQWidget::imEndEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void insertChild(TQObject* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"insertChild",(void*)arg1,"org.trinitydesktop.qt.TQObject")) {
|
|
TQObject::insertChild(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void clearValues() {
|
|
if (!QtSupport::voidDelegate(this,"org.trinitydesktop.qt.TQDataView","clearValues")) {
|
|
TQDataView::clearValues();
|
|
}
|
|
return;
|
|
}
|
|
void focusInEvent(TQFocusEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"focusInEvent",(void*)arg1,"org.trinitydesktop.qt.TQFocusEvent")) {
|
|
TQWidget::focusInEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void refresh(TQSqlRecord* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"refresh",(void*)arg1,"org.trinitydesktop.qt.TQSqlRecord")) {
|
|
TQDataView::refresh(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void tabletEvent(TQTabletEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"tabletEvent",(void*)arg1,"org.trinitydesktop.qt.TQTabletEvent")) {
|
|
TQWidget::tabletEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void keyReleaseEvent(TQKeyEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"keyReleaseEvent",(void*)arg1,"org.trinitydesktop.qt.TQKeyEvent")) {
|
|
TQWidget::keyReleaseEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void setForm(TQSqlForm* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"setForm",(void*)arg1,"org.trinitydesktop.qt.TQSqlForm")) {
|
|
TQDataView::setForm(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void contextMenuEvent(TQContextMenuEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"contextMenuEvent",(void*)arg1,"org.trinitydesktop.qt.TQContextMenuEvent")) {
|
|
TQWidget::contextMenuEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
bool eventFilter(TQObject* object,TQEvent* event) {
|
|
if (!QtSupport::eventFilterDelegate(this,"org.trinitydesktop.qt.TQDataView",object,event)) {
|
|
return TQObject::eventFilter(object,event);
|
|
} else {
|
|
return TRUE;
|
|
}
|
|
}
|
|
void setGeometry(const TQRect& arg1) {
|
|
if (!QtSupport::eventDelegate(this,"setGeometry",(void*)&arg1,"org.trinitydesktop.qt.TQRect")) {
|
|
TQWidget::setGeometry(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void showMinimized() {
|
|
if (!QtSupport::voidDelegate(this,"org.trinitydesktop.qt.TQDataView","showMinimized")) {
|
|
TQWidget::showMinimized();
|
|
}
|
|
return;
|
|
}
|
|
};
|
|
|
|
JNIEXPORT jstring JNICALL
|
|
Java_org_trinitydesktop_qt_QDataView_className(JNIEnv* env, jobject obj)
|
|
{
|
|
const char* _qstring;
|
|
_qstring = ((TQDataView*) QtSupport::getQt(env, obj))->className();
|
|
return QtSupport::fromCharString(env, (char *) _qstring);
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_trinitydesktop_qt_QDataView_clearValues(JNIEnv* env, jobject obj)
|
|
{
|
|
((TQDataViewJBridge*) QtSupport::getQt(env, obj))->public_clearValues();
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_trinitydesktop_qt_QDataView_dispose(JNIEnv* env, jobject obj)
|
|
{
|
|
Java_org_trinitydesktop_qt_QDataView_finalize(env, obj);
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_trinitydesktop_qt_QDataView_finalize(JNIEnv* env, jobject obj)
|
|
{
|
|
if (QtSupport::allocatedInJavaWorld(env, obj) && ((TQWidget*)(TQDataView*)QtSupport::getQt(env, obj))->parentWidget(TRUE) == 0) {
|
|
delete (TQDataView*)QtSupport::getQt(env, obj);
|
|
QtSupport::setQt(env, obj, 0);
|
|
}
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT jobject JNICALL
|
|
Java_org_trinitydesktop_qt_QDataView_form(JNIEnv* env, jobject obj)
|
|
{
|
|
jobject xret = QtSupport::objectForQtKey(env, (void*)((TQDataView*) QtSupport::getQt(env, obj))->form(), "org.trinitydesktop.qt.TQSqlForm");
|
|
return xret;
|
|
}
|
|
|
|
JNIEXPORT jboolean JNICALL
|
|
Java_org_trinitydesktop_qt_QDataView_isDisposed(JNIEnv* env, jobject obj)
|
|
{
|
|
return (QtSupport::getQt(env, obj) == 0);
|
|
}
|
|
|
|
JNIEXPORT jobject JNICALL
|
|
Java_org_trinitydesktop_qt_QDataView_metaObject(JNIEnv* env, jobject obj)
|
|
{
|
|
jobject xret = QtSupport::objectForQtKey(env, (void*)((TQDataView*) QtSupport::getQt(env, obj))->metaObject(), "org.trinitydesktop.qt.TQMetaObject");
|
|
return xret;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_trinitydesktop_qt_QDataView_newTQDataView__(JNIEnv* env, jobject obj)
|
|
{
|
|
if (QtSupport::getQt(env, obj) == 0) {
|
|
QtSupport::setQt(env, obj, new TQDataViewJBridge());
|
|
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
|
|
}
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_trinitydesktop_qt_QDataView_newTQDataView__Lorg_trinitydesktop_qt_QWidget_2(JNIEnv* env, jobject obj, jobject parent)
|
|
{
|
|
if (QtSupport::getQt(env, obj) == 0) {
|
|
QtSupport::setQt(env, obj, new TQDataViewJBridge((TQWidget*) QtSupport::getQt(env, parent)));
|
|
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
|
|
}
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_trinitydesktop_qt_QDataView_newTQDataView__Lorg_trinitydesktop_qt_QWidget_2Ljava_lang_String_2(JNIEnv* env, jobject obj, jobject parent, jstring name)
|
|
{
|
|
static TQCString* _qstring_name = 0;
|
|
if (QtSupport::getQt(env, obj) == 0) {
|
|
QtSupport::setQt(env, obj, new TQDataViewJBridge((TQWidget*) QtSupport::getQt(env, parent), (const char*) QtSupport::toCharString(env, name, &_qstring_name)));
|
|
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
|
|
}
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_trinitydesktop_qt_QDataView_newTQDataView__Lorg_trinitydesktop_qt_QWidget_2Ljava_lang_String_2I(JNIEnv* env, jobject obj, jobject parent, jstring name, jint fl)
|
|
{
|
|
static TQCString* _qstring_name = 0;
|
|
if (QtSupport::getQt(env, obj) == 0) {
|
|
QtSupport::setQt(env, obj, new TQDataViewJBridge((TQWidget*) QtSupport::getQt(env, parent), (const char*) QtSupport::toCharString(env, name, &_qstring_name), (TQt::WFlags) fl));
|
|
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
|
|
}
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_trinitydesktop_qt_QDataView_readFields(JNIEnv* env, jobject obj)
|
|
{
|
|
((TQDataViewJBridge*) QtSupport::getQt(env, obj))->public_readFields();
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT jobject JNICALL
|
|
Java_org_trinitydesktop_qt_QDataView_record(JNIEnv* env, jobject obj)
|
|
{
|
|
jobject xret = QtSupport::objectForQtKey(env, (void*)((TQDataView*) QtSupport::getQt(env, obj))->record(), "org.trinitydesktop.qt.TQSqlRecord");
|
|
return xret;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_trinitydesktop_qt_QDataView_refresh(JNIEnv* env, jobject obj, jobject buf)
|
|
{
|
|
((TQDataView*) QtSupport::getQt(env, obj))->refresh((TQSqlRecord*) QtSupport::getQt(env, buf));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_trinitydesktop_qt_QDataView_setForm(JNIEnv* env, jobject obj, jobject form)
|
|
{
|
|
((TQDataView*) QtSupport::getQt(env, obj))->setForm((TQSqlForm*) QtSupport::getQt(env, form));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_trinitydesktop_qt_QDataView_setRecord(JNIEnv* env, jobject obj, jobject record)
|
|
{
|
|
((TQDataView*) QtSupport::getQt(env, obj))->setRecord((TQSqlRecord*) QtSupport::getQt(env, record));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT jstring JNICALL
|
|
Java_org_trinitydesktop_qt_QDataView_tr__Ljava_lang_String_2(JNIEnv* env, jclass cls, jstring arg1)
|
|
{
|
|
TQString _qstring;
|
|
(void) cls;
|
|
static TQCString* _qstring_arg1 = 0;
|
|
_qstring = TQDataViewJBridge::tr((const char*) QtSupport::toCharString(env, arg1, &_qstring_arg1));
|
|
return QtSupport::fromTQString(env, &_qstring);
|
|
}
|
|
|
|
JNIEXPORT jstring JNICALL
|
|
Java_org_trinitydesktop_qt_QDataView_tr__Ljava_lang_String_2Ljava_lang_String_2(JNIEnv* env, jclass cls, jstring arg1, jstring arg2)
|
|
{
|
|
TQString _qstring;
|
|
(void) cls;
|
|
static TQCString* _qstring_arg1 = 0;
|
|
static TQCString* _qstring_arg2 = 0;
|
|
_qstring = TQDataViewJBridge::tr((const char*) QtSupport::toCharString(env, arg1, &_qstring_arg1), (const char*) QtSupport::toCharString(env, arg2, &_qstring_arg2));
|
|
return QtSupport::fromTQString(env, &_qstring);
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_trinitydesktop_qt_QDataView_writeFields(JNIEnv* env, jobject obj)
|
|
{
|
|
((TQDataViewJBridge*) QtSupport::getQt(env, obj))->public_writeFields();
|
|
return;
|
|
}
|
|
|