public QAbstractTransition AddTransition(QAbstractState target) { return (QAbstractTransition) interceptor.Invoke("addTransition#", "addTransition(QAbstractState*)", typeof(QAbstractTransition), typeof(QAbstractState), target); }
public void RemoveState(QAbstractState state) { interceptor.Invoke("removeState#", "removeState(QAbstractState*)", typeof(void), typeof(QAbstractState), state); }
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); }
public void AddState(QAbstractState state) { interceptor.Invoke("addState#", "addState(QAbstractState*)", typeof(void), typeof(QAbstractState), state); }