Inheritance: QAbstractState, IDisposable
Ejemplo n.º 1
0
 public QHistoryState(QHistoryState.HistoryType type)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QHistoryState$", "QHistoryState(QHistoryState::HistoryType)", typeof(void), typeof(QHistoryState.HistoryType), type);
 }
Ejemplo n.º 2
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);
 }