コード例 #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
ファイル: QUndoCommand.cs プロジェクト: micro-chen/qyoto
 public virtual bool MergeWith(QUndoCommand other)
 {
     return((bool)interceptor.Invoke("mergeWith#", "mergeWith(const QUndoCommand*)", typeof(bool), typeof(QUndoCommand), other));
 }
コード例 #7
0
ファイル: QUndoCommand.cs プロジェクト: micro-chen/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);
 }
コード例 #8
0
ファイル: QUndoCommand.cs プロジェクト: micro-chen/qyoto
 public QUndoCommand(QUndoCommand parent) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QUndoCommand#", "QUndoCommand(QUndoCommand*)", typeof(void), typeof(QUndoCommand), parent);
 }