Inheritance: QAbstractState, IDisposable
Example #1
0
 public QState(QState.ChildMode childMode)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QState$", "QState(QState::ChildMode)", typeof(void), typeof(QState.ChildMode), childMode);
 }
Example #2
0
 // QState* QState(QStatePrivate& arg1,QState* arg2); >>>> NOT CONVERTED
 public QState(QState parent)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QState#", "QState(QState*)", typeof(void), typeof(QState), parent);
 }
Example #3
0
 public QState(QState.ChildMode childMode, QState parent)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QState$#", "QState(QState::ChildMode, QState*)", typeof(void), typeof(QState.ChildMode), childMode, typeof(QState), parent);
 }
Example #4
0
 public QSignalTransition(QObject sender, string signal, QState sourceState)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QSignalTransition#$#", "QSignalTransition(QObject*, const char*, QState*)", typeof(void), typeof(QObject), sender, typeof(string), signal, typeof(QState), sourceState);
 }
Example #5
0
 public QSignalTransition(QState sourceState)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QSignalTransition#", "QSignalTransition(QState*)", typeof(void), typeof(QState), sourceState);
 }
 public QMouseEventTransition(QObject arg1, QEvent.TypeOf type, Qt.MouseButton button, QState sourceState)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QMouseEventTransition#$$#", "QMouseEventTransition(QObject*, QEvent::Type, Qt::MouseButton, QState*)", typeof(void), typeof(QObject), arg1, typeof(QEvent.TypeOf), type, typeof(Qt.MouseButton), button, typeof(QState), sourceState);
 }
Example #7
0
 public QKeyEventTransition(QObject arg1, QEvent.TypeOf type, int key, QState sourceState)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QKeyEventTransition#$$#", "QKeyEventTransition(QObject*, QEvent::Type, int, QState*)", typeof(void), typeof(QObject), arg1, typeof(QEvent.TypeOf), type, typeof(int), key, typeof(QState), sourceState);
 }
Example #8
0
 public QHistoryState(QHistoryState.HistoryType type, QState parent)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QHistoryState$#", "QHistoryState(QHistoryState::HistoryType, QState*)", typeof(void), typeof(QHistoryState.HistoryType), type, typeof(QState), parent);
 }