示例#1
0
 public static QKeySequence FromString(string str, QKeySequence.SequenceFormat format)
 {
     return((QKeySequence)staticInterceptor.Invoke("fromString$$", "fromString(const QString&, QKeySequence::SequenceFormat)", typeof(QKeySequence), typeof(string), str, typeof(QKeySequence.SequenceFormat), format));
 }
示例#2
0
 public string ToString(QKeySequence.SequenceFormat format)
 {
     return((string)interceptor.Invoke("toString$", "toString(QKeySequence::SequenceFormat) const", typeof(string), typeof(QKeySequence.SequenceFormat), format));
 }