コード例 #1
0
ファイル: QFontDatabase.cs プロジェクト: KDE/qyoto
 public string StyleString(QFontInfo fontInfo)
 {
     return (string) interceptor.Invoke("styleString#", "styleString(const QFontInfo&)", typeof(string), typeof(QFontInfo), fontInfo);
 }
コード例 #2
0
ファイル: QFontInfo.cs プロジェクト: KDE/qyoto
 public QFontInfo(QFontInfo arg1)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QFontInfo#", "QFontInfo(const QFontInfo&)", typeof(void), typeof(QFontInfo), arg1);
 }
コード例 #3
0
 public QFontInfo(QFontInfo arg1) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QFontInfo#", "QFontInfo(const QFontInfo&)", typeof(void), typeof(QFontInfo), arg1);
 }
コード例 #4
0
 public string StyleString(QFontInfo fontInfo)
 {
     return((string)interceptor.Invoke("styleString#", "styleString(const QFontInfo&)", typeof(string), typeof(QFontInfo), fontInfo));
 }