summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/org/kde/qt/TQEventLoop.java
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-01-08 20:06:00 +0100
committerSlávek Banko <slavek.banko@axis.cz>2014-01-08 20:06:00 +0100
commit636f509299122d02087c6fd62e1e4a46dbd22026 (patch)
tree70e43efceeb5b00e7f19cdac8da44928bd2fb459 /qtjava/javalib/org/kde/qt/TQEventLoop.java
parent719b61750c08343f530068ed4127623aeac71cf0 (diff)
downloadtdebindings-636f509299122d02087c6fd62e1e4a46dbd22026.tar.gz
tdebindings-636f509299122d02087c6fd62e1e4a46dbd22026.zip
Rename many classes to avoid conflicts with KDE
Diffstat (limited to 'qtjava/javalib/org/kde/qt/TQEventLoop.java')
-rw-r--r--qtjava/javalib/org/kde/qt/TQEventLoop.java57
1 files changed, 0 insertions, 57 deletions
diff --git a/qtjava/javalib/org/kde/qt/TQEventLoop.java b/qtjava/javalib/org/kde/qt/TQEventLoop.java
deleted file mode 100644
index 956c4d38..00000000
--- a/qtjava/javalib/org/kde/qt/TQEventLoop.java
+++ /dev/null
@@ -1,57 +0,0 @@
-//Auto-generated by kalyptus. DO NOT EDIT.
-package org.kde.qt;
-
-import org.kde.qt.Qt;
-
-/**
- See {@link TQEventLoopSignals} for signals emitted by TQEventLoop
-*/
-public class TQEventLoop extends TQObject {
- protected TQEventLoop(Class dummy){super((Class) null);}
- public static final int AllEvents = 0x00;
- public static final int ExcludeUserInput = 0x01;
- public static final int ExcludeSocketNotifiers = 0x02;
- public static final int WaitForMore = 0x04;
-
- public native TQMetaObject metaObject();
- public native String className();
- public TQEventLoop(TQObject parent, String name) {
- super((Class) null);
- newTQEventLoop(parent,name);
- }
- private native void newTQEventLoop(TQObject parent, String name);
- public TQEventLoop(TQObject parent) {
- super((Class) null);
- newTQEventLoop(parent);
- }
- private native void newTQEventLoop(TQObject parent);
- public TQEventLoop() {
- super((Class) null);
- newTQEventLoop();
- }
- private native void newTQEventLoop();
- public native void processEvents(int flags, int maxtime);
- public native boolean processEvents(int flags);
- public native boolean hasPendingEvents();
- public native void registerSocketNotifier(TQSocketNotifier arg1);
- public native void unregisterSocketNotifier(TQSocketNotifier arg1);
- public native void setSocketNotifierPending(TQSocketNotifier arg1);
- public native int activateSocketNotifiers();
- public native int activateTimers();
- public native int timeToWait();
- public native int exec();
- public native void exit(int retcode);
- public native void exit();
- public native int enterLoop();
- public native void exitLoop();
- public native int loopLevel();
- public native void wakeUp();
- public static native String tr(String arg1, String arg2);
- public static native String tr(String arg1);
- /** Deletes the wrapped C++ instance */
- protected native void finalize() throws InternalError;
- /** Delete the wrapped C++ instance ahead of finalize() */
- public native void dispose();
- /** Has the wrapped C++ instance been deleted? */
- public native boolean isDisposed();
-}