示例#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);
 }