Ejemplo n.º 1
0
 public void Push(QUndoCommand cmd)
 {
     interceptor.Invoke("push#", "push(QUndoCommand*)", typeof(void), typeof(QUndoCommand), cmd);
 }
Ejemplo n.º 2
0
 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);
 }
Ejemplo n.º 3
0
 public virtual bool MergeWith(QUndoCommand other)
 {
     return (bool) interceptor.Invoke("mergeWith#", "mergeWith(const QUndoCommand*)", typeof(bool), typeof(QUndoCommand), other);
 }
Ejemplo n.º 4
0
 public QUndoCommand(QUndoCommand parent)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QUndoCommand#", "QUndoCommand(QUndoCommand*)", typeof(void), typeof(QUndoCommand), parent);
 }
Ejemplo n.º 5
0
 public void Push(QUndoCommand cmd)
 {
     interceptor.Invoke("push#", "push(QUndoCommand*)", typeof(void), typeof(QUndoCommand), cmd);
 }
Ejemplo n.º 6
0
 public virtual bool MergeWith(QUndoCommand other)
 {
     return((bool)interceptor.Invoke("mergeWith#", "mergeWith(const QUndoCommand*)", typeof(bool), typeof(QUndoCommand), other));
 }
Ejemplo n.º 7
0
 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);
 }
Ejemplo n.º 8
0
 public QUndoCommand(QUndoCommand parent) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QUndoCommand#", "QUndoCommand(QUndoCommand*)", typeof(void), typeof(QUndoCommand), parent);
 }