public static void KeyClick(QWidget widget, Qt.Key key, uint modifier) { staticInterceptor.Invoke("keyClick#$$", "keyClick(QWidget*, Qt::Key, Qt::KeyboardModifiers)", typeof(void), typeof(QWidget), widget, typeof(Qt.Key), key, typeof(uint), modifier); }
public static void KeyClick(QWidget widget, Qt.Key key) { staticInterceptor.Invoke("keyClick#$", "keyClick(QWidget*, Qt::Key)", typeof(void), typeof(QWidget), widget, typeof(Qt.Key), key); }
public static void KeyEvent(QTest.KeyAction action, QWidget widget, Qt.Key key) { staticInterceptor.Invoke("keyEvent$#$", "keyEvent(QTest::KeyAction, QWidget*, Qt::Key)", typeof(void), typeof(QTest.KeyAction), action, typeof(QWidget), widget, typeof(Qt.Key), key); }
public static void KeyRelease(QWidget widget, Qt.Key key, uint modifier, int delay) { staticInterceptor.Invoke("keyRelease#$$$", "keyRelease(QWidget*, Qt::Key, Qt::KeyboardModifiers, int)", typeof(void), typeof(QWidget), widget, typeof(Qt.Key), key, typeof(uint), modifier, typeof(int), delay); }
public static void SendKeyEvent(QTest.KeyAction action, QWidget widget, Qt.Key code, char ascii, uint modifier) { staticInterceptor.Invoke("sendKeyEvent$#$$$", "sendKeyEvent(QTest::KeyAction, QWidget*, Qt::Key, char, Qt::KeyboardModifiers)", typeof(void), typeof(QTest.KeyAction), action, typeof(QWidget), widget, typeof(Qt.Key), code, typeof(char), ascii, typeof(uint), modifier); }
public static void KeyEvent(QTest.KeyAction action, QWidget widget, Qt.Key key, uint modifier) { staticInterceptor.Invoke("keyEvent$#$$", "keyEvent(QTest::KeyAction, QWidget*, Qt::Key, Qt::KeyboardModifiers)", typeof(void), typeof(QTest.KeyAction), action, typeof(QWidget), widget, typeof(Qt.Key), key, typeof(uint), modifier); }
public static char KeyToAscii(Qt.Key key) { return((char)staticInterceptor.Invoke("keyToAscii$", "keyToAscii(Qt::Key)", typeof(char), typeof(Qt.Key), key)); }
public static void SendKeyEvent(QTest.KeyAction action, QWidget widget, Qt.Key code, string text, uint modifier) { staticInterceptor.Invoke("sendKeyEvent$#$$$", "sendKeyEvent(QTest::KeyAction, QWidget*, Qt::Key, QString, Qt::KeyboardModifiers)", typeof(void), typeof(QTest.KeyAction), action, typeof(QWidget), widget, typeof(Qt.Key), code, typeof(string), text, typeof(uint), modifier); }
public void AddKeyEvent(QTest.KeyAction action, Qt.Key qtKey, uint modifiers) { interceptor.Invoke("addKeyEvent$$$", "addKeyEvent(QTest::KeyAction, Qt::Key, Qt::KeyboardModifiers)", typeof(void), typeof(QTest.KeyAction), action, typeof(Qt.Key), qtKey, typeof(uint), modifiers); }
public void AddKeyEvent(QTest.KeyAction action, Qt.Key qtKey) { interceptor.Invoke("addKeyEvent$$", "addKeyEvent(QTest::KeyAction, Qt::Key)", typeof(void), typeof(QTest.KeyAction), action, typeof(Qt.Key), qtKey); }
public void AddKeyRelease(Qt.Key qtKey) { interceptor.Invoke("addKeyRelease$", "addKeyRelease(Qt::Key)", typeof(void), typeof(Qt.Key), qtKey); }
public void AddKeyRelease(Qt.Key qtKey, uint modifiers) { interceptor.Invoke("addKeyRelease$$", "addKeyRelease(Qt::Key, Qt::KeyboardModifiers)", typeof(void), typeof(Qt.Key), qtKey, typeof(uint), modifiers); }
public void AddKeyPress(Qt.Key qtKey) { interceptor.Invoke("addKeyPress$", "addKeyPress(Qt::Key)", typeof(void), typeof(Qt.Key), qtKey); }
public void AddKeyPress(Qt.Key qtKey, uint modifiers, int msecs) { interceptor.Invoke("addKeyPress$$$", "addKeyPress(Qt::Key, Qt::KeyboardModifiers, int)", typeof(void), typeof(Qt.Key), qtKey, typeof(uint), modifiers, typeof(int), msecs); }
public QTestKeyEvent(QTest.KeyAction action, Qt.Key key, uint modifiers, int delay) : this((Type)null) { CreateProxy(); interceptor.Invoke("QTestKeyEvent$$$$", "QTestKeyEvent(QTest::KeyAction, Qt::Key, Qt::KeyboardModifiers, int)", typeof(void), typeof(QTest.KeyAction), action, typeof(Qt.Key), key, typeof(uint), modifiers, typeof(int), delay); }