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.
502 lines
16 KiB
502 lines
16 KiB
15 years ago
|
//Auto-generated by kalyptus. DO NOT EDIT.
|
||
14 years ago
|
#include <tqstring.h>
|
||
|
#include <tqhgroupbox.h>
|
||
15 years ago
|
|
||
|
#include <qtjava/QtSupport.h>
|
||
13 years ago
|
#include <qtjava/TQHGroupBox.h>
|
||
15 years ago
|
|
||
13 years ago
|
class TQHGroupBoxJBridge : public TQHGroupBox
|
||
15 years ago
|
{
|
||
|
public:
|
||
13 years ago
|
TQHGroupBoxJBridge(TQWidget* arg1,const char* arg2) : TQHGroupBox(arg1,arg2) {};
|
||
|
TQHGroupBoxJBridge(TQWidget* arg1) : TQHGroupBox(arg1) {};
|
||
|
TQHGroupBoxJBridge() : TQHGroupBox() {};
|
||
|
TQHGroupBoxJBridge(const TQString& arg1,TQWidget* arg2,const char* arg3) : TQHGroupBox(arg1,arg2,arg3) {};
|
||
|
TQHGroupBoxJBridge(const TQString& arg1,TQWidget* arg2) : TQHGroupBox(arg1,arg2) {};
|
||
|
TQHGroupBoxJBridge(const TQString& arg1) : TQHGroupBox(arg1) {};
|
||
13 years ago
|
~TQHGroupBoxJBridge() {QtSupport::qtKeyDeleted(this);}
|
||
13 years ago
|
void drawContents(TQPainter* arg1) {
|
||
|
if (!QtSupport::eventDelegate(this,"drawContents",(void*)arg1,"org.kde.qt.TQPainter")) {
|
||
|
TQFrame::drawContents(arg1);
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
13 years ago
|
void dragLeaveEvent(TQDragLeaveEvent* arg1) {
|
||
|
if (!QtSupport::eventDelegate(this,"dragLeaveEvent",(void*)arg1,"org.kde.qt.TQDragLeaveEvent")) {
|
||
|
TQWidget::dragLeaveEvent(arg1);
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
13 years ago
|
void setMask(const TQRegion& arg1) {
|
||
|
if (!QtSupport::eventDelegate(this,"setMask",(void*)&arg1,"org.kde.qt.TQRegion")) {
|
||
|
TQWidget::setMask(arg1);
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
13 years ago
|
void resizeEvent(TQResizeEvent* arg1) {
|
||
|
if (!QtSupport::eventDelegate(this,"resizeEvent",(void*)arg1,"org.kde.qt.TQResizeEvent")) {
|
||
|
TQGroupBox::resizeEvent(arg1);
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
13 years ago
|
void setFrameRect(const TQRect& arg1) {
|
||
|
if (!QtSupport::eventDelegate(this,"setFrameRect",(void*)&arg1,"org.kde.qt.TQRect")) {
|
||
|
TQFrame::setFrameRect(arg1);
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
13 years ago
|
void mouseDoubleClickEvent(TQMouseEvent* arg1) {
|
||
|
if (!QtSupport::eventDelegate(this,"mouseDoubleClickEvent",(void*)arg1,"org.kde.qt.TQMouseEvent")) {
|
||
|
TQWidget::mouseDoubleClickEvent(arg1);
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
13 years ago
|
void paletteChange(const TQPalette& arg1) {
|
||
|
if (!QtSupport::eventDelegate(this,"paletteChange",(void*)&arg1,"org.kde.qt.TQPalette")) {
|
||
|
TQWidget::paletteChange(arg1);
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
|
void setActiveWindow() {
|
||
13 years ago
|
if (!QtSupport::voidDelegate(this,"org.kde.qt.TQHGroupBox","setActiveWindow")) {
|
||
|
TQWidget::setActiveWindow();
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
13 years ago
|
void dragEnterEvent(TQDragEnterEvent* arg1) {
|
||
|
if (!QtSupport::eventDelegate(this,"dragEnterEvent",(void*)arg1,"org.kde.qt.TQDragEnterEvent")) {
|
||
|
TQWidget::dragEnterEvent(arg1);
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
|
void show() {
|
||
13 years ago
|
if (!QtSupport::voidDelegate(this,"org.kde.qt.TQHGroupBox","show")) {
|
||
|
TQWidget::show();
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
13 years ago
|
void focusOutEvent(TQFocusEvent* arg1) {
|
||
|
if (!QtSupport::eventDelegate(this,"focusOutEvent",(void*)arg1,"org.kde.qt.TQFocusEvent")) {
|
||
|
TQWidget::focusOutEvent(arg1);
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
|
void setFocus() {
|
||
13 years ago
|
if (!QtSupport::voidDelegate(this,"org.kde.qt.TQHGroupBox","setFocus")) {
|
||
|
TQWidget::setFocus();
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
13 years ago
|
void dragMoveEvent(TQDragMoveEvent* arg1) {
|
||
|
if (!QtSupport::eventDelegate(this,"dragMoveEvent",(void*)arg1,"org.kde.qt.TQDragMoveEvent")) {
|
||
|
TQWidget::dragMoveEvent(arg1);
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
13 years ago
|
void drawFrame(TQPainter* arg1) {
|
||
|
if (!QtSupport::eventDelegate(this,"drawFrame",(void*)arg1,"org.kde.qt.TQPainter")) {
|
||
|
TQFrame::drawFrame(arg1);
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
|
void hide() {
|
||
13 years ago
|
if (!QtSupport::voidDelegate(this,"org.kde.qt.TQHGroupBox","hide")) {
|
||
|
TQWidget::hide();
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
13 years ago
|
void setPaletteBackgroundColor(const TQColor& arg1) {
|
||
|
if (!QtSupport::eventDelegate(this,"setPaletteBackgroundColor",(void*)&arg1,"org.kde.qt.TQColor")) {
|
||
|
TQWidget::setPaletteBackgroundColor(arg1);
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
13 years ago
|
void setEraseColor(const TQColor& arg1) {
|
||
|
if (!QtSupport::eventDelegate(this,"setEraseColor",(void*)&arg1,"org.kde.qt.TQColor")) {
|
||
|
TQWidget::setEraseColor(arg1);
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
13 years ago
|
void removeChild(TQObject* arg1) {
|
||
|
if (!QtSupport::eventDelegate(this,"removeChild",(void*)arg1,"org.kde.qt.TQObject")) {
|
||
|
TQObject::removeChild(arg1);
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
13 years ago
|
void paintEvent(TQPaintEvent* arg1) {
|
||
|
if (!QtSupport::eventDelegate(this,"paintEvent",(void*)arg1,"org.kde.qt.TQPaintEvent")) {
|
||
|
TQGroupBox::paintEvent(arg1);
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
13 years ago
|
void imStartEvent(TQIMEvent* arg1) {
|
||
|
if (!QtSupport::eventDelegate(this,"imStartEvent",(void*)arg1,"org.kde.qt.TQIMEvent")) {
|
||
|
TQWidget::imStartEvent(arg1);
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
|
void unsetCursor() {
|
||
13 years ago
|
if (!QtSupport::voidDelegate(this,"org.kde.qt.TQHGroupBox","unsetCursor")) {
|
||
|
TQWidget::unsetCursor();
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
13 years ago
|
void hideEvent(TQHideEvent* arg1) {
|
||
|
if (!QtSupport::eventDelegate(this,"hideEvent",(void*)arg1,"org.kde.qt.TQHideEvent")) {
|
||
|
TQWidget::hideEvent(arg1);
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
13 years ago
|
void moveEvent(TQMoveEvent* arg1) {
|
||
|
if (!QtSupport::eventDelegate(this,"moveEvent",(void*)arg1,"org.kde.qt.TQMoveEvent")) {
|
||
|
TQWidget::moveEvent(arg1);
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
|
void polish() {
|
||
13 years ago
|
if (!QtSupport::voidDelegate(this,"org.kde.qt.TQHGroupBox","polish")) {
|
||
|
TQWidget::polish();
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
|
void showMaximized() {
|
||
13 years ago
|
if (!QtSupport::voidDelegate(this,"org.kde.qt.TQHGroupBox","showMaximized")) {
|
||
|
TQWidget::showMaximized();
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
13 years ago
|
void setBackgroundPixmap(const TQPixmap& arg1) {
|
||
|
if (!QtSupport::eventDelegate(this,"setBackgroundPixmap",(void*)&arg1,"org.kde.qt.TQPixmap")) {
|
||
|
TQWidget::setBackgroundPixmap(arg1);
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
13 years ago
|
void showEvent(TQShowEvent* arg1) {
|
||
|
if (!QtSupport::eventDelegate(this,"showEvent",(void*)arg1,"org.kde.qt.TQShowEvent")) {
|
||
|
TQWidget::showEvent(arg1);
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
13 years ago
|
void keyPressEvent(TQKeyEvent* arg1) {
|
||
|
if (!QtSupport::eventDelegate(this,"keyPressEvent",(void*)arg1,"org.kde.qt.TQKeyEvent")) {
|
||
|
TQWidget::keyPressEvent(arg1);
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
|
bool customWhatsThis() {
|
||
|
return QtSupport::booleanDelegate(this,"customWhatsThis");
|
||
|
}
|
||
13 years ago
|
void setPaletteBackgroundPixmap(const TQPixmap& arg1) {
|
||
|
if (!QtSupport::eventDelegate(this,"setPaletteBackgroundPixmap",(void*)&arg1,"org.kde.qt.TQPixmap")) {
|
||
|
TQWidget::setPaletteBackgroundPixmap(arg1);
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
13 years ago
|
void setCursor(const TQCursor& arg1) {
|
||
|
if (!QtSupport::eventDelegate(this,"setCursor",(void*)&arg1,"org.kde.qt.TQCursor")) {
|
||
|
TQWidget::setCursor(arg1);
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
13 years ago
|
void closeEvent(TQCloseEvent* arg1) {
|
||
|
if (!QtSupport::eventDelegate(this,"closeEvent",(void*)arg1,"org.kde.qt.TQCloseEvent")) {
|
||
|
TQWidget::closeEvent(arg1);
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
13 years ago
|
void customEvent(TQCustomEvent* arg1) {
|
||
|
if (!QtSupport::eventDelegate(this,"customEvent",(void*)arg1,"org.kde.qt.TQCustomEvent")) {
|
||
|
TQObject::customEvent(arg1);
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
13 years ago
|
void enterEvent(TQEvent* arg1) {
|
||
|
if (!QtSupport::eventDelegate(this,"enterEvent",(void*)arg1,"org.kde.qt.TQEvent")) {
|
||
|
TQWidget::enterEvent(arg1);
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
13 years ago
|
void timerEvent(TQTimerEvent* arg1) {
|
||
|
if (!QtSupport::eventDelegate(this,"timerEvent",(void*)arg1,"org.kde.qt.TQTimerEvent")) {
|
||
|
TQObject::timerEvent(arg1);
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
13 years ago
|
void mouseReleaseEvent(TQMouseEvent* arg1) {
|
||
|
if (!QtSupport::eventDelegate(this,"mouseReleaseEvent",(void*)arg1,"org.kde.qt.TQMouseEvent")) {
|
||
|
TQWidget::mouseReleaseEvent(arg1);
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
13 years ago
|
void setErasePixmap(const TQPixmap& arg1) {
|
||
|
if (!QtSupport::eventDelegate(this,"setErasePixmap",(void*)&arg1,"org.kde.qt.TQPixmap")) {
|
||
|
TQWidget::setErasePixmap(arg1);
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
13 years ago
|
void childEvent(TQChildEvent* arg1) {
|
||
|
if (!QtSupport::eventDelegate(this,"childEvent",(void*)arg1,"org.kde.qt.TQChildEvent")) {
|
||
|
TQGroupBox::childEvent(arg1);
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
13 years ago
|
void dropEvent(TQDropEvent* arg1) {
|
||
|
if (!QtSupport::eventDelegate(this,"dropEvent",(void*)arg1,"org.kde.qt.TQDropEvent")) {
|
||
|
TQWidget::dropEvent(arg1);
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
13 years ago
|
void leaveEvent(TQEvent* arg1) {
|
||
|
if (!QtSupport::eventDelegate(this,"leaveEvent",(void*)arg1,"org.kde.qt.TQEvent")) {
|
||
|
TQWidget::leaveEvent(arg1);
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
13 years ago
|
void setIcon(const TQPixmap& arg1) {
|
||
|
if (!QtSupport::eventDelegate(this,"setIcon",(void*)&arg1,"org.kde.qt.TQPixmap")) {
|
||
|
TQWidget::setIcon(arg1);
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
|
void updateMask() {
|
||
13 years ago
|
if (!QtSupport::voidDelegate(this,"org.kde.qt.TQHGroupBox","updateMask")) {
|
||
|
TQWidget::updateMask();
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
|
void showNormal() {
|
||
13 years ago
|
if (!QtSupport::voidDelegate(this,"org.kde.qt.TQHGroupBox","showNormal")) {
|
||
|
TQWidget::showNormal();
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
13 years ago
|
void imComposeEvent(TQIMEvent* arg1) {
|
||
|
if (!QtSupport::eventDelegate(this,"imComposeEvent",(void*)arg1,"org.kde.qt.TQIMEvent")) {
|
||
|
TQWidget::imComposeEvent(arg1);
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
13 years ago
|
void mousePressEvent(TQMouseEvent* arg1) {
|
||
|
if (!QtSupport::eventDelegate(this,"mousePressEvent",(void*)arg1,"org.kde.qt.TQMouseEvent")) {
|
||
|
TQWidget::mousePressEvent(arg1);
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
13 years ago
|
void mouseMoveEvent(TQMouseEvent* arg1) {
|
||
|
if (!QtSupport::eventDelegate(this,"mouseMoveEvent",(void*)arg1,"org.kde.qt.TQMouseEvent")) {
|
||
|
TQWidget::mouseMoveEvent(arg1);
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
13 years ago
|
void setFocusProxy(TQWidget* arg1) {
|
||
|
if (!QtSupport::eventDelegate(this,"setFocusProxy",(void*)arg1,"org.kde.qt.TQWidget")) {
|
||
|
TQWidget::setFocusProxy(arg1);
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
13 years ago
|
void setBackgroundColor(const TQColor& arg1) {
|
||
|
if (!QtSupport::eventDelegate(this,"setBackgroundColor",(void*)&arg1,"org.kde.qt.TQColor")) {
|
||
|
TQWidget::setBackgroundColor(arg1);
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
|
void adjustSize() {
|
||
13 years ago
|
if (!QtSupport::voidDelegate(this,"org.kde.qt.TQHGroupBox","adjustSize")) {
|
||
|
TQWidget::adjustSize();
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
13 years ago
|
void wheelEvent(TQWheelEvent* arg1) {
|
||
|
if (!QtSupport::eventDelegate(this,"wheelEvent",(void*)arg1,"org.kde.qt.TQWheelEvent")) {
|
||
|
TQWidget::wheelEvent(arg1);
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
13 years ago
|
void imEndEvent(TQIMEvent* arg1) {
|
||
|
if (!QtSupport::eventDelegate(this,"imEndEvent",(void*)arg1,"org.kde.qt.TQIMEvent")) {
|
||
|
TQWidget::imEndEvent(arg1);
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
13 years ago
|
void insertChild(TQObject* arg1) {
|
||
|
if (!QtSupport::eventDelegate(this,"insertChild",(void*)arg1,"org.kde.qt.TQObject")) {
|
||
|
TQObject::insertChild(arg1);
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
13 years ago
|
void focusInEvent(TQFocusEvent* arg1) {
|
||
|
if (!QtSupport::eventDelegate(this,"focusInEvent",(void*)arg1,"org.kde.qt.TQFocusEvent")) {
|
||
|
TQGroupBox::focusInEvent(arg1);
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
13 years ago
|
void tabletEvent(TQTabletEvent* arg1) {
|
||
|
if (!QtSupport::eventDelegate(this,"tabletEvent",(void*)arg1,"org.kde.qt.TQTabletEvent")) {
|
||
|
TQWidget::tabletEvent(arg1);
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
13 years ago
|
void keyReleaseEvent(TQKeyEvent* arg1) {
|
||
|
if (!QtSupport::eventDelegate(this,"keyReleaseEvent",(void*)arg1,"org.kde.qt.TQKeyEvent")) {
|
||
|
TQWidget::keyReleaseEvent(arg1);
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
13 years ago
|
void contextMenuEvent(TQContextMenuEvent* arg1) {
|
||
|
if (!QtSupport::eventDelegate(this,"contextMenuEvent",(void*)arg1,"org.kde.qt.TQContextMenuEvent")) {
|
||
|
TQWidget::contextMenuEvent(arg1);
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
13 years ago
|
bool eventFilter(TQObject* object,TQEvent* event) {
|
||
|
if (!QtSupport::eventFilterDelegate(this,"org.kde.qt.TQHGroupBox",object,event)) {
|
||
|
return TQObject::eventFilter(object,event);
|
||
15 years ago
|
} else {
|
||
|
return TRUE;
|
||
|
}
|
||
|
}
|
||
13 years ago
|
void setGeometry(const TQRect& arg1) {
|
||
|
if (!QtSupport::eventDelegate(this,"setGeometry",(void*)&arg1,"org.kde.qt.TQRect")) {
|
||
|
TQWidget::setGeometry(arg1);
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
|
void frameChanged() {
|
||
13 years ago
|
if (!QtSupport::voidDelegate(this,"org.kde.qt.TQHGroupBox","frameChanged")) {
|
||
|
TQFrame::frameChanged();
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
|
void showMinimized() {
|
||
13 years ago
|
if (!QtSupport::voidDelegate(this,"org.kde.qt.TQHGroupBox","showMinimized")) {
|
||
|
TQWidget::showMinimized();
|
||
15 years ago
|
}
|
||
|
return;
|
||
|
}
|
||
|
};
|
||
|
|
||
|
JNIEXPORT jstring JNICALL
|
||
|
Java_org_kde_qt_QHGroupBox_className(JNIEnv* env, jobject obj)
|
||
|
{
|
||
|
const char* _qstring;
|
||
13 years ago
|
_qstring = ((TQHGroupBox*) QtSupport::getQt(env, obj))->className();
|
||
15 years ago
|
return QtSupport::fromCharString(env, (char *) _qstring);
|
||
|
}
|
||
|
|
||
|
JNIEXPORT void JNICALL
|
||
|
Java_org_kde_qt_QHGroupBox_dispose(JNIEnv* env, jobject obj)
|
||
|
{
|
||
|
Java_org_kde_qt_QHGroupBox_finalize(env, obj);
|
||
|
return;
|
||
|
}
|
||
|
|
||
|
JNIEXPORT void JNICALL
|
||
|
Java_org_kde_qt_QHGroupBox_finalize(JNIEnv* env, jobject obj)
|
||
|
{
|
||
13 years ago
|
if (QtSupport::allocatedInJavaWorld(env, obj) && ((TQWidget*)(TQHGroupBox*)QtSupport::getQt(env, obj))->parentWidget(TRUE) == 0) {
|
||
|
delete (TQHGroupBox*)QtSupport::getQt(env, obj);
|
||
15 years ago
|
QtSupport::setQt(env, obj, 0);
|
||
|
}
|
||
|
return;
|
||
|
}
|
||
|
|
||
|
JNIEXPORT jboolean JNICALL
|
||
|
Java_org_kde_qt_QHGroupBox_isDisposed(JNIEnv* env, jobject obj)
|
||
|
{
|
||
|
return (QtSupport::getQt(env, obj) == 0);
|
||
|
}
|
||
|
|
||
|
JNIEXPORT jobject JNICALL
|
||
|
Java_org_kde_qt_QHGroupBox_metaObject(JNIEnv* env, jobject obj)
|
||
|
{
|
||
13 years ago
|
jobject xret = QtSupport::objectForQtKey(env, (void*)((TQHGroupBox*) QtSupport::getQt(env, obj))->metaObject(), "org.kde.qt.TQMetaObject");
|
||
15 years ago
|
return xret;
|
||
|
}
|
||
|
|
||
|
JNIEXPORT void JNICALL
|
||
13 years ago
|
Java_org_kde_qt_QHGroupBox_newTQHGroupBox__(JNIEnv* env, jobject obj)
|
||
15 years ago
|
{
|
||
|
if (QtSupport::getQt(env, obj) == 0) {
|
||
13 years ago
|
QtSupport::setQt(env, obj, new TQHGroupBoxJBridge());
|
||
15 years ago
|
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
|
||
|
}
|
||
|
return;
|
||
|
}
|
||
|
|
||
|
JNIEXPORT void JNICALL
|
||
13 years ago
|
Java_org_kde_qt_QHGroupBox_newTQHGroupBox__Ljava_lang_String_2(JNIEnv* env, jobject obj, jstring title)
|
||
15 years ago
|
{
|
||
13 years ago
|
static TQString* _qstring_title = 0;
|
||
15 years ago
|
if (QtSupport::getQt(env, obj) == 0) {
|
||
13 years ago
|
QtSupport::setQt(env, obj, new TQHGroupBoxJBridge((const TQString&)*(TQString*) QtSupport::toTQString(env, title, &_qstring_title)));
|
||
15 years ago
|
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
|
||
|
}
|
||
|
return;
|
||
|
}
|
||
|
|
||
|
JNIEXPORT void JNICALL
|
||
13 years ago
|
Java_org_kde_qt_QHGroupBox_newTQHGroupBox__Ljava_lang_String_2Lorg_kde_qt_QWidget_2(JNIEnv* env, jobject obj, jstring title, jobject parent)
|
||
15 years ago
|
{
|
||
13 years ago
|
static TQString* _qstring_title = 0;
|
||
15 years ago
|
if (QtSupport::getQt(env, obj) == 0) {
|
||
13 years ago
|
QtSupport::setQt(env, obj, new TQHGroupBoxJBridge((const TQString&)*(TQString*) QtSupport::toTQString(env, title, &_qstring_title), (TQWidget*) QtSupport::getQt(env, parent)));
|
||
15 years ago
|
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
|
||
|
}
|
||
|
return;
|
||
|
}
|
||
|
|
||
|
JNIEXPORT void JNICALL
|
||
13 years ago
|
Java_org_kde_qt_QHGroupBox_newTQHGroupBox__Ljava_lang_String_2Lorg_kde_qt_QWidget_2Ljava_lang_String_2(JNIEnv* env, jobject obj, jstring title, jobject parent, jstring name)
|
||
15 years ago
|
{
|
||
13 years ago
|
static TQString* _qstring_title = 0;
|
||
|
static TQCString* _qstring_name = 0;
|
||
15 years ago
|
if (QtSupport::getQt(env, obj) == 0) {
|
||
13 years ago
|
QtSupport::setQt(env, obj, new TQHGroupBoxJBridge((const TQString&)*(TQString*) QtSupport::toTQString(env, title, &_qstring_title), (TQWidget*) QtSupport::getQt(env, parent), (const char*) QtSupport::toCharString(env, name, &_qstring_name)));
|
||
15 years ago
|
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
|
||
|
}
|
||
|
return;
|
||
|
}
|
||
|
|
||
|
JNIEXPORT void JNICALL
|
||
13 years ago
|
Java_org_kde_qt_QHGroupBox_newTQHGroupBox__Lorg_kde_qt_QWidget_2(JNIEnv* env, jobject obj, jobject parent)
|
||
15 years ago
|
{
|
||
|
if (QtSupport::getQt(env, obj) == 0) {
|
||
13 years ago
|
QtSupport::setQt(env, obj, new TQHGroupBoxJBridge((TQWidget*) QtSupport::getQt(env, parent)));
|
||
15 years ago
|
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
|
||
|
}
|
||
|
return;
|
||
|
}
|
||
|
|
||
|
JNIEXPORT void JNICALL
|
||
13 years ago
|
Java_org_kde_qt_QHGroupBox_newTQHGroupBox__Lorg_kde_qt_QWidget_2Ljava_lang_String_2(JNIEnv* env, jobject obj, jobject parent, jstring name)
|
||
15 years ago
|
{
|
||
13 years ago
|
static TQCString* _qstring_name = 0;
|
||
15 years ago
|
if (QtSupport::getQt(env, obj) == 0) {
|
||
13 years ago
|
QtSupport::setQt(env, obj, new TQHGroupBoxJBridge((TQWidget*) QtSupport::getQt(env, parent), (const char*) QtSupport::toCharString(env, name, &_qstring_name)));
|
||
15 years ago
|
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
|
||
|
}
|
||
|
return;
|
||
|
}
|
||
|
|
||
|
JNIEXPORT jstring JNICALL
|
||
|
Java_org_kde_qt_QHGroupBox_tr__Ljava_lang_String_2(JNIEnv* env, jclass cls, jstring arg1)
|
||
|
{
|
||
13 years ago
|
TQString _qstring;
|
||
15 years ago
|
(void) cls;
|
||
13 years ago
|
static TQCString* _qstring_arg1 = 0;
|
||
13 years ago
|
_qstring = TQHGroupBoxJBridge::tr((const char*) QtSupport::toCharString(env, arg1, &_qstring_arg1));
|
||
|
return QtSupport::fromTQString(env, &_qstring);
|
||
15 years ago
|
}
|
||
|
|
||
|
JNIEXPORT jstring JNICALL
|
||
|
Java_org_kde_qt_QHGroupBox_tr__Ljava_lang_String_2Ljava_lang_String_2(JNIEnv* env, jclass cls, jstring arg1, jstring arg2)
|
||
|
{
|
||
13 years ago
|
TQString _qstring;
|
||
15 years ago
|
(void) cls;
|
||
13 years ago
|
static TQCString* _qstring_arg1 = 0;
|
||
|
static TQCString* _qstring_arg2 = 0;
|
||
13 years ago
|
_qstring = TQHGroupBoxJBridge::tr((const char*) QtSupport::toCharString(env, arg1, &_qstring_arg1), (const char*) QtSupport::toCharString(env, arg2, &_qstring_arg2));
|
||
|
return QtSupport::fromTQString(env, &_qstring);
|
||
15 years ago
|
}
|
||
|
|