Exemple #1
0
 public QAbstractTransition AddTransition(QAbstractState target)
 {
     return (QAbstractTransition) interceptor.Invoke("addTransition#", "addTransition(QAbstractState*)", typeof(QAbstractTransition), typeof(QAbstractState), target);
 }
Exemple #2
0
 public void RemoveState(QAbstractState state)
 {
     interceptor.Invoke("removeState#", "removeState(QAbstractState*)", typeof(void), typeof(QAbstractState), state);
 }
Exemple #3
0
 public QSignalTransition AddTransition(QObject sender, string signal, QAbstractState target)
 {
     return (QSignalTransition) interceptor.Invoke("addTransition#$#", "addTransition(QObject*, const char*, QAbstractState*)", typeof(QSignalTransition), typeof(QObject), sender, typeof(string), signal, typeof(QAbstractState), target);
 }
Exemple #4
0
 public void AddState(QAbstractState state)
 {
     interceptor.Invoke("addState#", "addState(QAbstractState*)", typeof(void), typeof(QAbstractState), state);
 }