public void Push(QUndoCommand cmd) { interceptor.Invoke("push#", "push(QUndoCommand*)", typeof(void), typeof(QUndoCommand), cmd); }
public QUndoCommand(string text, QUndoCommand parent) : this((Type) null) { CreateProxy(); interceptor.Invoke("QUndoCommand$#", "QUndoCommand(const QString&, QUndoCommand*)", typeof(void), typeof(string), text, typeof(QUndoCommand), parent); }
public virtual bool MergeWith(QUndoCommand other) { return (bool) interceptor.Invoke("mergeWith#", "mergeWith(const QUndoCommand*)", typeof(bool), typeof(QUndoCommand), other); }
public QUndoCommand(QUndoCommand parent) : this((Type) null) { CreateProxy(); interceptor.Invoke("QUndoCommand#", "QUndoCommand(QUndoCommand*)", typeof(void), typeof(QUndoCommand), parent); }
public virtual bool MergeWith(QUndoCommand other) { return((bool)interceptor.Invoke("mergeWith#", "mergeWith(const QUndoCommand*)", typeof(bool), typeof(QUndoCommand), other)); }
public QUndoCommand(string text, QUndoCommand parent) : this((Type)null) { CreateProxy(); interceptor.Invoke("QUndoCommand$#", "QUndoCommand(const QString&, QUndoCommand*)", typeof(void), typeof(string), text, typeof(QUndoCommand), parent); }
public QUndoCommand(QUndoCommand parent) : this((Type)null) { CreateProxy(); interceptor.Invoke("QUndoCommand#", "QUndoCommand(QUndoCommand*)", typeof(void), typeof(QUndoCommand), parent); }