public QHistoryState(QHistoryState.HistoryType type) : this((Type) null) { CreateProxy(); interceptor.Invoke("QHistoryState$", "QHistoryState(QHistoryState::HistoryType)", typeof(void), typeof(QHistoryState.HistoryType), type); }
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); }