예제 #1
0
파일: QUndoStack.cs 프로젝트: KDE/qyoto
 public void Push(QUndoCommand cmd)
 {
     interceptor.Invoke("push#", "push(QUndoCommand*)", typeof(void), typeof(QUndoCommand), cmd);
 }
예제 #2
0
파일: QUndoCommand.cs 프로젝트: KDE/qyoto
 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);
 }
예제 #3
0
파일: QUndoCommand.cs 프로젝트: KDE/qyoto
 public virtual bool MergeWith(QUndoCommand other)
 {
     return (bool) interceptor.Invoke("mergeWith#", "mergeWith(const QUndoCommand*)", typeof(bool), typeof(QUndoCommand), other);
 }
예제 #4
0
파일: QUndoCommand.cs 프로젝트: KDE/qyoto
 public QUndoCommand(QUndoCommand parent)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QUndoCommand#", "QUndoCommand(QUndoCommand*)", typeof(void), typeof(QUndoCommand), parent);
 }
예제 #5
0
 public void Push(QUndoCommand cmd)
 {
     interceptor.Invoke("push#", "push(QUndoCommand*)", typeof(void), typeof(QUndoCommand), cmd);
 }
예제 #6
0
 public virtual bool MergeWith(QUndoCommand other)
 {
     return((bool)interceptor.Invoke("mergeWith#", "mergeWith(const QUndoCommand*)", typeof(bool), typeof(QUndoCommand), other));
 }
예제 #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);
 }
예제 #8
0
 public QUndoCommand(QUndoCommand parent) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QUndoCommand#", "QUndoCommand(QUndoCommand*)", typeof(void), typeof(QUndoCommand), parent);
 }