You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1014 lines
31 KiB
C++
1014 lines
31 KiB
C++
//Auto-generated by kalyptus. DO NOT EDIT.
|
|
#include <qsize.h>
|
|
#include <qstrlist.h>
|
|
#include <qstyle.h>
|
|
#include <qcombobox.h>
|
|
#include <qpixmap.h>
|
|
#include <qfont.h>
|
|
#include <qstring.h>
|
|
#include <qstringlist.h>
|
|
#include <qpalette.h>
|
|
|
|
#include <qtjava/QtSupport.h>
|
|
#include <qtjava/QComboBox.h>
|
|
|
|
class QComboBoxJBridge : public QComboBox
|
|
{
|
|
public:
|
|
QComboBoxJBridge(QWidget* arg1,const char* arg2) : QComboBox(arg1,arg2) {};
|
|
QComboBoxJBridge(QWidget* arg1) : QComboBox(arg1) {};
|
|
QComboBoxJBridge() : QComboBox() {};
|
|
QComboBoxJBridge(bool arg1,QWidget* arg2,const char* arg3) : QComboBox(arg1,arg2,arg3) {};
|
|
QComboBoxJBridge(bool arg1,QWidget* arg2) : QComboBox(arg1,arg2) {};
|
|
QComboBoxJBridge(bool arg1) : QComboBox(arg1) {};
|
|
void public_popup() {
|
|
QComboBox::popup();
|
|
return;
|
|
}
|
|
void protected_paintEvent(QPaintEvent* arg1) {
|
|
QComboBox::paintEvent(arg1);
|
|
return;
|
|
}
|
|
void protected_resizeEvent(QResizeEvent* arg1) {
|
|
QComboBox::resizeEvent(arg1);
|
|
return;
|
|
}
|
|
void protected_mousePressEvent(QMouseEvent* arg1) {
|
|
QComboBox::mousePressEvent(arg1);
|
|
return;
|
|
}
|
|
void protected_mouseMoveEvent(QMouseEvent* arg1) {
|
|
QComboBox::mouseMoveEvent(arg1);
|
|
return;
|
|
}
|
|
void protected_mouseReleaseEvent(QMouseEvent* arg1) {
|
|
QComboBox::mouseReleaseEvent(arg1);
|
|
return;
|
|
}
|
|
void protected_mouseDoubleClickEvent(QMouseEvent* arg1) {
|
|
QComboBox::mouseDoubleClickEvent(arg1);
|
|
return;
|
|
}
|
|
void protected_keyPressEvent(QKeyEvent* arg1) {
|
|
QComboBox::keyPressEvent(arg1);
|
|
return;
|
|
}
|
|
void protected_focusInEvent(QFocusEvent* arg1) {
|
|
QComboBox::focusInEvent(arg1);
|
|
return;
|
|
}
|
|
void protected_focusOutEvent(QFocusEvent* arg1) {
|
|
QComboBox::focusOutEvent(arg1);
|
|
return;
|
|
}
|
|
void protected_wheelEvent(QWheelEvent* arg1) {
|
|
QComboBox::wheelEvent(arg1);
|
|
return;
|
|
}
|
|
void protected_styleChange(QStyle& arg1) {
|
|
QComboBox::styleChange(arg1);
|
|
return;
|
|
}
|
|
void protected_updateMask() {
|
|
QComboBox::updateMask();
|
|
return;
|
|
}
|
|
~QComboBoxJBridge() {QtSupport::qtKeyDeleted(this);}
|
|
void dragLeaveEvent(QDragLeaveEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"dragLeaveEvent",(void*)arg1,"org.kde.qt.QDragLeaveEvent")) {
|
|
QWidget::dragLeaveEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void setMask(const QRegion& arg1) {
|
|
if (!QtSupport::eventDelegate(this,"setMask",(void*)&arg1,"org.kde.qt.QRegion")) {
|
|
QWidget::setMask(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void setValidator(const QValidator* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"setValidator",(void*)arg1,"org.kde.qt.QValidator")) {
|
|
QComboBox::setValidator(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void resizeEvent(QResizeEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"resizeEvent",(void*)arg1,"org.kde.qt.QResizeEvent")) {
|
|
QComboBox::resizeEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void mouseDoubleClickEvent(QMouseEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"mouseDoubleClickEvent",(void*)arg1,"org.kde.qt.QMouseEvent")) {
|
|
QComboBox::mouseDoubleClickEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void paletteChange(const QPalette& arg1) {
|
|
if (!QtSupport::eventDelegate(this,"paletteChange",(void*)&arg1,"org.kde.qt.QPalette")) {
|
|
QWidget::paletteChange(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void setListBox(QListBox* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"setListBox",(void*)arg1,"org.kde.qt.QListBox")) {
|
|
QComboBox::setListBox(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void setActiveWindow() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.qt.QComboBox","setActiveWindow")) {
|
|
QWidget::setActiveWindow();
|
|
}
|
|
return;
|
|
}
|
|
void dragEnterEvent(QDragEnterEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"dragEnterEvent",(void*)arg1,"org.kde.qt.QDragEnterEvent")) {
|
|
QWidget::dragEnterEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void show() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.qt.QComboBox","show")) {
|
|
QWidget::show();
|
|
}
|
|
return;
|
|
}
|
|
void focusOutEvent(QFocusEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"focusOutEvent",(void*)arg1,"org.kde.qt.QFocusEvent")) {
|
|
QComboBox::focusOutEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void setFocus() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.qt.QComboBox","setFocus")) {
|
|
QWidget::setFocus();
|
|
}
|
|
return;
|
|
}
|
|
void dragMoveEvent(QDragMoveEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"dragMoveEvent",(void*)arg1,"org.kde.qt.QDragMoveEvent")) {
|
|
QWidget::dragMoveEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void setPaletteBackgroundColor(const QColor& arg1) {
|
|
if (!QtSupport::eventDelegate(this,"setPaletteBackgroundColor",(void*)&arg1,"org.kde.qt.QColor")) {
|
|
QWidget::setPaletteBackgroundColor(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void setEraseColor(const QColor& arg1) {
|
|
if (!QtSupport::eventDelegate(this,"setEraseColor",(void*)&arg1,"org.kde.qt.QColor")) {
|
|
QWidget::setEraseColor(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void removeChild(QObject* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"removeChild",(void*)arg1,"org.kde.qt.QObject")) {
|
|
QObject::removeChild(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void paintEvent(QPaintEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"paintEvent",(void*)arg1,"org.kde.qt.QPaintEvent")) {
|
|
QComboBox::paintEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void imStartEvent(QIMEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"imStartEvent",(void*)arg1,"org.kde.qt.QIMEvent")) {
|
|
QWidget::imStartEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void unsetCursor() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.qt.QComboBox","unsetCursor")) {
|
|
QWidget::unsetCursor();
|
|
}
|
|
return;
|
|
}
|
|
void hideEvent(QHideEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"hideEvent",(void*)arg1,"org.kde.qt.QHideEvent")) {
|
|
QWidget::hideEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void moveEvent(QMoveEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"moveEvent",(void*)arg1,"org.kde.qt.QMoveEvent")) {
|
|
QWidget::moveEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void polish() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.qt.QComboBox","polish")) {
|
|
QWidget::polish();
|
|
}
|
|
return;
|
|
}
|
|
void showMaximized() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.qt.QComboBox","showMaximized")) {
|
|
QWidget::showMaximized();
|
|
}
|
|
return;
|
|
}
|
|
void setBackgroundPixmap(const QPixmap& arg1) {
|
|
if (!QtSupport::eventDelegate(this,"setBackgroundPixmap",(void*)&arg1,"org.kde.qt.QPixmap")) {
|
|
QWidget::setBackgroundPixmap(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void showEvent(QShowEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"showEvent",(void*)arg1,"org.kde.qt.QShowEvent")) {
|
|
QWidget::showEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void keyPressEvent(QKeyEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"keyPressEvent",(void*)arg1,"org.kde.qt.QKeyEvent")) {
|
|
QComboBox::keyPressEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
bool customWhatsThis() {
|
|
return QtSupport::booleanDelegate(this,"customWhatsThis");
|
|
}
|
|
void setPaletteBackgroundPixmap(const QPixmap& arg1) {
|
|
if (!QtSupport::eventDelegate(this,"setPaletteBackgroundPixmap",(void*)&arg1,"org.kde.qt.QPixmap")) {
|
|
QWidget::setPaletteBackgroundPixmap(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void setCursor(const QCursor& arg1) {
|
|
if (!QtSupport::eventDelegate(this,"setCursor",(void*)&arg1,"org.kde.qt.QCursor")) {
|
|
QWidget::setCursor(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void closeEvent(QCloseEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"closeEvent",(void*)arg1,"org.kde.qt.QCloseEvent")) {
|
|
QWidget::closeEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void customEvent(QCustomEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"customEvent",(void*)arg1,"org.kde.qt.QCustomEvent")) {
|
|
QObject::customEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void enterEvent(QEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"enterEvent",(void*)arg1,"org.kde.qt.QEvent")) {
|
|
QWidget::enterEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void timerEvent(QTimerEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"timerEvent",(void*)arg1,"org.kde.qt.QTimerEvent")) {
|
|
QObject::timerEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void mouseReleaseEvent(QMouseEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"mouseReleaseEvent",(void*)arg1,"org.kde.qt.QMouseEvent")) {
|
|
QComboBox::mouseReleaseEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void setErasePixmap(const QPixmap& arg1) {
|
|
if (!QtSupport::eventDelegate(this,"setErasePixmap",(void*)&arg1,"org.kde.qt.QPixmap")) {
|
|
QWidget::setErasePixmap(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void childEvent(QChildEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"childEvent",(void*)arg1,"org.kde.qt.QChildEvent")) {
|
|
QObject::childEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void dropEvent(QDropEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"dropEvent",(void*)arg1,"org.kde.qt.QDropEvent")) {
|
|
QWidget::dropEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void leaveEvent(QEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"leaveEvent",(void*)arg1,"org.kde.qt.QEvent")) {
|
|
QWidget::leaveEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void setIcon(const QPixmap& arg1) {
|
|
if (!QtSupport::eventDelegate(this,"setIcon",(void*)&arg1,"org.kde.qt.QPixmap")) {
|
|
QWidget::setIcon(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void showNormal() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.qt.QComboBox","showNormal")) {
|
|
QWidget::showNormal();
|
|
}
|
|
return;
|
|
}
|
|
void imComposeEvent(QIMEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"imComposeEvent",(void*)arg1,"org.kde.qt.QIMEvent")) {
|
|
QWidget::imComposeEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void mousePressEvent(QMouseEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"mousePressEvent",(void*)arg1,"org.kde.qt.QMouseEvent")) {
|
|
QComboBox::mousePressEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void popup() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.qt.QComboBox","popup")) {
|
|
QComboBox::popup();
|
|
}
|
|
return;
|
|
}
|
|
void mouseMoveEvent(QMouseEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"mouseMoveEvent",(void*)arg1,"org.kde.qt.QMouseEvent")) {
|
|
QComboBox::mouseMoveEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void setFocusProxy(QWidget* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"setFocusProxy",(void*)arg1,"org.kde.qt.QWidget")) {
|
|
QWidget::setFocusProxy(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void fontChange(const QFont& arg1) {
|
|
if (!QtSupport::eventDelegate(this,"fontChange",(void*)&arg1,"org.kde.qt.QFont")) {
|
|
QWidget::fontChange(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void setBackgroundColor(const QColor& arg1) {
|
|
if (!QtSupport::eventDelegate(this,"setBackgroundColor",(void*)&arg1,"org.kde.qt.QColor")) {
|
|
QWidget::setBackgroundColor(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void adjustSize() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.qt.QComboBox","adjustSize")) {
|
|
QWidget::adjustSize();
|
|
}
|
|
return;
|
|
}
|
|
void wheelEvent(QWheelEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"wheelEvent",(void*)arg1,"org.kde.qt.QWheelEvent")) {
|
|
QComboBox::wheelEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void imEndEvent(QIMEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"imEndEvent",(void*)arg1,"org.kde.qt.QIMEvent")) {
|
|
QWidget::imEndEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void insertChild(QObject* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"insertChild",(void*)arg1,"org.kde.qt.QObject")) {
|
|
QObject::insertChild(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void focusInEvent(QFocusEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"focusInEvent",(void*)arg1,"org.kde.qt.QFocusEvent")) {
|
|
QComboBox::focusInEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void tabletEvent(QTabletEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"tabletEvent",(void*)arg1,"org.kde.qt.QTabletEvent")) {
|
|
QWidget::tabletEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void setLineEdit(QLineEdit* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"setLineEdit",(void*)arg1,"org.kde.qt.QLineEdit")) {
|
|
QComboBox::setLineEdit(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void keyReleaseEvent(QKeyEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"keyReleaseEvent",(void*)arg1,"org.kde.qt.QKeyEvent")) {
|
|
QWidget::keyReleaseEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void contextMenuEvent(QContextMenuEvent* arg1) {
|
|
if (!QtSupport::eventDelegate(this,"contextMenuEvent",(void*)arg1,"org.kde.qt.QContextMenuEvent")) {
|
|
QWidget::contextMenuEvent(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void setGeometry(const QRect& arg1) {
|
|
if (!QtSupport::eventDelegate(this,"setGeometry",(void*)&arg1,"org.kde.qt.QRect")) {
|
|
QWidget::setGeometry(arg1);
|
|
}
|
|
return;
|
|
}
|
|
void showMinimized() {
|
|
if (!QtSupport::voidDelegate(this,"org.kde.qt.QComboBox","showMinimized")) {
|
|
QWidget::showMinimized();
|
|
}
|
|
return;
|
|
}
|
|
};
|
|
|
|
JNIEXPORT jboolean JNICALL
|
|
Java_org_kde_qt_QComboBox_autoCompletion(JNIEnv* env, jobject obj)
|
|
{
|
|
jboolean xret = (jboolean) ((QComboBox*) QtSupport::getQt(env, obj))->autoCompletion();
|
|
return xret;
|
|
}
|
|
|
|
JNIEXPORT jboolean JNICALL
|
|
Java_org_kde_qt_QComboBox_autoResize(JNIEnv* env, jobject obj)
|
|
{
|
|
jboolean xret = (jboolean) ((QComboBox*) QtSupport::getQt(env, obj))->autoResize();
|
|
return xret;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_changeItem__Ljava_lang_String_2I(JNIEnv* env, jobject obj, jstring text, jint index)
|
|
{
|
|
static QString* _qstring_text = 0;
|
|
((QComboBox*) QtSupport::getQt(env, obj))->changeItem((const QString&)*(QString*) QtSupport::toQString(env, text, &_qstring_text), (int) index);
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_changeItem__Lorg_kde_qt_QPixmap_2I(JNIEnv* env, jobject obj, jobject pixmap, jint index)
|
|
{
|
|
((QComboBox*) QtSupport::getQt(env, obj))->changeItem((const QPixmap&)*(const QPixmap*) QtSupport::getQt(env, pixmap), (int) index);
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_changeItem__Lorg_kde_qt_QPixmap_2Ljava_lang_String_2I(JNIEnv* env, jobject obj, jobject pixmap, jstring text, jint index)
|
|
{
|
|
static QString* _qstring_text = 0;
|
|
((QComboBox*) QtSupport::getQt(env, obj))->changeItem((const QPixmap&)*(const QPixmap*) QtSupport::getQt(env, pixmap), (const QString&)*(QString*) QtSupport::toQString(env, text, &_qstring_text), (int) index);
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT jstring JNICALL
|
|
Java_org_kde_qt_QComboBox_className(JNIEnv* env, jobject obj)
|
|
{
|
|
const char* _qstring;
|
|
_qstring = ((QComboBox*) QtSupport::getQt(env, obj))->className();
|
|
return QtSupport::fromCharString(env, (char *) _qstring);
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_clearEdit(JNIEnv* env, jobject obj)
|
|
{
|
|
((QComboBox*) QtSupport::getQt(env, obj))->clearEdit();
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_clearValidator(JNIEnv* env, jobject obj)
|
|
{
|
|
((QComboBox*) QtSupport::getQt(env, obj))->clearValidator();
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_clear(JNIEnv* env, jobject obj)
|
|
{
|
|
((QComboBox*) QtSupport::getQt(env, obj))->clear();
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT jint JNICALL
|
|
Java_org_kde_qt_QComboBox_count(JNIEnv* env, jobject obj)
|
|
{
|
|
jint xret = (jint) ((QComboBox*) QtSupport::getQt(env, obj))->count();
|
|
return xret;
|
|
}
|
|
|
|
JNIEXPORT jint JNICALL
|
|
Java_org_kde_qt_QComboBox_currentItem(JNIEnv* env, jobject obj)
|
|
{
|
|
jint xret = (jint) ((QComboBox*) QtSupport::getQt(env, obj))->currentItem();
|
|
return xret;
|
|
}
|
|
|
|
JNIEXPORT jstring JNICALL
|
|
Java_org_kde_qt_QComboBox_currentText(JNIEnv* env, jobject obj)
|
|
{
|
|
QString _qstring;
|
|
_qstring = ((QComboBox*) QtSupport::getQt(env, obj))->currentText();
|
|
return QtSupport::fromQString(env, &_qstring);
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_dispose(JNIEnv* env, jobject obj)
|
|
{
|
|
Java_org_kde_qt_QComboBox_finalize(env, obj);
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT jboolean JNICALL
|
|
Java_org_kde_qt_QComboBox_duplicatesEnabled(JNIEnv* env, jobject obj)
|
|
{
|
|
jboolean xret = (jboolean) ((QComboBox*) QtSupport::getQt(env, obj))->duplicatesEnabled();
|
|
return xret;
|
|
}
|
|
|
|
JNIEXPORT jboolean JNICALL
|
|
Java_org_kde_qt_QComboBox_editable(JNIEnv* env, jobject obj)
|
|
{
|
|
jboolean xret = (jboolean) ((QComboBox*) QtSupport::getQt(env, obj))->editable();
|
|
return xret;
|
|
}
|
|
|
|
JNIEXPORT jboolean JNICALL
|
|
Java_org_kde_qt_QComboBox_eventFilter(JNIEnv* env, jobject obj, jobject object, jobject event)
|
|
{
|
|
jboolean xret = (jboolean) ((QComboBox*) QtSupport::getQt(env, obj))->eventFilter((QObject*) QtSupport::getQt(env, object), (QEvent*) QtSupport::getQt(env, event));
|
|
return xret;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_finalize(JNIEnv* env, jobject obj)
|
|
{
|
|
if (QtSupport::allocatedInJavaWorld(env, obj) && ((QWidget*)(QComboBox*)QtSupport::getQt(env, obj))->parentWidget(TRUE) == 0) {
|
|
delete (QComboBox*)QtSupport::getQt(env, obj);
|
|
QtSupport::setQt(env, obj, 0);
|
|
}
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_focusInEvent(JNIEnv* env, jobject obj, jobject e)
|
|
{
|
|
((QComboBoxJBridge*) QtSupport::getQt(env, obj))->protected_focusInEvent((QFocusEvent*) QtSupport::getQt(env, e));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_focusOutEvent(JNIEnv* env, jobject obj, jobject e)
|
|
{
|
|
((QComboBoxJBridge*) QtSupport::getQt(env, obj))->protected_focusOutEvent((QFocusEvent*) QtSupport::getQt(env, e));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_hide(JNIEnv* env, jobject obj)
|
|
{
|
|
((QComboBox*) QtSupport::getQt(env, obj))->hide();
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_insertItem__Ljava_lang_String_2(JNIEnv* env, jobject obj, jstring text)
|
|
{
|
|
static QString* _qstring_text = 0;
|
|
((QComboBox*) QtSupport::getQt(env, obj))->insertItem((const QString&)*(QString*) QtSupport::toQString(env, text, &_qstring_text));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_insertItem__Ljava_lang_String_2I(JNIEnv* env, jobject obj, jstring text, jint index)
|
|
{
|
|
static QString* _qstring_text = 0;
|
|
((QComboBox*) QtSupport::getQt(env, obj))->insertItem((const QString&)*(QString*) QtSupport::toQString(env, text, &_qstring_text), (int) index);
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_insertItem__Lorg_kde_qt_QPixmap_2(JNIEnv* env, jobject obj, jobject pixmap)
|
|
{
|
|
((QComboBox*) QtSupport::getQt(env, obj))->insertItem((const QPixmap&)*(const QPixmap*) QtSupport::getQt(env, pixmap));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_insertItem__Lorg_kde_qt_QPixmap_2I(JNIEnv* env, jobject obj, jobject pixmap, jint index)
|
|
{
|
|
((QComboBox*) QtSupport::getQt(env, obj))->insertItem((const QPixmap&)*(const QPixmap*) QtSupport::getQt(env, pixmap), (int) index);
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_insertItem__Lorg_kde_qt_QPixmap_2Ljava_lang_String_2(JNIEnv* env, jobject obj, jobject pixmap, jstring text)
|
|
{
|
|
static QString* _qstring_text = 0;
|
|
((QComboBox*) QtSupport::getQt(env, obj))->insertItem((const QPixmap&)*(const QPixmap*) QtSupport::getQt(env, pixmap), (const QString&)*(QString*) QtSupport::toQString(env, text, &_qstring_text));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_insertItem__Lorg_kde_qt_QPixmap_2Ljava_lang_String_2I(JNIEnv* env, jobject obj, jobject pixmap, jstring text, jint index)
|
|
{
|
|
static QString* _qstring_text = 0;
|
|
((QComboBox*) QtSupport::getQt(env, obj))->insertItem((const QPixmap&)*(const QPixmap*) QtSupport::getQt(env, pixmap), (const QString&)*(QString*) QtSupport::toQString(env, text, &_qstring_text), (int) index);
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_insertStrList___3Ljava_lang_String_2(JNIEnv* env, jobject obj, jobjectArray arg1)
|
|
{
|
|
static QStrList* _qlist_arg1 = 0;
|
|
((QComboBox*) QtSupport::getQt(env, obj))->insertStrList((const QStrList&)*(QStrList*) QtSupport::toQStrList(env, arg1, &_qlist_arg1));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_insertStrList___3Ljava_lang_String_2I(JNIEnv* env, jobject obj, jobjectArray arg1, jint index)
|
|
{
|
|
static QStrList* _qlist_arg1 = 0;
|
|
((QComboBox*) QtSupport::getQt(env, obj))->insertStrList((const QStrList&)*(QStrList*) QtSupport::toQStrList(env, arg1, &_qlist_arg1), (int) index);
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_insertStrList___3Ljava_lang_String_2II(JNIEnv* env, jobject obj, jobjectArray arg1, jint numStrings, jint index)
|
|
{
|
|
((QComboBox*) QtSupport::getQt(env, obj))->insertStrList((const char**) QtSupport::toStringArray(env, arg1), (int) numStrings, (int) index);
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_insertStringList___3Ljava_lang_String_2(JNIEnv* env, jobject obj, jobjectArray arg1)
|
|
{
|
|
static QStringList* _qlist_arg1 = 0;
|
|
((QComboBox*) QtSupport::getQt(env, obj))->insertStringList((const QStringList&)*(QStringList*) QtSupport::toQStringList(env, arg1, &_qlist_arg1));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_insertStringList___3Ljava_lang_String_2I(JNIEnv* env, jobject obj, jobjectArray arg1, jint index)
|
|
{
|
|
static QStringList* _qlist_arg1 = 0;
|
|
((QComboBox*) QtSupport::getQt(env, obj))->insertStringList((const QStringList&)*(QStringList*) QtSupport::toQStringList(env, arg1, &_qlist_arg1), (int) index);
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT jint JNICALL
|
|
Java_org_kde_qt_QComboBox_insertionPolicy(JNIEnv* env, jobject obj)
|
|
{
|
|
jint xret = (jint) ((QComboBox*) QtSupport::getQt(env, obj))->insertionPolicy();
|
|
return xret;
|
|
}
|
|
|
|
JNIEXPORT jboolean JNICALL
|
|
Java_org_kde_qt_QComboBox_isDisposed(JNIEnv* env, jobject obj)
|
|
{
|
|
return (QtSupport::getQt(env, obj) == 0);
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_keyPressEvent(JNIEnv* env, jobject obj, jobject e)
|
|
{
|
|
((QComboBoxJBridge*) QtSupport::getQt(env, obj))->protected_keyPressEvent((QKeyEvent*) QtSupport::getQt(env, e));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT jobject JNICALL
|
|
Java_org_kde_qt_QComboBox_lineEdit(JNIEnv* env, jobject obj)
|
|
{
|
|
jobject xret = QtSupport::objectForQtKey(env, (void*)((QComboBox*) QtSupport::getQt(env, obj))->lineEdit(), "org.kde.qt.QLineEdit");
|
|
return xret;
|
|
}
|
|
|
|
JNIEXPORT jobject JNICALL
|
|
Java_org_kde_qt_QComboBox_listBox(JNIEnv* env, jobject obj)
|
|
{
|
|
jobject xret = QtSupport::objectForQtKey(env, (void*)((QComboBox*) QtSupport::getQt(env, obj))->listBox(), "org.kde.qt.QListBox");
|
|
return xret;
|
|
}
|
|
|
|
JNIEXPORT jint JNICALL
|
|
Java_org_kde_qt_QComboBox_maxCount(JNIEnv* env, jobject obj)
|
|
{
|
|
jint xret = (jint) ((QComboBox*) QtSupport::getQt(env, obj))->maxCount();
|
|
return xret;
|
|
}
|
|
|
|
JNIEXPORT jobject JNICALL
|
|
Java_org_kde_qt_QComboBox_metaObject(JNIEnv* env, jobject obj)
|
|
{
|
|
jobject xret = QtSupport::objectForQtKey(env, (void*)((QComboBox*) QtSupport::getQt(env, obj))->metaObject(), "org.kde.qt.QMetaObject");
|
|
return xret;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_mouseDoubleClickEvent(JNIEnv* env, jobject obj, jobject arg1)
|
|
{
|
|
((QComboBoxJBridge*) QtSupport::getQt(env, obj))->protected_mouseDoubleClickEvent((QMouseEvent*) QtSupport::getQt(env, arg1));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_mouseMoveEvent(JNIEnv* env, jobject obj, jobject arg1)
|
|
{
|
|
((QComboBoxJBridge*) QtSupport::getQt(env, obj))->protected_mouseMoveEvent((QMouseEvent*) QtSupport::getQt(env, arg1));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_mousePressEvent(JNIEnv* env, jobject obj, jobject arg1)
|
|
{
|
|
((QComboBoxJBridge*) QtSupport::getQt(env, obj))->protected_mousePressEvent((QMouseEvent*) QtSupport::getQt(env, arg1));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_mouseReleaseEvent(JNIEnv* env, jobject obj, jobject arg1)
|
|
{
|
|
((QComboBoxJBridge*) QtSupport::getQt(env, obj))->protected_mouseReleaseEvent((QMouseEvent*) QtSupport::getQt(env, arg1));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_newQComboBox__(JNIEnv* env, jobject obj)
|
|
{
|
|
if (QtSupport::getQt(env, obj) == 0) {
|
|
QtSupport::setQt(env, obj, new QComboBoxJBridge());
|
|
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
|
|
}
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_newQComboBox__Lorg_kde_qt_QWidget_2(JNIEnv* env, jobject obj, jobject parent)
|
|
{
|
|
if (QtSupport::getQt(env, obj) == 0) {
|
|
QtSupport::setQt(env, obj, new QComboBoxJBridge((QWidget*) QtSupport::getQt(env, parent)));
|
|
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
|
|
}
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_newQComboBox__Lorg_kde_qt_QWidget_2Ljava_lang_String_2(JNIEnv* env, jobject obj, jobject parent, jstring name)
|
|
{
|
|
static QCString* _qstring_name = 0;
|
|
if (QtSupport::getQt(env, obj) == 0) {
|
|
QtSupport::setQt(env, obj, new QComboBoxJBridge((QWidget*) 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_kde_qt_QComboBox_newQComboBox__Z(JNIEnv* env, jobject obj, jboolean rw)
|
|
{
|
|
if (QtSupport::getQt(env, obj) == 0) {
|
|
QtSupport::setQt(env, obj, new QComboBoxJBridge((bool) rw));
|
|
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
|
|
}
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_newQComboBox__ZLorg_kde_qt_QWidget_2(JNIEnv* env, jobject obj, jboolean rw, jobject parent)
|
|
{
|
|
if (QtSupport::getQt(env, obj) == 0) {
|
|
QtSupport::setQt(env, obj, new QComboBoxJBridge((bool) rw, (QWidget*) QtSupport::getQt(env, parent)));
|
|
QtSupport::setObjectForQtKey(env, obj, QtSupport::getQt(env, obj));
|
|
}
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_newQComboBox__ZLorg_kde_qt_QWidget_2Ljava_lang_String_2(JNIEnv* env, jobject obj, jboolean rw, jobject parent, jstring name)
|
|
{
|
|
static QCString* _qstring_name = 0;
|
|
if (QtSupport::getQt(env, obj) == 0) {
|
|
QtSupport::setQt(env, obj, new QComboBoxJBridge((bool) rw, (QWidget*) 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_kde_qt_QComboBox_paintEvent(JNIEnv* env, jobject obj, jobject arg1)
|
|
{
|
|
((QComboBoxJBridge*) QtSupport::getQt(env, obj))->protected_paintEvent((QPaintEvent*) QtSupport::getQt(env, arg1));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT jobject JNICALL
|
|
Java_org_kde_qt_QComboBox_pixmap(JNIEnv* env, jobject obj, jint index)
|
|
{
|
|
jobject xret = QtSupport::objectForQtKey(env, (void*)((QComboBox*) QtSupport::getQt(env, obj))->pixmap((int) index), "org.kde.qt.QPixmap");
|
|
return xret;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_popup(JNIEnv* env, jobject obj)
|
|
{
|
|
((QComboBoxJBridge*) QtSupport::getQt(env, obj))->public_popup();
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_removeItem(JNIEnv* env, jobject obj, jint index)
|
|
{
|
|
((QComboBox*) QtSupport::getQt(env, obj))->removeItem((int) index);
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_resizeEvent(JNIEnv* env, jobject obj, jobject arg1)
|
|
{
|
|
((QComboBoxJBridge*) QtSupport::getQt(env, obj))->protected_resizeEvent((QResizeEvent*) QtSupport::getQt(env, arg1));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_setAutoCompletion(JNIEnv* env, jobject obj, jboolean arg1)
|
|
{
|
|
((QComboBox*) QtSupport::getQt(env, obj))->setAutoCompletion((bool) arg1);
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_setAutoResize(JNIEnv* env, jobject obj, jboolean arg1)
|
|
{
|
|
((QComboBox*) QtSupport::getQt(env, obj))->setAutoResize((bool) arg1);
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_setCurrentItem(JNIEnv* env, jobject obj, jint index)
|
|
{
|
|
((QComboBox*) QtSupport::getQt(env, obj))->setCurrentItem((int) index);
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_setCurrentText(JNIEnv* env, jobject obj, jstring arg1)
|
|
{
|
|
static QString* _qstring_arg1 = 0;
|
|
((QComboBox*) QtSupport::getQt(env, obj))->setCurrentText((const QString&)*(QString*) QtSupport::toQString(env, arg1, &_qstring_arg1));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_setDuplicatesEnabled(JNIEnv* env, jobject obj, jboolean enable)
|
|
{
|
|
((QComboBox*) QtSupport::getQt(env, obj))->setDuplicatesEnabled((bool) enable);
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_setEditText(JNIEnv* env, jobject obj, jstring arg1)
|
|
{
|
|
static QString* _qstring_arg1 = 0;
|
|
((QComboBox*) QtSupport::getQt(env, obj))->setEditText((const QString&)*(QString*) QtSupport::toQString(env, arg1, &_qstring_arg1));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_setEditable(JNIEnv* env, jobject obj, jboolean arg1)
|
|
{
|
|
((QComboBox*) QtSupport::getQt(env, obj))->setEditable((bool) arg1);
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_setEnabled(JNIEnv* env, jobject obj, jboolean arg1)
|
|
{
|
|
((QComboBox*) QtSupport::getQt(env, obj))->setEnabled((bool) arg1);
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_setFont(JNIEnv* env, jobject obj, jobject arg1)
|
|
{
|
|
((QComboBox*) QtSupport::getQt(env, obj))->setFont((const QFont&)*(const QFont*) QtSupport::getQt(env, arg1));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_setInsertionPolicy(JNIEnv* env, jobject obj, jint policy)
|
|
{
|
|
((QComboBox*) QtSupport::getQt(env, obj))->setInsertionPolicy((QComboBox::Policy) policy);
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_setLineEdit(JNIEnv* env, jobject obj, jobject edit)
|
|
{
|
|
((QComboBox*) QtSupport::getQt(env, obj))->setLineEdit((QLineEdit*) QtSupport::getQt(env, edit));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_setListBox(JNIEnv* env, jobject obj, jobject arg1)
|
|
{
|
|
((QComboBox*) QtSupport::getQt(env, obj))->setListBox((QListBox*) QtSupport::getQt(env, arg1));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_setMaxCount(JNIEnv* env, jobject obj, jint arg1)
|
|
{
|
|
((QComboBox*) QtSupport::getQt(env, obj))->setMaxCount((int) arg1);
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_setPalette(JNIEnv* env, jobject obj, jobject arg1)
|
|
{
|
|
((QComboBox*) QtSupport::getQt(env, obj))->setPalette((const QPalette&)*(const QPalette*) QtSupport::getQt(env, arg1));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_setSizeLimit(JNIEnv* env, jobject obj, jint arg1)
|
|
{
|
|
((QComboBox*) QtSupport::getQt(env, obj))->setSizeLimit((int) arg1);
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_setValidator(JNIEnv* env, jobject obj, jobject arg1)
|
|
{
|
|
((QComboBox*) QtSupport::getQt(env, obj))->setValidator((const QValidator*) QtSupport::getQt(env, arg1));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT jobject JNICALL
|
|
Java_org_kde_qt_QComboBox_sizeHint(JNIEnv* env, jobject obj)
|
|
{
|
|
jobject xret = QtSupport::objectForQtKey(env, (void*)new QSize(((QComboBox*) QtSupport::getQt(env, obj))->sizeHint()), "org.kde.qt.QSize", TRUE);
|
|
return xret;
|
|
}
|
|
|
|
JNIEXPORT jint JNICALL
|
|
Java_org_kde_qt_QComboBox_sizeLimit(JNIEnv* env, jobject obj)
|
|
{
|
|
jint xret = (jint) ((QComboBox*) QtSupport::getQt(env, obj))->sizeLimit();
|
|
return xret;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_styleChange(JNIEnv* env, jobject obj, jobject arg1)
|
|
{
|
|
((QComboBoxJBridge*) QtSupport::getQt(env, obj))->protected_styleChange((QStyle&)*(QStyle*) QtSupport::getQt(env, arg1));
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT jstring JNICALL
|
|
Java_org_kde_qt_QComboBox_text(JNIEnv* env, jobject obj, jint index)
|
|
{
|
|
QString _qstring;
|
|
_qstring = ((QComboBox*) QtSupport::getQt(env, obj))->text((int) index);
|
|
return QtSupport::fromQString(env, &_qstring);
|
|
}
|
|
|
|
JNIEXPORT jstring JNICALL
|
|
Java_org_kde_qt_QComboBox_tr__Ljava_lang_String_2(JNIEnv* env, jclass cls, jstring arg1)
|
|
{
|
|
QString _qstring;
|
|
(void) cls;
|
|
static QCString* _qstring_arg1 = 0;
|
|
_qstring = QComboBoxJBridge::tr((const char*) QtSupport::toCharString(env, arg1, &_qstring_arg1));
|
|
return QtSupport::fromQString(env, &_qstring);
|
|
}
|
|
|
|
JNIEXPORT jstring JNICALL
|
|
Java_org_kde_qt_QComboBox_tr__Ljava_lang_String_2Ljava_lang_String_2(JNIEnv* env, jclass cls, jstring arg1, jstring arg2)
|
|
{
|
|
QString _qstring;
|
|
(void) cls;
|
|
static QCString* _qstring_arg1 = 0;
|
|
static QCString* _qstring_arg2 = 0;
|
|
_qstring = QComboBoxJBridge::tr((const char*) QtSupport::toCharString(env, arg1, &_qstring_arg1), (const char*) QtSupport::toCharString(env, arg2, &_qstring_arg2));
|
|
return QtSupport::fromQString(env, &_qstring);
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_updateMask(JNIEnv* env, jobject obj)
|
|
{
|
|
((QComboBoxJBridge*) QtSupport::getQt(env, obj))->protected_updateMask();
|
|
return;
|
|
}
|
|
|
|
JNIEXPORT jobject JNICALL
|
|
Java_org_kde_qt_QComboBox_validator(JNIEnv* env, jobject obj)
|
|
{
|
|
jobject xret = QtSupport::objectForQtKey(env, (void*)((QComboBox*) QtSupport::getQt(env, obj))->validator(), "org.kde.qt.QValidator");
|
|
return xret;
|
|
}
|
|
|
|
JNIEXPORT void JNICALL
|
|
Java_org_kde_qt_QComboBox_wheelEvent(JNIEnv* env, jobject obj, jobject e)
|
|
{
|
|
((QComboBoxJBridge*) QtSupport::getQt(env, obj))->protected_wheelEvent((QWheelEvent*) QtSupport::getQt(env, e));
|
|
return;
|
|
}
|
|
|